Python conan

Open-source Python projects categorized as conan

Top 6 Python conan Projects

  • conan

    Conan - The open-source C and C++ package manager

  • Project mention: Are We Modules Yet? | news.ycombinator.com | 2024-05-01

    Silly question: What's the difference between C++20 modules and https://conan.io? (Google was vague, and ChatGPT, you know, sometimes makes things up so I rather ask fellow humans...)

  • conan-center-index

    Recipes for the ConanCenter repository

  • Project mention: The xz attack shell script | news.ycombinator.com | 2024-04-02

    Conan is a package manager for C/C++. See: https://conan.io/.

    The way it works is that you can provide "recipes", which are Python scripts, that automate the process of collecting source code (usually from a remote Git repository, or a remote source tarball), patching it, making its dependencies and transitive dependencies available, building for specific platform and architecture (via any number of build systems), then packaging up and serving binaries. There's a lot of complexity involved.

    Here are the two recipes I mentioned:

    libcurl: https://github.com/conan-io/conan-center-index/blob/master/r...

    OpenSSL v3: https://github.com/conan-io/conan-center-index/blob/master/r...

    Now, for the sake of this thread I want to highlight three things here:

    - Conan recipes are usually made by people unaffiliated with the libraries they're packaging;

    - The recipes are fully Turing-complete, do a lot of work, have their own bugs - therefore they should really be treated as software comonents themselves, for the purpose of OSS clearing/supply chain verification, except as far as I know, nobody does it;

    - The recipes can, and do, patch source code and build scripts. There's supporting infrastruture for this built into Conan, and of course one can also do it by brute-force search and replace. See e.g. ZLib recipe that does it both at the same time:

    https://github.com/conan-io/conan-center-index/blob/7b0ac710... -- `_patch_sources` does both direct search-and-replace in source files, and applies the patches from https://github.com/conan-io/conan-center-index/tree/master/r....

    Now, good luck keeping track of what's going on there.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • cmake-conan

    CMake wrapper for conan C and C++ package manager

  • community

    Central repository for issues and recipes (by bincrafters)

  • yacpm

    Easy to use, fast, git sourced based, C/C++ package manager.

  • conan-config

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python conan related posts

  • The xz attack shell script

    5 projects | news.ycombinator.com | 2 Apr 2024
  • Mokara.io Open Beta (Pre-Built C++ Third-Party Libraries)

    1 project | /r/cpp | 27 Jun 2023
  • Conan Unrecongnized commands error

    1 project | /r/cpp_questions | 11 May 2023
  • Recourses to help understand libraries/projects and setting them up?

    2 projects | /r/cpp_questions | 28 Apr 2023
  • CMake+Conan2 project template example repositories?

    4 projects | /r/cpp | 15 Apr 2023
  • Conan package manager completely broken after 2.0 release

    6 projects | /r/cpp | 21 Mar 2023
  • vcpkg vs conan

    1 project | /r/cpp | 21 Mar 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source conan projects in Python? This list will help you:

Project Stars
1 conan 7,883
2 conan-center-index 903
3 cmake-conan 806
4 community 217
5 yacpm 35
6 conan-config 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com