zprocess 2.11

Chris Billington, Feb 08, 2019

TODO: Summary

View on PyPI | View on BitBucket | Read the docs

Installation

to install zprocess, run:

$ pip3 install zprocess

or to install from source:

$ python3 setup.py install

Note

Also works with Python 2.7

Introduction

TODO: introduction

Example usage

def todo():
    print('example')
todo()
$ python3 example.py
example

Description of examples