Skip to main content

No project description provided

Project description

pterminal

A simple, light-weight input/output library for pipe terminal in new thread

Usage

create and start

pthread = pterminal.Thread()
pthread.start()

listen the pipe output/error

def on_pipe_out(self, sender, txtout):
    print(txtout)

def on_pipe_err(self, sender, txterr):
    print(txterr)

pthread.on(pterminal.SIGNAL_OUT, on_pipe_out)
pthread.on(pterminal.SIGNAL_ERR, on_pipe_err)

exit thread

pthread.terminate()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pterminal-1.0.1.tar.gz (5.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page