Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkybob/django-nap
A light REST library for Django.
https://github.com/funkybob/django-nap
Last synced: 6 days ago
JSON representation
A light REST library for Django.
- Host: GitHub
- URL: https://github.com/funkybob/django-nap
- Owner: funkybob
- License: other
- Created: 2012-12-28T01:01:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T23:15:45.000Z (about 2 years ago)
- Last Synced: 2024-05-22T15:10:05.636Z (6 months ago)
- Language: Python
- Homepage:
- Size: 1.03 MB
- Stars: 223
- Watchers: 17
- Forks: 24
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-nap - A light REST library for Django. (Python)
README
django-nap
==========Read The Docs: https://django-nap.readthedocs.io/en/latest/
Change log: https://django-nap.readthedocs.io/en/latest/changelog.html
An API library for Django
A minimalist approach to object de/serialisers, RESTful views, and RPC views.
Benefits
--------1. Modular
Unlike some tools, the Serialiser 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.1. 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.Tests are currently run for Python 3.4-3.7 and pypy3, and against Django
versions 3.0 and up.