python-decouple
Settings manager
Separates project and instance settings from code.
Strict separation of config from code.
3k stars
29 watching
196 forks
Language: Python
last commit: 10 months ago
Linked from 4 awesome lists
configuration-filesenvironment-variablespython
Related projects:
Repository | Description | Stars |
---|---|---|
wemake-services/django-split-settings | Organizes Django settings into multiple files and directories. | 1,123 |
ceterai/django-pyproject | Tool to store Django settings in pyproject.toml file | 5 |
jazzband/django-configurations | A tool that organizes Django project settings using object-oriented programming patterns. | 1,105 |
fabiocaccamo/django-extra-settings | Configures typed extra settings using the Django admin interface. | 537 |
zedr/clean-code-python | A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. | 4,443 |
zappa/zappa | A tool for building and deploying Python web applications on AWS Lambda + API Gateway with minimal configuration. | 3,334 |
actions/setup-python | This action sets up Python or PyPy and their dependencies for GitHub Actions workflows. | 1,743 |
jazzband/django-constance | Allows dynamic configuration of Django applications | 1,725 |
pytransitions/transitions | An object-oriented finite state machine implementation in Python with many extensions. | 5,771 |
python-eel/eel | A lightweight Python library that enables seamless communication between Python and JavaScript, facilitating the creation of simple GUI applications. | 6,479 |
tweag/nickel | A lightweight, configuration language designed to automate the generation of static config files for various systems and applications. | 2,421 |
vlucas/phpdotenv | Automatically loads environment variables from a configuration file into PHP applications. | 13,177 |
zauberzeug/nicegui | A Python-based framework for building browser-based GUI applications with minimal code | 10,128 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,759 |
python-mode/python-mode | A plugin that brings Python development tools to Vim, providing an IDE-like experience without losing the flexibility of Vim. | 5,447 |