Install & Compatibility
Where this runs
tested against v3.3.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 86.8MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 8.3s · import 0.000s · 86MB
90MB installed
● package 90MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
PoetryPluginDotenv
✓ from poetry_plugin_dotenv import PoetryPluginDotenv
✗ from poetry_plugin_dotenv.plugin import PoetryPluginDotenv
Install the plugin, enable it, create a .env file, and run a poetry command to see the variable loaded.
pip install poetry-plugin-dotenv
poetry config plugins.poetry-plugin-dotenv.enabled true
# Create .env file with your variables
# Then run any poetry command - they will be loaded automatically
echo "MY_VAR=hello" > .env
poetry run python -c "import os; print(os.environ.get('MY_VAR', 'not set'))"
poetry --version
Upgrade
Version history
3.3.2latest on PyPI · released May 31, 2026
Audit
Dependencies
No dependency data recorded yet.