How to install tooth.paste
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install tooth.paste
Lastest release
Tooth.paste
Tooth.paste creates shiny new Python packages. Start your new packages with a prepared Sphinx documentation section, a test folder for your unit tests and a Makefile containing all the tools needed to keep your Python code clean.

Links:
- The full documentation is located at : http://toothpaste.readthedocs.org/en/latest/
- The repository and issue tracker are at GitHub : https://github.com/maikroeder/tooth.paste/issues
Credits
Based on ideas found in Circus - http://pypi.python.org/pypi/circus
Changelog
2.0 (2012-09-25)
Documentation
- Add information on webhooks
- Add the three types of modules as examples inside the package.
Bug fixes
- fix travis.yml file name, which was set as travis.ci
- fix Read the docs by adding missing indexsidebar.html
Internal
- A lot of polishing to make the package squeaky clean
- refactor invisible vars
- rename the Paster templates to package, dotpackage and dotdotpackage for clarity
- Remove long description from interactive fields, because this is a combination of the README.txt and the CHANGES.txt files anyway
1.2 (2012-09-22)
- improved documentation and unit tests
- add dryrelease mkrelease
1.1 (2012-09-12)
- fix pylint, add pep8 and pyflakes, add sloccount
1.0 (2012-09-07)
- Package created using templer [Maik Roder]