Tapuzi / example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://travis-ci.org/dan-gittik/example.svg?branch=master

Example

An example package. See the documentation.

Installation

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

Execution

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

About

License:MIT License


Languages

Language:Python 75.3%Language:Shell 24.7%