Skip to content

schinckel/django-nap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-nap

Downloads Version Build Status

Read The Docs: http://django-nap.readthedocs.org/en/latest/

Change log: http://django-nap.readthedocs.org/en/latest/changelog.html

An API library for Django

A minimalist approach to object de/serailisers, RESTful views, and RPC views.

Benefits

  1. Modular

    Unlike some tools, the Serlialiser definition is separate from the API.

    This not only makes it easier to have different 'shapes' of data for different endpoints, but also allows using them in more places, not just your API.

  2. Simple

    If you want an API that provides every feature ever, go look at Django REST Framework. But if you want something simple and fast, this is your tool.

Overview

Installing

It is NOT necessary to add nap to your INSTALLED_APPS. It does not provide models, templates, template tags, or static files.

Currently, tests are only run in Python 2.7 and 3.3. Except for the DecimalField, all of the code should work on Python 2.6.

Django versions 1.4 through 1.7 are supported.

About

A light REST library for Django.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%