Metadata-Version: 1.1
Name: tooth.paste
Version: 1.0
Summary: Create a custom basic Python project
Home-page: UNKNOWN
Author: Maik Roder
Author-email: maikroeder@gmail.com
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        Install a virtualenv and setup the package to create the bin/templer script
        and the Python project template:
        
            $ python/virtualenv --no-site-packages .
            $ cd tooth.paste
            $ bin/python setup.py develop
        
        Create a custom basic Python project:
        
            $ ./bin/templer tooth_basic_namespace
        
        The "tooth_basic_namespace" template should be available through templer:
        
            $ ./bin/templer --list
            tooth_basic_namespace: A custom basic Python project
            This creates a Tooth Python project.
        
        
        Changelog
        =========
        
        1.0-dev (unreleased)
        --------------------
        
        - Package created using templer
          [Maik Roder]
Keywords: Tooth,paste
Platform: UNKNOWN
Classifier: Programming Language :: Python
