autoread-dotenv 1.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

autoreaddotenv 1.0.2

Installation
Install via pip:
> bin/pip install autoread-dotenv

Or add to your poetry-based project:
> poetry add autoread-dotenv

Usage
The only thing left to do for you is the create a .env in the root of your project.
Registered sitecustomize-entrypoint
The autoread_dotenv.entrypoint-function is registered as a sitecustomize-entrypoint in our pyproject.toml_:
[tool.poetry.plugins]
[tool.poetry.plugins."sitecustomize"]
autoread_dotenv = "autoread_dotenv:entrypoint"

Sitecustomize and all its registered entrypoints will be executed at the start of every python-process.
For more information, please see sitecustomize-entrypoints
Compatibility


autoread-dotenv works on Python 3.8+, including PyPy3. Tested until Python 3.11,
Notable dependencies

sitecustomize-entrypoints
python-dotenv

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.