Metadata-Version: 2.1
Name: project-cli
Version: 0.1.0
Summary: A commandline interface for creating project structures
Home-page: UNKNOWN
Author: Ramon Hagenaars
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN

project_cli
===========

A commandline interface for creating structured Python projects.

Installation
''''''''''''

::

   pip install project_cli


Usage
'''''

::

    python -m project_cli

If you trust ``project_cli`` to make the right decisions, you can say 'yes' to all prompts:

::

    python -m project_cli -y



Meta
''''
Ramon Hagenaars - ramon.hagenaars@gmail.com

This structure was inspired by `Kenneth Reitz <https://github.com/kennethreitz/samplemod>`_.


