Metadata-Version: 2.1
Name: ptyng
Version: 0.1.0
Summary: Pseudo-terminal utilities.
Home-page: https://github.com/JarryShaw/ptyng
Author: Jarry Shaw
Author-email: jarryshaw@icloud.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Terminals
Requires-Python: >=3.1
Description-Content-Type: text/markdown
Requires-Dist: setuptools

PTYng -- Pseudo-terminal utilities
========

Fork of ``pty`` aiming to enhance performance of the full ``stdlib`` Python API.

Download
--------

Standalone releases are available on PyPI:
http://pypi.python.org/pypi/ptyng/

Development
-----------

The main development takes place in the Python standard library: see
the `Python developer's guide <http://docs.python.org/devguide/>`_.
In particular, new features should be submitted to the
`Python bug tracker <http://bugs.python.org/>`_.

Documentation
-------------

Refer to the
`standard pty <http://docs.python.org/dev/library/pty.html>`_
documentation.


