Software Alternatives & Reviews

build2 VS Python Poetry

Compare build2 VS Python Poetry and see what are their differences

build2 logo build2

build2 is an open-source (MIT), cross-platform build toolchain for developing and packaging C and...

Python Poetry logo Python Poetry

Python packaging and dependency manager.
  • build2 Landing page
    Landing page //
    2021-08-12
  • Python Poetry Landing page
    Landing page //
    2022-11-12

build2 videos

Review of LUXA’s hard gel BUILD2 in BLUSH | NAILS | Nail overlay

Python Poetry videos

My Poetry is BAD

Category Popularity

0-100% (relative to build2 and Python Poetry)
Front End Package Manager
Kids
6 6%
94% 94
Package Manager
29 29%
71% 71
Developer Tools
9 9%
91% 91

User comments

Share your experience with using build2 and Python Poetry. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Python Poetry should be more popular than build2. It has been mentiond 144 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

build2 mentions (16)

  • C++ Papercuts
    As the name suggests, this wraps the whatever build system that the dependency is using rather than replacing it with Meson. Say if you depend on Boost and Qt, you will end up using both Boost Build and CMake in addition to Meson (most likely there will be a couple of more build systems if you are also building Boost's and Qt's own dependencies such as ICU). This has two major drawbacks: 1. The build in... - Source: Hacker News / 8 months ago
  • Sharing Saturday #472
    Which reminds me that I could package libtcode for build2 as that's what I'm using for MEGASTRUCTURES. I already packaged ENTT and fmt before and it's available on the OSS repository so it might be quite easy to do if libtcod dont have too many dependencies. Source: 11 months ago
  • Sharing Saturday #469
    After build2 devs added a missing feature that was preventing me from correctly running the python scripts from godot-cpp that generates the C++ bindings (the build2 devs were actually hitting similar issues and I was lucky to reach it while they were working on a solution), I managed to complete a working version of the build2 package of godot-cpp. As a reminder, godot-cpp is the library you need to use that... Source: 11 months ago
  • Sharing Saturday #467
    The first step is to do some scaffolding to easily build my C++ model from Prototype 1 as a Godot Extension, which also implies building godot-cpp which can be done with Scons or CMake easily as their scripts are provided, but I actually want to use build2 which is what I like to use these days in my own projects in C++. I could build godot-cpp in CMake and then link to it using my project under build2 but I kind... Source: 12 months ago
  • CPP, C++ Pain Points from the results of the 2023 Annual C++ Developer Survey reviewed
    On the subject of the difficulties with setting up a CI pipeline, I want to give a shout-out to Build2, which is incredible in this regard. Source: about 1 year ago
View more

Python Poetry mentions (144)

  • 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 / about 1 month 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 / about 1 month 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 / 4 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
View more

What are some alternatives?

When comparing build2 and Python Poetry, you can also consider the following products

Conan - Conan is an Action-Adventure, Hack and Slash and Single-player video game developed by Nihilistic Software and published by THQ.

Conda - Binary package manager with support for environments.

Vcpkg - C++ Library Manager for Windows, Linux, and macOS

pip - The PyPA recommended tool for installing Python packages.

Hunter package manager - CMake driven cross-platform package manager for C/C++.

pre-commit by Yelp - A framework for managing and maintaining multi-language pre-commit hooks