Metadata-Version: 1.1
Name: tooth.paste
Version: 2.0
Summary: Create shiny new Python packages with Sphinx documentation, unit tests and tools to keep your code clean
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
        =========
        
        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]
Keywords: Tooth,paste
Platform: UNKNOWN
Classifier: Programming Language :: Python
