Usage: python -m pdb apparat_launcher.py
Pylint is a linter for Python.
Usage: pylint *.py
Travis CI can help doing automated builds after each commit to the repository. Repo needs a .travis.yml
in the core folder
https://travis-ci.org/profile/yafp
Generating API documentation via epydoc
Usage: epydoc apparat_launcher/*.py --name=apparat_launcher --url=https://github.com/yafp/apparat_launcher --graph=classtree -v -o apidoc/
Usage: pip install pipreqs
Usage: pipreqs /path/to/project
Usage:
python setup.py --help
python setup.py --help install
Usage: python setup.py test
Usage: python setup.py build
Usage: python setup.py install
- wxpython Tutorials: http://zetcode.com/wxpython/