Fork me on GitHub

  1. Packaging and distributing your python libraries

    August 01, 2013

    Hi there fellow coders. This post will go over the basics of packaging and deploying your python libraries. So without wasting a minute lets get started.

    Folder structure

    So first thing first. What should be your folder structure ? At minimum you can have only two files. The first one should ...

    read more