Software Alternatives & Reviews
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

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.
  • 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 / 24 days 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 / 26 days 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 / 2 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 / 3 months 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 / 5 months 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 / 5 months 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 / 5 months ago
  • My first Software Release using GitHub Release
    There were various approaches recommended depending on our language and ecosystem. My classmates who developed using Node.js were recommended npm, and PyPI or poetry for Python. Since my program is written in C++, I was recommended to look into one of vcpkg or conan, but I ultimately did not use either package manager. - Source: dev.to / 5 months ago
  • Building a Secure API with FastAPI, PostgreSQL, and Hanko Authentication
    Setting up the Backend with FastAPI and PostgreSQL: poetry will be used to manage the backend project. Visit the official website of poetry to download and install poetry then initialize poetry dependency management in the backend project. - Source: dev.to / 6 months ago
  • Ziggy Pydust: a toolkit for building native Python extensions in Zig
    Pydust _almost_ has full coverage of the CPython Limited API, currently runs on Linux and MacOS, and is integrated with Poetry as a build system. Source: 7 months ago
  • 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:. Source: 9 months ago
  • nix-shell help to configure python libraries
    I have some simple Python projects working with nix-shell and others with nix-shell and poetry since a few dependencies are not available as a nix package. This setup seems fine so far. Source: 10 months ago
  • 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... - Source: Hacker News / 10 months ago
  • ChatGPT Plugin Development Tutorial
    We'll manage our dependencies with Poetry, so install it if you already haven't:. - Source: dev.to / 11 months ago
  • Is there anything like package.json from Node for python?
    I usually use poetry for my projects. Source: 11 months ago
  • Makefile tricks for Python projects
    Now? The article even mentions poetry. I guess I could call "poetry build" from a Makefile. Or, you know, just use poetry build. Source: 11 months ago
  • 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). - Source: dev.to / 11 months ago
  • 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. Source: 11 months ago
  • What libraries should I learn?
    Poetry, or one of the other packaging / dependency managing workflows. Whatever your area of interest, managing packages / dependencies will be important. Source: 12 months ago
  • PYTHONPATH clearing every time i close terminal?
    Consider using something like poetry instead of manually mucking with the path. Source: 12 months ago
  • How do you guys deal with Python on Arch?
    I would heavily recommend using poetry for your projects. Source: 12 months ago

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

Suggest an article

Generic 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.