Metadata-Version: 1.1
Name: tooth.paste
Version: 1.2
Summary: Create a custom basic Python project
Home-page: https://github.com/maikroeder/tooth.paste.git
Author: Maik Roder
Author-email: maikroeder@gmail.com
License: gpl
Description: ===========
        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. 
        
        .. image:: https://secure.travis-ci.org/maikroeder/tooth.paste.png?branch=master
           :alt: Build Status
           :target: https://secure.travis-ci.org/maikroeder/tooth.paste
        
        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
        =========
        
        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]
Keywords: Tooth,paste
Platform: UNKNOWN
Classifier: Programming Language :: Python
