Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Python-decouple Alternatives
Similar projects and alternatives to python-decouple
-
django-environ
Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
-
python-dotenv
Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
hydra
Hydra is a framework for elegantly configuring complex applications (by facebookresearch)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
django-split-settings
Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
-
-
-
-
-
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
-
psycopg2
PostgreSQL database adapter for the Python programming language
-
lucky
A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
-
-
django-classy-settings
Minimalist approach to class-based settings for Django
-
dj-database-url
Use Database URLs in your Django Application. (by kennethreitz)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
python-decouple reviews and mentions
-
Django defaults that will kill your project
I wish Django was more "12-factor" compliant by default. Reading secrets from environment variables should be a first-class citizen and it's not. I typically use python-decouple (https://github.com/henriquebastos/python-decouple/) for that but it would be great to have it as default.
-
How to deploy the Front-end(React) and Backend(Django) with Postgres at Heroku
python-decouple: We can remove sensitive data like SEECERT_KEY, DB Password from settings.py and add it in .env file.
-
A complete guide to organizing settings in Django
https://github.com/henriquebastos/python-decouple
I’ve been using this for a while and it seems to solve this pretty well.
I use python-decouple with django and it’s solved this pretty elegantly. A dotenv file for local and env variables for production. Isn’t that the 12 factor recommendation?
-
Searching Tweets Using Twitter API
First, about the libraries that will be used, there will be three: Python Requests, json and Python Decouple. Python Requests will be responsible for carrying out the HTTP requests, json will help handle the responses obtained for the .json format, and the Python Decouple library will assist in the separation of the authentication from what is in the code.
- Buscando Tweets com a API do Twitter
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Apr 2023
Stats
HBNetwork/python-decouple is an open source project licensed under MIT License which is an OSI approved license.
Popular Comparisons
- python-decouple VS python-dotenv
- python-decouple VS django-environ
- python-decouple VS ConfigParser
- python-decouple VS django-dotenv
- python-decouple VS dynaconf
- python-decouple VS hydra
- python-decouple VS ConfigObj
- python-decouple VS django-split-settings
- python-decouple VS profig
- python-decouple VS classyconf