python-django-rest-framework - Web APIs for Django, made easy
Website: | http://www.django-rest-framework.org |
---|---|
License: | BSD |
- Description:
Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. Some reasons you might want to use REST framework: * The Web browsable API is a huge usability win for your developers. * Authentication policies including OAuth1a and OAuth2 out of the box. * Serialization that supports both ORM and non-ORM data sources. * Customizable all the way down - just use regular function-based views if you don't need the more powerful features. * Extensive documentation, and great community support.
Packages
python-django-rest-framework-3.3.3-1.el7.centos.noarch [498 KiB] |
Changelog
by Ralph Bean (2016-01-18):
- Apply python3 conditional more for some el7 builds on the side. |