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 Playground

Tags

packagepackagingdependency-managementvirtualenvbuild

Related Items