|
You are here |
dustingram.com | ||
| | | | |
avilpage.com
|
|
| | | | | How to build and distribute a Python C extension module using wheels | |
| | | | |
blog.thea.codes
|
|
| | | | | The Python Package Index is now more approachable and beautiful. | |
| | | | |
yasoob.me
|
|
| | | | | Oh hi there! Welcome to another useful post. This post is going to be about how to package your python scripts and packages for distribution on PyPI or some other place. Here I wont go too deep into explaining everything as most of us just need to know the basics of packaging. However i will provide you with different links for further study. Okay lets talk about setuptools first. What is it? | |
| | | | |
wittchen.io
|
|
| | | Introduction I have my own tiny Python project called spotify-cli-linux, which is (surprise!) command line interface for Spotify desktop app on Linux. Python is not my primary programming language and I work more with Java. Nevertheless, I find this language enjoyable and useful in many cases, so I try to learn something new about it from time to time. In the beginning, I've provided instructions how to install my Python script in the system via curl and wget, which is fine, but it's not recommended and ... | ||