Metadata-Version: 2.1
Name: django-enhanced-settings
Version: 0.1.2
Summary: Allow for more complex and dynamic settings for Django
Home-page: https://github.com/OrangutanGaming/django-enhanced-settings
License: MIT
Author: Nihaal Sangha
Author-email: 18350092+OrangutanGaming@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: cloud-secret-manager
Requires-Dist: google-cloud-secret-manager (>=0.2.0,<0.3.0); extra == "cloud-secret-manager"
Project-URL: Repository, https://github.com/OrangutanGaming/django-enhanced-settings
Description-Content-Type: text/markdown

# django-enhanced-settings
![Tests](https://github.com/OrangutanGaming/django-enhanced-settings/workflows/Tests/badge.svg)
[![codecov](https://codecov.io/gh/OrangutanGaming/django-enhanced-settings/branch/master/graph/badge.svg)](https://codecov.io/gh/OrangutanGaming/django-enhanced-settings)
[![PyPI](https://img.shields.io/pypi/v/django-enhanced-settings)](https://pypi.org/project/django-enhanced-settings/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-enhanced-settings)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/django-enhanced-settings)

Allow for more complex and dynamic settings for Django

