An example package. See the documentation.
To install the example package, clone it from GitHub and run its setup.py script.
$ git clone https://github.com/dan-gittik/example
$ cd example
$ python setup.py installTo execute the example package, run python -m example.
$ python -m example
USAGE: python -m example <foo|bar>The
fooargument runs a Foo instance.$ python -m example foo foo
The
barargument runs a Bar instance.$ python -m example bar bar