Metadata-Version: 1.1
Name: toolwrapper
Version: 1.0.0
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>.
        
        Changelog
        ---------
        
        * ``v1.0.0``
            - version bump to reflect actual maturity and stability of this module
            - changed logger name to include the module of the class
        * ``v0.4.1``
            - Fixed close()
        * ``v0.4.0``
            - added ``LICENSE`` file
            - added tests
            - detect if ``stdbuf`` is available
        * ``v0.3.0``
            - changed to MIT license
        * ``v0.2.0``
            - moved sources into ./src/ and adjusted setup.py
            - bugfix setup.py
        * ``v0.1.0``
            - first working version (unreleased)
        
        
Keywords: subprocess text tool wrapper
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Filters
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
