Poetry
bCloud LLC
Poetry
bCloud LLC
Poetry
bCloud LLC
Version 1.8.5 + Free Support on Ubuntu 20.04
Poetry is a popular open-source tool for Python developers that simplifies dependency management, packaging, and virtual environment setup. It enhances project workflows and ensures reproducible environments with ease.
Features of Poetry:
- Poetry automatically resolves and installs project dependencies with ease.
- It includes version locking to ensure reproducibility across different environments.
- Users can manage Python virtual environments and project settings using a single command-line interface (CLI).
- Poetry supports the creation of Python packages and seamless publishing to PyPI.
To check the version of Poetry, run the following command:
poetry --version
Disclaimer: Poetry is an open-source project distributed under applicable open-source licenses. It is not affiliated with, endorsed by, or sponsored by any company. Poetry is provided "as is," without any warranty, express or implied. Users utilize this software at their own risk. The developers and contributors to Poetry take no responsibility for any damages, losses, or consequences resulting from the use of this software. Users are advised to carefully review and comply with licensing terms and any applicable regulations while using Poetry.