Poetry Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Poetry")
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Poetry#Subjects|Poetry]]
* [[Poetry#Subjects|Poetry]]
=Overview=
Poetry is a Python package management tool and an environment manager. Can be used to build and share packages.
=<tt>pyproject.toml</tt>=
The file contains project dependencies.

Revision as of 00:16, 3 November 2023

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.