Skip to main content

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


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)

Uploaded Source

Built Distribution

autoread_dotenv-1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page