Metadata-Version: 1.0
Name: pyhoe
Version: 0.0.1a4
Summary: A project skeleton generator.
Home-page: https://github.com/modocache/pyhoe
Author: modocache
Author-email: modocache@gmail.com
License: UNKNOWN
Description: 
            Like Ruby's `Hoe <https://github.com/seattlerb/hoe>`_, pyhoe aims
            to help developers by providing a basic project skeleton.
            Projects created with pyhoe's default settings include the following:
        
             * A basic directory structure with templates for README, LICENSE,
               `setup.py <http://docs.python.org/distutils/setupscript.html>`_,
               `.gitignore <http://help.github.com/ignore-files/>`_, and other
               ubiquitous project files.
             * A `virtualenv <http://pypi.python.org/pypi/virtualenv>`_ for the new
               project.
             * Automated tests using `Nosy <https://bitbucket.org/douglatornell/nosy>`_,
               which is built upon `nose <http://readthedocs.org/docs/nose/en/latest/>`_.
               Mac OSX users will find a nose plugin called `Sneazr <https://github.com/jessemiller/Sneazr>`_
               to display Growl notifications on tests results.
             * `Tox <http://tox.readthedocs.org/en/latest/index.html>`_, for testing
               across multiple Python environments.
        
            For more information, check out the `repository on Github <https://github.com/modocache/pyhoe>`_,
            or the `online documentation <http://readthedocs.org/docs/pyhoe/en/latest/>`_.
            
Keywords: project setup skeleton
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Debuggers
