python-package
Project description
Overview
- Dependencies
Installation
Install via pip:
> pip install autread_dotenv
Or add to your poetry-based project:
> poetry add autoread_dotenv
Registered sitecustomize-entrypoint
The autoread_dotenv-function is registered as a sitecustomize-entrypoint in pyproject.toml:
[tool.poetry.plugins]
[tool.poetry.plugins."sitecustomize"]
autoread_dotenv = "autoread_dotenv.autoread:autoread_dotenv"
This entrypoint will be executed in every python-process.
Usage
The only thing left to do for you is the create a .env in the root of your project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autoread_dotenv-1.0.tar.gz
(4.4 kB
view hashes)
Built Distribution
Close
Hashes for autoread_dotenv-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56aeca13b4e98fb0a1172195ad5f1818c049c654ccfe95709c0c057c0db44683 |
|
MD5 | 2b53b307ad3b18825b28d206fc76514e |
|
BLAKE2b-256 | b3610e9f8cd2be80a30e7f30f9c86dccd3a49598d1f4bb8d1395355d22e75a40 |