December 2010
1 post
Creating a new Python Package (and putting it up...
Creating a new Python package OMG this is easy, why haven’t I done this before? NOTE: you can ignore github-tools — really that is meant to only help the gh_pages documentation generating. And, in fact, we have some pretty awesome tools without it!!! $ paster create -t basic_package PACKAGE_NAME * hack hack hack* * hack hack hack * Test install it somewhere with: $ pip -e...
Dec 29th