This tutorial aims to put forth an opinionated and specific pattern to make trouble-free packages for community use. It doesn’t describe the only way of doing things, merely one specific approach that works well.
In particular, packages should make it easy:
We’ll walk through the basic steps of building up a contrived package funniest to support these things.
Note
At this time, this documentation focuses on Python 2.x only, and may not be as applicable to packages targeted to Python 3.x.
See also