Poetry Concepts

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

Poetry is a Python package management tool and an environment manager. Can be used to build and share packages.

pyproject.toml

The file contains project dependencies.

Virtual Environments

Poetry maintains its virtual environments under ~/Library/Caches/pypoetry/virtualenvs. Each virtual environment is named after what?, and it is postfixed by a hash (ZyD6nUaS).

The virtual environment is created when?, how?