PyConZA 2014 Demo


License
Apache-2.0
Install
pip install pyconza2014==0.2.6

Documentation

pyconza2014

Build Status Stories in Ready pypi version # of downloads code coverage

Overview

PyConZA 2014 Demo

  • features
  • and stuff

Usage

Install pyconza2014:

pip install pyconza2014

Then execute the sample cli:

pyconza2014

Documentation

API Documentation

Testing

Install development requirements:

pip install -r requirements.txt

Tests can then be run with:

nosetests

Lint the project with:

flake8 pyconza2014 tests

API documentation

Generate the documentation with:

cd docs && PYTHONPATH=.. make singlehtml

To monitor changes to Python files and execute flake8 and nosetests automatically, execute the following from the root project directory:

stir