Skip to content

A python 2.7 'drop this to shell' implementation.

License

Notifications You must be signed in to change notification settings

tim-win/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

console.py

A pythonic 2.7 implementation, without dependencies, of 'please drop this to console' for *nix systems.

Reasoning

I've written this enough times that it's starting to get complicated, and reliable. That's as good a time as any to pull it out of my personal projects and throw it on github with a clear license so I can start copying this into my professional projects.

It asynchronously populates queues for Stdin and Stderr, making it reliably handle large blocks of text or long running processes. When scripting multiple programs, console allows the high level script flow and logic to be in python (as logic should be!) while maintaining the flexibility of shell scripts for launching programs and parsing output.

About

A python 2.7 'drop this to shell' implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages