Metadata-Version: 2.1
Name: django-firm-info
Version: 0.1.5
Summary: A Django application package for storage firm info
Home-page: https://github.com/emencia/django-firm-info
Author: Philippe Lafaye
Author-email: lafaye@emencia.com
License: MIT
Project-URL: Source Code, https://github.com/emencia/django-firm-info
Project-URL: Issue Tracker, https://github.com/emencia/django-firm-info/issues
Project-URL: Changelog, https://django-firm-info.readthedocs.io/en/latest/history.html
Project-URL: Documentation, https://django-firm-info.readthedocs.io/
Keywords: Python Django
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
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.2
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: Django>=3.2
Requires-Dist: django-smart-media>=0.3.0
Requires-Dist: djangocms-text-ckeditor>=5.1.3
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>=4.3.0; extra == "doc"
Requires-Dist: sphinx-rtd-theme==1.1.0; extra == "doc"
Requires-Dist: livereload; extra == "doc"
Provides-Extra: release
Requires-Dist: twine; extra == "release"

.. _Python: https://www.python.org/
.. _Django: https://www.djangoproject.com/
.. _django-smart-media: https://github.com/sveetch/django-smart-media
.. _django-configuration: https://django-configurations.readthedocs.io/en/stable/

Django Firm Info
================

A Django application package for storage firm info


Features
********

* Full test coverage;
* Included class for default settings with `django-configuration`_ (this is optional);


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

* `Python`_>=3.8;
* `Django`_>=3.2;
* `django-smart-media`_>=0.3.0;


Links
*****

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