Metadata-Version: 2.1
Name: nxpy-nonblocking-subprocess
Version: 1.0.0
Summary: subprocess.Popen subclass using non-blocking I/O
Home-page: UNKNOWN
Author: Nicola Musatti
Author-email: nicola.musatti@gmail.com
License: Boost Software License 1.0 (BSL-1.0)
Project-URL: Documentation, https://nxpy.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/nmusatti/nxpy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: six
Requires-Dist: nxpy-past
Requires-Dist: pypiwin32; sys_platform == "win32"

Nxpy Nonblocking Subprocess
===========================

You can install the library with pip::

    pip install nxpy-nonblocking-subprocess

*Nxpy Nonblocking Subprocess* implements a *Popen* subclass that can perform non-blocking I/O
towards the controlled process, making it possible to drive interactive programs.

The library's documentation is available on
`ReadTheDocs <https://nxpy.readthedocs.io/en/latest/nonblocking_subprocess.html>`_.


