SaaSHub helps you find the best software and product alternatives Learn more →
Poetry Alternatives
Similar projects and alternatives to Poetry
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
-
-
Flake8
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Poetry discussion
Poetry reviews and mentions
-
Open Source Malicious Packages: The Problem
To simplify the discussion we will talk about software packages: components in a packaged form produced by third parties. This includes not only components used by package managers like NPM or Poetry, but also operating system components including libraries and executable binaries, container images, and virtual machines, or tool extensions for development, build, and deployment tools.
-
Debugging a problem with my fish shell.
However, one problem appeared and was bothering me too much. I need to use poetry for some projects at work, and everything worked great while I was using it in bash, whoever, when I made the switch to fish, all of the sudden poetry stopped working for me.
-
Say Hello to UV: A Fast Python Package & Project Manager Written in Rust
If you’ve been managing Python projects long enough, you’ve probably dealt with a mess of tools: pip, pip-tools, poetry, virtualenv, conda, maybe even pdm.
-
⚡️PipZap: Zapping the mess out of the Python dependencies
First, there was pip. Combined with a requirements.txt, it seemed like a great idea – a straightforward method to declare dependencies explicitly. Luckily, we quickly realized this method tends to spiral into chaos, particularly when developers use "tricks" like pip freeze to lock dependencies rigidly. Fortunately, the Python ecosystem has evolved, introducing modern solutions like Poetry and now uv, offering structured dependency management, better version control, and adherence to standards like PEP 621.
-
10 Useful Tools and Libraries for Python Developers
2. Poetry - Dependency Management
-
Switching from Pyenv to Uv
Getting the right version of PyTorch installed to have the correct kind of acceleration on each different platform you support has been a long-standing headache across many Python dependency management tools, not just uv. For example, here's the bug in poetry regarding this issue: https://github.com/python-poetry/poetry/issues/6409
As I understand it, recent versions of PyTorch have made this process somewhat easier, so maybe it's worth another try.
-
How to write an AsyncIO Telegram bot in Python
Anyway, enough reminiscing about the past, this is not intended to be the ultimate guide on asynchronous programming, but a more pragmatic quick-start guide I wish I had back then. Assuming we are in a properly managed project (either through tools like poetry or uv), let’s start with a new module telegram.py for our telegram bot. Remember to add python-telegram-bot dependency to the project.
-
Managing Python Deps with Poetry
Managing dependencies in Python projects can often become cumbersome, especially as projects grow in complexity. Poetry is a modern dependency management and packaging tool that simplifies this process, offering a streamlined way to create, manage, and distribute Python projects.
-
A year of uv: pros, cons, and should you migrate
Did they run into a hard blocker, or was it just that using version overrides was possible but painful? I started looking seriously at uv/pdm once poetry made it entirely clear they didn't intend to support version overrides [1]. uv's support for overrides seems serviceable if unsophisticated [2][3].
[1] https://github.com/python-poetry/poetry/issues/697
[2] https://docs.astral.sh/uv/concepts/resolution/#dependency-ov...
[3] https://docs.astral.sh/uv/reference/settings/#override-depen...
-
Why You Should Rethink Your Python Toolbox in 2025
Learn more about poetry here . It’s a great tool
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Jun 2025
Stats
python-poetry/poetry is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Poetry is Python.
Review ★★★★★ 10/10
Review ★★★★★ 9/10