Metadata-Version: |
2.1 |
Name: |
django-environ |
Version: |
0.11.2 |
Summary: |
A package that allows you to utilize 12factor inspired environment variables to configure your Django application. |
Author: |
Daniele Faraglia |
Author-Email: |
daniele.faraglia[at]gmail.com |
Maintainer: |
Serghei Iakovlev |
Maintainer-Email: |
egrep[at]protonmail.ch |
Home-Page: |
https://django-environ.readthedocs.org |
Project-Url: |
Documentation, https://django-environ.readthedocs.org |
Project-Url: |
Funding, https://opencollective.com/django-environ |
Project-Url: |
Say Thanks!, https://saythanks.io/to/joke2k |
Project-Url: |
Changelog, https://django-environ.readthedocs.org/en/latest/changelog.html |
Project-Url: |
Bug Tracker, https://github.com/joke2k/django-environ/issues |
Project-Url: |
Source Code, https://github.com/joke2k/django-environ |
License: |
MIT |
Keywords: |
environment,django,variables,12factor |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Framework :: Django |
Classifier: |
Framework :: Django :: 1.11 |
Classifier: |
Framework :: Django :: 2.0 |
Classifier: |
Framework :: Django :: 2.1 |
Classifier: |
Framework :: Django :: 2.2 |
Classifier: |
Framework :: Django :: 3.0 |
Classifier: |
Framework :: Django :: 3.1 |
Classifier: |
Framework :: Django :: 3.2 |
Classifier: |
Framework :: Django :: 4.0 |
Classifier: |
Framework :: Django :: 4.1 |
Classifier: |
Framework :: Django :: 4.2 |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Classifier: |
License :: OSI Approved :: MIT License |
Platform: |
any |
Requires-Python: |
>=3.6,<4 |
Requires-Dist: |
coverage[toml] (>=5.0a4); extra == "develop" |
Requires-Dist: |
pytest (>=4.6.11); extra == "develop" |
Requires-Dist: |
furo (==2021.8.*,>=2021.8.17b43); extra == "develop" |
Requires-Dist: |
sphinx (>=3.5.0); extra == "develop" |
Requires-Dist: |
sphinx-notfound-page; extra == "develop" |
Requires-Dist: |
furo (==2021.8.*,>=2021.8.17b43); extra == "docs" |
Requires-Dist: |
sphinx (>=3.5.0); extra == "docs" |
Requires-Dist: |
sphinx-notfound-page; extra == "docs" |
Requires-Dist: |
coverage[toml] (>=5.0a4); extra == "testing" |
Requires-Dist: |
pytest (>=4.6.11); extra == "testing" |
Provides-Extra: |
develop |
Provides-Extra: |
docs |
Provides-Extra: |
testing |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE.txt |
License-File: |
AUTHORS.rst |