/starter-project-py

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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