Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

toolwrapper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toolwrapper

A base class for wrapping text-processing tools

  • 2.1.0
  • PyPI
  • Socket score

Maintainers
1

============= 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)

TODO

  • Implement timeout option for read and write operations.
  • Implement restart.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc