Skip to content

yosizelensky/example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.3%
  • Shell 24.7%