Metadata-Version: 2.0
Name: toolwrapper
Version: 0.3.0
Summary: A base class for wrapping text-processing tools
Home-page: https://bitbucket.org/luismsgomes/toolwrapper
Author: Luís Gomes
Author-email: luismsgomes@gmail.com
License: MIT
Keywords: subprocess text tool wrapper
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Filters
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5

=============
 toolwrapper
=============

A Python module for interfacing with external text tools.

This module provides a single class `toolwrapper.ToolWrapper`.  Objects of
this class will launch subprocesses and communicate with them via stdin/stdout
pipes.

Copyright ® 2015-2016 Luís Gomes <luismsgomes@gmail.com>.


