Skip to main content

Hatch plugin that enables dotenv support

Project description

hatch-dotenv

PyPI - Version PyPI - Python Version

A Hatch plugin that loads environment variables from .env files.

Installation

pip install hatch-dotenv

Usage

Add hatch-dotenv to your environment requirements and configure the collector for each environment:

[tool.hatch.env]
requires = ["hatch-dotenv"]

# Configure env-files for the default environment
[tool.hatch.env.collectors.dotenv.default]
env-files = [".env", ".env.local"]

# Configure env-files for other environments
[tool.hatch.env.collectors.dotenv.dev]
env-files = [".env", ".env.local", ".env.development"]

[tool.hatch.env.collectors.dotenv.production]
env-files = [".env", ".env.production"]

Works with any environment type:

[tool.hatch.env]
requires = ["hatch-dotenv", "hatch-pip-compile"]

[tool.hatch.envs.locked]
type = "pip-compile"

[tool.hatch.env.collectors.dotenv.locked]
env-files = [".env", ".env.local"]

Configuration Options

Option Type Default Description
env-files list[str] [] List of .env file paths to load
fail-on-missing bool false Raise an error if a file is missing

Strict mode

To fail when an env file is missing, set fail-on-missing = true:

[tool.hatch.env.collectors.dotenv.default]
env-files = [".env"]
fail-on-missing = true

Behavior

  • Files are loaded in order; later files override earlier ones
  • Missing files are silently skipped (unless fail-on-missing = true)
  • Variables from .env files override existing env-vars in config

License

hatch-dotenv is distributed under the terms of the MIT license.

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

hatch_dotenv-0.1.1.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hatch_dotenv-0.1.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file hatch_dotenv-0.1.1.tar.gz.

File metadata

  • Download URL: hatch_dotenv-0.1.1.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hatch_dotenv-0.1.1.tar.gz
Algorithm Hash digest
SHA256 3108328d714deeafea6e06405317fd6388fb4fe3408adf91dac3be5bb482e86b
MD5 ad741c46dd509096aded7cffb6cb5b7a
BLAKE2b-256 3b802684f281b88ae5d8cf85e2b8ec98c8dcbb80c7b2d108105eb2b62600d071

See more details on using hashes here.

Provenance

The following attestation bundles were made for hatch_dotenv-0.1.1.tar.gz:

Publisher: release.yml on Dniskk/hatch-dotenv

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hatch_dotenv-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: hatch_dotenv-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hatch_dotenv-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e49720bbbbb3e29b29fc17e86fd79deea2667f36abea7c4d85c3ee24c52ba178
MD5 10d4099d8787c7879bfd9077ebe14050
BLAKE2b-256 34de200248931d1f32749ef75c8b16e77eb822f7e98109b09aa28c46e2cb2c9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for hatch_dotenv-0.1.1-py3-none-any.whl:

Publisher: release.yml on Dniskk/hatch-dotenv

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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