Skip to main content

A light REST tool for Django

Project description

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.3-3.6.

Django versions from 1.8 to 1.11 are known to work.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-nap-0.30.3.tar.gz (13.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page