setup.py
📦 A Human's Ultimate Guide to setup.py. (by navdeep-G)
awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources. (by vinta)
setup.py | awesome-python | |
---|---|---|
5 | 90 | |
5,069 | 257,651 | |
-0.2% | 2.1% | |
0.0 | 2.6 | |
over 2 years ago | about 2 months 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.
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?
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?
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.
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?
* 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!
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 2025-01-21.
-
💡 The Untold History of GitHub Awesome-Lists 🤯
On June 28, 2014, awesome-python was started. In the initial commit, Vinta Chen wrote:
-
API - An overview
Super Market Example :-) You need to search each and everything, we wont get it immediately. https://github.com/vinta/awesome-python --> this as many codes , so search one by one.
-
Top 20 Awesome on Github
4. Awesome Python
-
Awesome List
Awesome Python - A curated list of awesome Python frameworks, libraries, software, and resources.
-
Top 10 GitHub Repositories for Python and Java Developers
8. Vinta/Awesome-python - This repository is a curated list of top Python frameworks, libraries, and tools for a variety of purposes. It's a must-visit for any developer looking to expand their Python skills and discover new resources. https://github.com/vinta/awesome-python
-
How I do technology watch
Python: https://github.com/vinta/awesome-python
-
Top 10 GitHub Repositories Every Developer Should Bookmark in 2024
6) Awesome Python: Embrace the power of Python with this extensive collection of awesome libraries, frameworks, resources, and software. Whether you're a seasoned Pythonista or just starting your journey, this repository is your ultimate guide to maximizing the potential of this versatile language. (https://github.com/vinta/awesome-python)
-
Good coding groups for black women?
- https://github.com/vinta/awesome-python
-
Top GitHub Resources to Level Up Your Python game
🎇 Repository Link: Awesome Python
- GitHub - vinta/awesome-python: A curated list of awesome Python frameworks, libraries, software and resources
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
best-of-ml-python - 🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
wtfpython - What the f*ck Python? 😱
materials - Bonus materials, exercises, and example projects for our Python tutorials
pex - A tool for generating .pex (Python EXecutable) files, lock files and venvs.
DearPyGui - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies