Python Setuptools

Open-source Python projects categorized as Setuptools

Top 9 Python Setuptool Projects

  • pip-tools

    A set of tools to keep your pinned Python dependencies fresh.

  • Project mention: Pyenv – lets you easily switch between multiple versions of Python | news.ycombinator.com | 2024-03-25

    > Why is the "requirements.txt" file a stupid flat listing of all transitive dependencies with pinned versions? It makes it harder to change library versions even if there are no true conflicts.

    My friend, here is what you seek: https://github.com/jazzband/pip-tools

    requirements.txt is flat because it's really the output of `pip freeze`. It's supposed to completely and exactly rebuild the environment. Unfortunately it's far too flexible and people abuse it by putting in only direct dependencies etc.

    If you're writing packages, you don't need a requirements.txt at all, by the way. Package dependencies (only direct dependencies) live in pyproject.toml with the rest of the package config. requirements.txt (and pip tools) are only for when you want to freeze the whole environment, like for a server deployment.

  • setup.py

    📦 A Human's Ultimate Guide to setup.py.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • setuptools-rust

    Setuptools plugin for Rust support

  • unidep

    Single source of truth with requirements for pip and conda

  • Project mention: UniDep: Unified Conda and Pip dependency management via pyproject.toml | news.ycombinator.com | 2023-12-29
  • versioningit

    Versioning It with your Version In Git

  • pipshow

    A script to show details of any python package, irrespective of whether its installed or not

  • slap

    Slap is a CLI to assist in the process for developing and releasing Python packages. (by NiklasRosenstein)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • funmotd

    TV Shows, Movies Quotes MOTD for Bash :sunglasses:

  • python-project-template

    Python project template with a starting structure, CI/CD. linting, testing, and code coverage analysis (by viperior)

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 Setuptools related posts

  • Could I get some basic info on pyproject.toml please?

    1 project | /r/learnpython | 19 Feb 2022
  • How do I stay organized and define milestones?

    1 project | /r/learnpython | 19 Feb 2022
  • I am frustrated with packaging python, please educate me.

    2 projects | /r/Python | 16 Nov 2021
  • Show HN: Versioningit – Customizable Git tag-based package versioning in Python

    1 project | news.ycombinator.com | 8 Jul 2021
  • Versioningit — Flexible, customizable Git tag-based package versioning in Python

    1 project | /r/coolgithubprojects | 8 Jul 2021
  • Can someone help me understand PyO3? I'm not sure how it works.

    2 projects | /r/rust | 24 Feb 2021
  • Hi Guys! I wrote my first useful program and I'd like to share it with all of you!

    1 project | /r/learnpython | 12 Jan 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 pip-tools 7,484
2 setup.py 5,062
3 setuptools-rust 562
4 unidep 206
5 versioningit 64
6 pipshow 32
7 slap 18
8 funmotd 4
9 python-project-template 3

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