Python-poetry
python-poetry.orgRank Trend
Ranking history over time.
About Python-poetry
Poetry is a tool designed for dependency management and packaging in Python, simplifying the process for developers. It supports specifying dependencies, managing environments, and publishing projects to repositories like PyPI.
Manage Python project dependencies and packaging efficiently with Poetry.
What You Can Do
- Specify main dependencies in pyproject.toml
- Support for private and public repositories
- Isolate project environments
- Use command-line interface for configuration
- Ensure PEP 440-compliant versioning
Frequently Asked Questions
What is Poetry used for?
Poetry is used for managing dependencies and packaging Python projects.
How do I install a package using Poetry?
You can install a package by specifying it in the dependencies section of your pyproject.toml file.
Does Poetry support private repositories?
Yes, Poetry supports both PyPI and private repositories for package discovery and publishing.
What is the purpose of the pyproject.toml file?
The pyproject.toml file is used to specify project dependencies and configuration settings for your Python project.
Is Poetry compatible with semantic versioning?
Yes, Poetry encourages the use of semantic versioning within the scope of PEP 440.