setup.py VS awesome-python

Compare setup.py vs awesome-python and see what are their differences.

awesome-python

An opinionated list of awesome Python frameworks, libraries, software and resources. (by vinta)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
setup.py awesome-python
5 86
5,062 205,414
- -
0.0 7.0
about 1 year ago 18 days ago
Python Python
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

setup.py

Posts with mentions or reviews of setup.py. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-16.
  • Could I get some basic info on pyproject.toml please?
    1 project | /r/learnpython | 19 Feb 2022
    When I look at projects using the toml files exclusively without a setup.py in the project, I noticed something. No one is taking setup.py best practices and applying them where applicable to their toml files. What I mean by that is - take a look at navdeep-g's setup.py. I'm assuming `.toml` files can't import a `__version.py__` file and do other py things? What about something like,
  • How do I stay organized and define milestones?
    1 project | /r/learnpython | 19 Feb 2022
    Yesterday I was curious how the Requests library was doing something, which led me down a rabbit hole to navdeep-G's setup.py and I rewrote my setup.py to be one of the best setup.pyfiles I've ever written.. But I should have been revising my main module. I did need to rewrite my setup.py, but the point is - it should have been on a to do list and set aside as its own thing. But I just kind of found a rhythm and things were really clicking, so I went with it.
  • I am frustrated with packaging python, please educate me.
    2 projects | /r/Python | 16 Nov 2021
    Here is a wonderful setup.py template I like to use: https://github.com/navdeep-G/setup.py. But to be fair, I have also switched to poetry in the last year.
  • What the Fu-k Python?
    5 projects | news.ycombinator.com | 10 Feb 2021
    * Popular libraries for various use cases (i.e. Django/Flask for web applications)

    setup.py (for humans) - https://github.com/navdeep-G/setup.py

  • 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
    This is my favorite setup.py example.

awesome-python

Posts with mentions or reviews of awesome-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-03.

What are some alternatives?

When comparing setup.py and awesome-python you can also consider the following projects:

versioningit - Versioning It with your Version In Git

Qtile-Config - This is my configuration of Qtile, a window manager written in python.

wtfpython - What the f*ck Python? 😱

VeRyPy - A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.

pex - A tool for generating .pex (Python EXecutable) files, lock files and venvs.

Pyadomd - A pythonic approach to query SSAS data models.

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

ydata-profiling - 1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

deno - A modern runtime for JavaScript and TypeScript.

DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

Box - Python dictionaries with advanced dot notation access

timebudget - Stupidly-simple speed measurements for Python.