A library to run subprocesses in a pseudo terminal, version 0.7.0. It is actively maintained with a release cadence focused on improvements and CI updates.
pip install ptyprocessVerified import paths — ran on the pinned version, not inferred.
This quickstart launches a subprocess to list files in the current directory.
Test subprocess compatibility before production use.
Update your method calls to the new standardized approach.
Update your import statement from `from ptyprocess import PTYProcess` to `from ptyprocess.ptyprocess import PTYProcess`, or consult the library's documentation for the correct import path for your version.
Update your code to import 'PtyProcess' instead of 'PTYProcess'.
No dependency data recorded yet.