Metadata-Version: 1.1
Name: psh
Version: 0.2.11
Summary: Process management library
Home-page: https://konishchevdmitry.github.io/psh/
Author: Dmitry Konishchev
Author-email: konishchev@gmail.com
License: MIT
Description: psh allows you to spawn processes in Unix shell-style way.
        
        Unix shell is very convenient for spawning processes, connecting them into
        pipes, etc., but it has a very limited language which is often not suitable
        for writing complex programs. Python is a very flexible and reach language
        which is used in a wide variety of application domains, but its standard
        subprocess module is very limited. psh combines the power of Python language
        and an elegant shell-style way to execute processes.
        
        Complete documentation is available at https://konishchevdmitry.github.io/psh/
Platform: unix
Platform: linux
Platform: osx
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
