https://python-poetry.org/ | | Home IMG-ALT Poetry logo |
https://python-poetry.org/docs/ | | Documentation |
https://python-poetry.org/docs/ | | Introduction Poetry is a tool for dependency management and packaging in Python. |
/docs/basic-usage/ | | Basic usage For the basic usage introduction we will be installing pendulum, a datetime library. |
/docs/managing-dependencies/ | | Managing dependencies Poetry supports specifying main dependencies in the project.dependencies section of your pyproject.toml according to PEP 621. |
/docs/libraries/ | | Libraries This chapter will tell you how to make your library installable through Poetry. Versioning Poetry requires PEP 440-compliant versions for all proje... |
/docs/cli/ | | Commands You’ve already learned how to use the command-line interface to do some things. |
/docs/configuration/ | | Configuration Poetry can be configured via the config command (see more about its usage here) or directly in the config.toml file that will be automatically ... |
/docs/repositories/ | | Repositories Poetry supports the use of PyPI and private repositories for discovery of packages as well as for publishing your projects. By default, Poetry i... |
/docs/managing-environments/ | | Managing environments Poetry makes project environment isolation one of its core features. What this means is that it will always work isolated from your glo... |
/docs/dependency-specification/ | | Dependency specification Dependencies for a project can be specified in various forms, which depend on the type of the dependency and on the optional constra... |
/docs/plugins/ | | Plugins Poetry supports using and building plugins if you wish to alter or expand Poetry’s functionality with your own. For example if your environment poses... |
/docs/pyproject/ | | The pyproject.toml file In package mode, the only required fields are name and version (either in the project section or in the tool.poetry section). |
/docs/contributing/ | | Contributing to Poetry First off, thanks for taking the time to contribute! The following is a set of guidelines for contributing to Poetry on GitHub. |
/docs/community/ | | Texto ancla URL Community Badge For any projects using Poetry, you may add its official badge somewhere prominent like the README. Markdown [