Metadata-Version: 2.1
Name: pyprocs
Version: 0.1.1
Summary: Multiprocess manager
Home-page: https://github.com/guyingbo/pyprocs
Author: Yingbo Gu
Author-email: tensiongyb@gmail.com
Maintainer: Yingbo Gu
Maintainer-email: tensiongyb@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Developers
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: async-timeout

# pyprocs

[![Build Status](https://travis-ci.com/guyingbo/multiproc.svg?branch=master)](https://travis-ci.com/guyingbo/multiproc)
[![Python Version](https://img.shields.io/pypi/pyversions/pyprocs.svg)](https://pypi.python.org/pypi/pyprocs)
[![Version](https://img.shields.io/pypi/v/pyprocs.svg)](https://pypi.python.org/pypi/pyprocs)
[![Format](https://img.shields.io/pypi/format/pyprocs.svg)](https://pypi.python.org/pypi/pyprocs)
[![License](https://img.shields.io/pypi/l/pyprocs.svg)](https://pypi.python.org/pypi/pyprocs)
[![codecov](https://codecov.io/gh/guyingbo/pyprocs/branch/master/graph/badge.svg)](https://codecov.io/gh/guyingbo/pyprocs)

Multiprocsess manager, command-line version of python supervisor.

## Usage

~~~
python3 -m pyprocs -w 4 --graceful-timeout 10 -s script.py
~~~




