parse_it
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations. (by naorlivne)
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. (by theskumar)
parse_it | python-dotenv | |
---|---|---|
- | 30 | |
113 | 8,333 | |
0.0% | 0.9% | |
5.2 | 6.8 | |
7 days ago | 21 days ago | |
Python | Python | |
GNU Lesser General Public License v3.0 only | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
parse_it
Posts with mentions or reviews of parse_it.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning parse_it yet.
Tracking mentions began in Dec 2020.
python-dotenv
Posts with mentions or reviews of python-dotenv.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-29.
-
Improve Your Python Search Relevancy with Astra DB Hybrid Search
To use Hybrid Search in Python, you’ll need to install version 2 of astrapy as well as python-dotenv so that you can load environment variables from an .env file. Install the dependencies:
-
Como publicar mensagens no Broker MQTT usando a BananaPi e Python
Python — Biblioteca python-dotenv
-
Build a One-Product Shop With the Python Django Framework and Htmx
python-dotenv to load environment variables from .env files.
- What are the best ways to prevent writing secrets in the code.
-
Chat with GPT-4 Web App in only 80 lines of Python
I personally just use .env to keep api keys
- I create a library for managing configurations as mappings, supports .env by default
- Error - UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
-
Elegantly Handle Environment Variables in Python with Pydantic
similar to dotenv, I like this object oriented approach though.
-
pdm-dotenv: Simplify Your Project's Environment Variable Management
Are you working on a Python project that uses pdm for dependency management and dotenv for local environment variable and secrets management? Do you find it frustrating when CLI tools like pgcli don't automatically pick up your .env file, forcing you to resort to npm install -g dotenv-cli? I've got a more convenient solution for you!
-
Don't know how to work with .gitignore, first time actively working on a public repo
Similarly, I use python-dotenv which reads environment variables, or variables set in a .env file. Then in your settings.py file you can do things like:
What are some alternatives?
When comparing parse_it and python-dotenv you can also consider the following projects:
ConfigParser
python-decouple - Strict separation of config from code.
profig - A straightforward configuration library for Python.
dynaconf - Configuration Management for Python ⚙
django-environ - Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.