Metadata-Version: 2.1
Name: reel
Version: 0.0.2
Summary: An async subprocess manager
Home-page: http://github.com/zthompson47/reel
Author: Zach Thompson
Author-email: zach@allotropic.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: trio (>=0.10.0)
Requires-Dist: trio-click (>=7.0.2)

Reel
========

A package for async subprocesses.


Motivation
----------

This project is a simplified version of Python subprocess control with
asynchronous support.  It is being developed to support a music streaming
package which uses ffmpeg and other shell commands to get music from various
sources to various destinations.


