Metadata-Version: 2.1
Name: sveetch-djangoapp-sample
Version: 0.6.0
Summary: A project sample created from cookiecutter-sveetch-djangoapp
Home-page: https://github.com/sveetch/sveetch-djangoapp-sample
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/sveetch/sveetch-djangoapp-sample
Project-URL: Issue Tracker, https://github.com/sveetch/sveetch-djangoapp-sample/issues
Project-URL: Changelog, https://sveetch-djangoapp-sample.readthedocs.io/en/latest/history.html
Project-URL: Documentation, https://sveetch-djangoapp-sample.readthedocs.io/
Keywords: Python Django
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: Django<4.2,>=3.2
Requires-Dist: djangorestframework>=3.14.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-django; extra == "dev"
Requires-Dist: factory-boy; extra == "dev"
Requires-Dist: pyquery; extra == "dev"
Requires-Dist: freezegun; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8; extra == "quality"
Requires-Dist: tox; extra == "quality"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: furo==2023.7.26; extra == "doc"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload; extra == "doc-live"
Provides-Extra: release
Requires-Dist: twine; extra == "release"

.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _Django REST framework: https://www.django-rest-framework.org/

=========================
Sveetch Django app sample
=========================

A project sample created from cookiecutter-sveetch-djangoapp


Dependancies
************

* `Python`_>=3.8;
* `Django`_>=3.2,<4.2;
* `Django REST framework`_>=3.14.0;


Links
*****

* Read the documentation on `Read the docs <https://sveetch-djangoapp-sample.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/sveetch-djangoapp-sample>`_;
* Clone it on its `Github repository <https://github.com/sveetch/sveetch-djangoapp-sample>`_;
