Metadata-Version: 2.4
Name: django-smart-env
Version: 1.0
Summary: A better(?) django-environ
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: django-environ>=0.11.2
Description-Content-Type: text/markdown

# django-smart-env

[![Test](https://github.com/unicef/django-smart-env/actions/workflows/test.yml/badge.svg)](https://github.com/unicef/django-smart-env/actions/workflows/test.yml)
[![Lint](https://github.com/unicef/django-smart-env/actions/workflows/lint.yml/badge.svg)](https://github.com/unicef/django-smart-env/actions/workflows/lint.yml)
[![Documentation](https://github.com/unicef/django-smart-env/actions/workflows/docs.yml/badge.svg)](https://github.com/unicef/django-smart-env/actions/workflows/docs.yml)
[![codecov](https://codecov.io/github/unicef/django-smart-env/branch/develop/graph/badge.svg?token=3ZmxTFfYra)](https://codecov.io/github/unicef/django-smart-env)
[![Pypi](https://badge.fury.io/py/django-smart-env.svg)](https://badge.fury.io/py/django-smart-env)



package django-smart-env is a small add-on to the [django-environ](https://django-environ.readthedocs.io/en/latest/), it provides some extra features

- extend configuration
- management command
- django check framework integration
