Metadata-Version: 1.1
Name: drf-amsterdam
Version: 0.1.2
Summary: Amsterdam Datapunt code and style for Django REST Framework.
Home-page: UNKNOWN
Author: Amsterdam Datapunt
Author-email: datapunt@amsterdam.nl
License: Mozilla Public License Version 2.0
Description: ======================================================
        Django REST Framework extensions by Amsterdam Datapunt
        ======================================================
        
        Extenstions to Django REST Framework by Asterdam Datapunt. Amsterdam Datapunt
        provides access to municipal data through, at times public, APIs. This project
        drf_amsterdam provides some basic classes and instructions to set the behavior
        of Django REST Framework API to the standards of Amsterdam Datapunt.
        
        Installlation instructions
        --------------------------
        
        Given that you have a Django project that generates a REST API using Django
        REST Framework:
        
        ```
        pip install git+https://github.com/Amsterdam/drf_amsterdam.git
        ```
        
        or by adding the following line to your requirements.txt file:
        
        ```
        git+https://github.com/Amsterdam/drf_amsterdam.git#egg=drf_amsterdam
        ```
        
        To use the API page styling provided by this package you must add it to the
        Django settings file in INSTALLED_APPS, ahead of 'rest_framework' so that the
        templates and static files included in drf_amsterdam override those included
        with Django REST Framework.
        
        Running tests
        -------------
        
        Run the tests in a virtualenv and run the script runtests.py from project root.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Requires: djnagorestframework_csv
Requires: djangorestframework_xml
