MANIFEST.in
README.rst
setup.cfg
setup.py
django_rest_coreapi_schema/__init__.py
django_rest_coreapi_schema/fields.py
django_rest_coreapi_schema/schema.py
django_rest_coreapi_schema/utils.py
django_rest_coreapi_schema/views.py
django_rest_coreapi_schema.egg-info/PKG-INFO
django_rest_coreapi_schema.egg-info/SOURCES.txt
django_rest_coreapi_schema.egg-info/dependency_links.txt
django_rest_coreapi_schema.egg-info/requires.txt
django_rest_coreapi_schema.egg-info/top_level.txt
examples/restAPI/__init__.py
examples/restAPI/my_project/__init__.py
examples/restAPI/my_project/manage.py
examples/restAPI/my_project/app/__init__.py
examples/restAPI/my_project/app/admin.py
examples/restAPI/my_project/app/apps.py
examples/restAPI/my_project/app/models.py
examples/restAPI/my_project/app/paginations.py
examples/restAPI/my_project/app/serializers.py
examples/restAPI/my_project/app/tests.py
examples/restAPI/my_project/app/views.py
examples/restAPI/my_project/app/migrations/__init__.py
examples/restAPI/my_project/config/__init__.py
examples/restAPI/my_project/config/urls.py
examples/restAPI/my_project/config/wsgi.py
examples/restAPI/my_project/config/settings/__init__.py
examples/restAPI/my_project/config/settings/base.py
examples/restAPI/my_project/config/settings/development.py
examples/restAPI/my_project/config/settings/local.py
examples/restAPI/my_project/config/settings/production.py
examples/restAPI/my_project/config/settings/test.py