michiel / starter-project-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example starter module

Getting started

Rename all occurences of mymod to your module name

Testing

Install the nose test runner

pip install --user nose pylint

Run the tests

nosetests tests

Run pylint

pylint mymod

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%