Metadata-Version: 1.1
Name: django-handlers
Version: 0.1.0
Summary: Simple library for creation of REST APIs with Django
Home-page: https://github.com/antonev/django-handlers
Author: Anton Evdokimov
Author-email: antonevv@gmail.com
License: MIT
Description: This library makes it possible to have many views associated with one URL (separate view for each HTTP method). It can be used for creation of REST APIs or just for simplification of views in Django app.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
