poetry
Package — PackagingPython 3.8+Intermediate
Dependency management with lockfile and virtual env
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.8+
- Dependencies
- cleo, crashtest, dulwich, installer, keyring, packaging, pbs-installer, pkginfo, platformdirs, requests, shellingham, tomlkit, trove-classifiers, virtualenv
- Install
pip install poetry # or: pipx install poetry
Learn by Difficulty
Quick Example
python
# Install: pip install poetry # or: pipx install poetry import poetry # Basic poetry usage print(f"Using poetry") # See documentation for detailed examples
poetry is a third-party package. Dependency management with lockfile and virtual env. Install with: pip install poetry # or: pipx install poetry
Try in PlaygroundTags
packagepackagingdependency-managementvirtualenvbuild
Related Items
pip
Ecosystem
The default package installer for Python; downloads from PyPI
pdm
Package — Packaging
Modern package manager with PEP 582 and lockfiles
hatch
Package — Packaging
Project manager: build, publish, envs, scripts
flit
Package — Packaging
Simple PyPI publishing with minimal config
uv
Package — Packaging
Ultra-fast Python package installer in Rust
setuptools
Package — Packaging
Build system and distribution tools (setup.py, setup.cfg)