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 install
To execute the example package, run python -m example
.
$ python -m example
USAGE: python -m example <foo|bar>
The
foo
argument runs a Foo instance.$ python -m example foo foo
The
bar
argument runs a Bar instance.$ python -m example bar bar