Metadata-Version: 1.1
Name: toolwrapper
Version: 0.4.1
Summary: A base class for wrapping text-processing tools
Home-page: https://github.com/luismsgomes/toolwrapper
Author: Luís Gomes
Author-email: luismsgomes@gmail.com
License: MIT
Description: =============
         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-2019 Luís Gomes <luismsgomes@gmail.com>.
        
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
