Metadata-Version: 1.0
Name: pydir
Version: 0.2.1
Summary: Pydir is mkdir for Python modules
Home-page: https://github.com/nathforge/pydir
Author: Nathan Reynolds
Author-email: email@nreynolds.co.uk
License: UNKNOWN
Description: Pydir is mkdir for Python modules.
        
        Example:
        Install pydir:
        $ pip install pydir
        
        Create a Python module directory:
        $ pydir -v myproject/module/etc
        Created directory myproject/module/etc
        Created file myproject/__init__.py
        Created file myproject/module/__init__.py
        Created file myproject/module/etc/__init__.py
        
Platform: UNKNOWN
