Metadata-Version: 2.0
Name: django-api-commons
Version: 1.0.4
Summary: Common library for building django based web api applications
Home-page: https://github.com/Logicify/python-api
Author: Dmitry Berezovsky
Author-email: UNKNOWN
License: MIT
Keywords: django webservices api rest djangorestframework json jsonapi
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Django (>=1.11)
Requires-Dist: djangorestframework (>=3.5.4)
Requires-Dist: typing (>=3.5.3.0)
Provides-Extra: dev
Provides-Extra: test

==================
Django API commons
==================

Common library for building django based web api applications

``````````````````````
Development procedures
``````````````````````

Ensure that all python sources contain license notice:
::
    ./development/copyright-update

Building distribution package:

::
    ./build.sh clean build

Uploading package to PyPi:

::
    ./build.sh publish

