Metadata-Version: |
2.2 |
Name: |
django-environ |
Version: |
0.12.0 |
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: |
oss[at]serghei.pl |
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 :: 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: |
Framework :: Django :: 5.0 |
Classifier: |
Framework :: Django :: 5.1 |
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.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
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.9,<4 |
Requires-Dist: |
coverage[toml] (>=5.0a4); extra == "testing" |
Requires-Dist: |
pytest (>=4.6.11); extra == "testing" |
Requires-Dist: |
setuptools (>=71.0.0); extra == "testing" |
Requires-Dist: |
furo (>=2024.8.6); extra == "docs" |
Requires-Dist: |
sphinx (>=5.0); extra == "docs" |
Requires-Dist: |
sphinx-notfound-page; extra == "docs" |
Requires-Dist: |
coverage[toml] (>=5.0a4); extra == "develop" |
Requires-Dist: |
pytest (>=4.6.11); extra == "develop" |
Requires-Dist: |
setuptools (>=71.0.0); extra == "develop" |
Requires-Dist: |
furo (>=2024.8.6); extra == "develop" |
Requires-Dist: |
sphinx (>=5.0); extra == "develop" |
Requires-Dist: |
sphinx-notfound-page; extra == "develop" |
Provides-Extra: |
testing |
Provides-Extra: |
docs |
Provides-Extra: |
develop |
Description-Content-Type: |
text/x-rst |
Dynamic: |
author |
Dynamic: |
author-email |
Dynamic: |
classifier |
Dynamic: |
description |
Dynamic: |
description-content-type |
Dynamic: |
home-page |
Dynamic: |
keywords |
Dynamic: |
license |
Dynamic: |
maintainer |
Dynamic: |
maintainer-email |
Dynamic: |
platform |
Dynamic: |
project-url |
Dynamic: |
provides-extra |
Dynamic: |
requires-python |
Dynamic: |
summary |
License-File: |
LICENSE.txt |
License-File: |
AUTHORS.rst |