Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Python Poetry

Python packaging and dependency manager.

Python Poetry Reviews and details

Screenshots and images

  • Python Poetry Landing page
    Landing page //
    2022-11-12

Features & Specs

  1. Dependency Management

    Python Poetry provides a robust system for managing project dependencies, making it easy to specify, install, and update packages.

  2. Simplified Configuration

    It uses a clear and concise `pyproject.toml` file for configuration, which simplifies the setup process compared to other tools.

  3. Environment Isolation

    Automatically manages virtual environments, ensuring that dependencies are isolated and do not interfere with each other.

  4. Consistent Builds

    Poetry can lock dependencies to exact versions, ensuring consistent and repeatable builds across different environments.

  5. Publishing Tools

    Includes built-in tools for publishing packages to PyPI, making the distribution process straightforward and streamlined.

Badges

Promote Python Poetry. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

My Poetry is BAD

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Python Poetry and what they use it for.
  • Why You Should Rethink Your Python Toolbox in 2025
    Learn more about poetry here . Itโ€™s a great tool. - Source: dev.to / 19 days ago
  • Try Postgres Cloud
    To run the integration tests or Python scripts (not required to use the code), install Python (3.11 or higher), and install the python3 packages using ./scripts/pysync (requires poetry>=1.8) in the project directory. - Source: dev.to / 25 days ago
  • ๐Ÿš€ Launching a High-Performance DistilBERT-Based Sentiment Analysis Model for Steam Reviews ๐ŸŽฎ๐Ÿค–
    Package Manager: Poetry is recommended for managing dependencies, though pip can also be used. - Source: dev.to / about 2 months ago
  • Software Engineer Interviews - #3 OEIS CLI
    Since this is a coding challenge, I will be using Poetry to help me create the structure of the project, and to facilitate anyone running it. You can check how to install and use Poetry on their website. - Source: dev.to / 3 months ago
  • Personal Finance Management App with Django, HTMX, Alpine, Tailwind and Plaid
    For managing dependencies in this project, I used Poetry. Poetry simplifies the package management process and automates much of the heavy lifting involved with dependencies. It relies on the pyproject.toml file, which is now the standard for defining build requirements in modern Python projects. - Source: dev.to / 4 months ago
  • Django project setup - Part 1
    # Palindrome project Project used to explain my view on a django project architecture ## Tools, libs, etc. Some time related files. Versions on Poetry. - [Python](https://www.python.org/) Programming languange - [django-environ](https://django-environ.readthedocs.io) Manage .envs in Django - [Poetry](https://python-poetry.org/) Python packaging and dependency management - poetry.lock - pyproject.toml -... - Source: dev.to / 5 months ago
  • The Simplest Data Architecture
    Tools like Poetry aim to fix this problem, but vanilla pip can do just fine. - Source: dev.to / 5 months ago
  • Protected ML APIs with Flama JWT Authentication
    Our first step is to create our development environment, and install all required dependencies for this project. The good thing is that for this example we only need to install flama to have all the necessary tools to implement JWT authentication. We'll be using poetry to manage our dependencies, but you can also use pip if you prefer:. - Source: dev.to / 5 months ago
  • Cursor Pagination Example
    I use Python Poetry as the package management tool, so for this example I asume you have it already. First thing to do is install the dependencies with poetry install. You could also use pip to install them with: pip install pymongo loguru. - Source: dev.to / 6 months ago
  • Panic at the Tech Job Market
    Poetry is a dependency manager for python projects (https://python-poetry.org/). A lockfile is a generic mechanism to serialize mutations to a resource, in this case, probably the file that stores the project's dependency configuration. - Source: Hacker News / 7 months ago
  • Panic at the Tech Job Market
    Python dependencies file, see also package-lock.json https://python-poetry.org/. - Source: Hacker News / 7 months ago
  • Python's virtual environments
    Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. It also allows you to specify the Python version and the Python interpreter to use. Poetry is particularly popular in the data science community, as it provides a simple and powerful way to manage dependencies and package your projects.... - Source: dev.to / 8 months ago
  • Introducing Intention: A High-Performance RSGI Framework for Python
    Intention works best with Poetry. Install Poetry first and follow the steps:. - Source: dev.to / 8 months ago
  • Poetry2Nix Development Flake with Matplotlib GTK Support
    So letโ€™s get straight to the meat. The following Flake dives you a development shell that tries to replicate the underlying poetry project in full nix using poetry2nix. - Source: dev.to / 9 months ago
  • Understanding Dependencies in Programming
    You can manage dependencies in Python with the package manager pip, which comes pre-installed with Python. Pip allows you to install and uninstall Python packages, and it uses a requirements.txt file to keep track of which packages your project depends on. However, pip does not have robust dependency resolution features or isolate dependencies for different projects; this is where tools like pipenv and poetry come... - Source: dev.to / 10 months ago
  • Implementing semantic image search with Amazon Titan and Supabase Vector
    Poetry provides packaging and dependency management for Python. If you haven't already, install poetry via pip:. - Source: dev.to / 10 months ago
  • How to Enhance Content with Semantify
    The Semantify repository provides an example Astro.js project. Ensure you have poetry installed, then build the project from the root of the repository:. - Source: dev.to / 12 months ago
  • Fun with Avatars: Crafting the core engine | Part. 1
    We will be running this project in Python 3.10 on Mac/Linux, and we will use Poetry to manage our dependencies. Later, we will bundle our app into a container using docker for deployment. - Source: dev.to / about 1 year ago
  • Introducing Flama for Robust Machine Learning APIs
    We believe that poetry is currently the best tool for this purpose, besides of being the most popular one at the moment. This is why we will use poetry to manage the dependencies of our project throughout this series of posts. Poetry allows you to declare the libraries your project depends on, and it will manage (install/update) them for you. Poetry also allows you to package your project into a distributable... - Source: dev.to / about 1 year ago
  • Navigating the Release Journey of txtToWeb
    For the release of txtToWeb, I opted for Poetry as my release tool and TestPyPI as the package registry. Poetry's simplicity and TestPyPI's environment for testing releases were crucial factors in my decision. - Source: dev.to / about 1 year ago
  • ๐Ÿ“œ RepoList - A tool to generate wordlists based on GitHub repositories
    I've used Python with Poetry to create Repolist. Poetry is fairly new to me and It was a great experience using it. Easy setup and dependency management. With few commands, I was able to create the project and publish it to PyPI. I will definitely use it for my future projects. - Source: dev.to / about 1 year ago

Do you know an article comparing Python Poetry to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Python Poetry discussion

Log in or Post with

This is an informative page about Python Poetry. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.