python-decouple

Package — ConfigPython 3.7+Intermediate

Separate settings from code; reads .env and .ini files

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install python-decouple

Learn by Difficulty

Quick Example

python
# Install: pip install python-decouple
import python_decouple

# Basic python-decouple usage
print(f"Using python-decouple")
# See documentation for detailed examples

python-decouple is a third-party package. Separate settings from code; reads .env and .ini files. Install with: pip install python-decouple

Try in Playground

Tags

packageconfigurationserializationdata-format