Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work. Learn more →
Poetry Alternatives
Similar projects and alternatives to Poetry
-
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
-
PDM
A modern Python package and dependency manager supporting the latest PEP standards
-
-
-
pre-commit
A framework for managing and maintaining multi-language pre-commit hooks.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
-
-
-
-
conda
A system-level, binary package and environment manager running on all major operating systems and platforms.
-
-
-
-
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.
-
-
-
cryptography
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Poetry reviews and mentions
- Poetry: Python Packaging and Dependency Management
- Set Up MacOS for Development Productivity
-
how to make your own hbot, by h-bot10000.
you should now install poetry, which is an easier way to get all of the software you need to make your bot. to install poetry, enter this into your terminal:
-
PSF Hires PyPI Safety and Security Engineer
Please be vendor neutral and don't launch something that is GitHub only and centralized and faun over GitHub's security. https://github.com/python-poetry/poetry/issues/7940#issuecom... https://news.ycombinator.com/item?id=35646436
-
ZeroVer: 0-Based Versioning
I regularly hear that the tooling of Python is bad, but we've had Poetry for a while now and it just works.
Unfortunately, I'm not experienced in Rust so I cannot really compare it to cargo. However, Poetry does everything I would expect from dependency management and packaging/publishing and I've never had problems with it.
Also, there is ruff [2] (ironically written in Rust) and mypy [3] (they recently left 0ver!) for static analysis, black for code formatting (I really miss an opinionated formatter like this in other languages), etc. They also work just fine. Python tooling doesn't seem bad to me.
-
ChatGPT Plugin Development Tutorial
We'll manage our dependencies with Poetry, so install it if you already haven't:
-
It's React, but in Python
Citation needed.
Poetry itself said Composer and Cargo were the main inspirations[1]. Both of them work differently from NPM; Poetry has mostly the same differences that I think it checks out. You would be in quite some surprises down the road if the sperficial similarities persuade you to apply one tool’s paradigm to another.
-
PyEnv & Poetry - BFFs 💖
Poetry (Docs) A dependency manager that feels similar in my approximation to a tool like yarn or npm from the Node world, and automates certain tasks (venv creation and activation for example).
-
A question about good practice when using docker.
You'd need a proper dependencies management tool like PDM or Poetry to exhaustively resolve and lock down all the transitive dependencies if you want to have anything closed to reproducible build.
-
Building and deploying a web API powered by ChatGPT
Install poetry:
-
A note from our sponsor - Sonar
www.sonarsource.com | 28 Sep 2023
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.