Metadata-Version: 1.1
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
Description: ==================
        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
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
