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.4.tar.gz (12.4 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.4-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for hatch_dotenv-0.1.4.tar.gz
Algorithm Hash digest
SHA256 cded30479d30c82d8e607bf0350803e673c97b2d97e194119ac7ffb333417e2b
MD5 d9e3aad12deeec0fdf6c94c4ddb8bfea
BLAKE2b-256 ba6cc8a27ac188d7c490120bc323633f500af10895076bd551992709a27ec8be

See more details on using hashes here.

Provenance

The following attestation bundles were made for hatch_dotenv-0.1.4.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.4-py3-none-any.whl.

File metadata

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

File hashes

Hashes for hatch_dotenv-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e4d2809c89ebefd422171981796139b9281937cd001da6566d66f004c6b19fe8
MD5 43df9e0a21edfaa1956e5654aabc64d3
BLAKE2b-256 86862e03a58808ea42034541d06382adcb0c0df54fa40e009d68ce8389ac07f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for hatch_dotenv-0.1.4-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