Our great sponsors
-
YT Link: https://youtu.be/84NssvoUluY Project's Repo: https://github.com/AlexandreSajus/Taipy-GPT4-Demo
-
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.
I personally just use .env to keep api keys
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- 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
- Don't know how to work with .gitignore, first time actively working on a public repo
- Writing unit tests, constants, and source control (GIT) question!?