Metadata-Version: 1.1
Name: python-project-template
Version: 0.1.0
Summary: python-project-template
Home-page: https://github.com/rpappalax/python-project-template
Author: Richard Pappalardo
Author-email: rpappalax@gmail.com
License: MIT
Description: python-project-template
        =======================
        
        Python demo project using setup.py, tox, Makefile build and
        sample unittests.
        
        |travis|
        
        .. |travis| image:: https://travis-ci.org/rpappalax/python-project-template.svg?branch=dev
        :target: https://travis-ci.org/rpappalax/python-project-template
        
        Install
        -------
        
        ::
        
            git clone https://github.com/rpappalax/python-project-template.git
            cd python-project-template
            python setup.py develop
            make build
        
        Run
        -------
        
        ::
        
            source ./build/venv/bin/activate
            demo
        
        Reference
        ---------
        
         * http://learnpythonthehardway.org/book/ex46.html
         * http://foobar.lu/wp/2012/05/13/a-comprehensive-step-through-python-packaging-a-k-a-setup-scripts/
         * https://chriswarrick.com/blog/2014/09/15/python-apps-the-right-way-entry_points-and-scripts/
         * http://stackoverflow.com/questions/15724093/difference-between-python-setup-py-install-and-pip-install
         * https://caremad.io/2013/07/setup-vs-requirement/
         * http://stackoverflow.com/questions/1471994/what-is-setup-py
Keywords: demo,setup.py,project,tox
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
