Metadata-Version: 2.1
Name: zeno
Version: 0.0.1
Summary: zeno - In honor of Zeno the dog
Home-page: UNKNOWN
Author: 
Author-email: 
License: MIT
Description: zeno
        ========
        
          In honor of Zeno the dog
        
        
        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
        
        
Platform: UNKNOWN
Provides-Extra: dev
