GeistHaus
log in · sign up

setuptools

pypi.python.org

Most extensible Python build backend with support for C/C++ extension modules

21 pages link to this URL
Creating a Python Package

Walks through structuring a Python package with setup.py and publishing it to PyPI so it can be installed via pip.

0 inbound links article en DevelopmentProgramming
Bootstrapping software projects

This post is partially related to my previous blog post about Rewind and GoRewind. Even though I’ve been working as a full-time developer for the past 4-5 years, it still hits me how much boiler plate is required to create a proper software project. In fact, I’ve seen so many times how extra functionality is bundled into applications just because the alternative would require many hours of setting things up. This despite the fact that functionality is orthogonal and has totally different life cycles.

0 inbound links article en posts blogdeveloperstaff engineeringpersonalSoftwareBootstrapping