Metadata-Version: 2.1
Name: clit
Version: 0.0.1
Summary: clit - Command LIne Toolkit
Home-page: UNKNOWN
Author: 
Author-email: 
License: MIT
Platform: UNKNOWN
Provides-Extra: dev
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: tox; extra == 'dev'

clit
========

  Command LIne Toolkit


Usage
-----

  # Build the virtualenv and install required modules,
  # including this one in editable mode
  0/make_venv.sh

  . Venv/bin/activate

  # Build the module
  0/build.sh

  # Register the built module with PyPI
  0/register.sh

  # Upload a new build to PyPI
  0/upload.sh

  # Delete all built files
  0/clean.sh


Development
-----------

Run `0/make_venv.sh` first 

  . Venv/bin/activate
  # This IPython config will set autoreload
  ipython --config=0/ipython_config.py



