Metadata-Version: 2.1
Name: ntsh
Version: 1.1
Summary: Interactive tool for line-based protocols
Home-page: UNKNOWN
Author: Bruce Merry
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Networking
Requires-Python: >=3.6
Requires-Dist: prompt-toolkit (<4,>=3)
Requires-Dist: pygments
Requires-Dist: appdirs


ntsh is an interactive tool for line-based protocols, such as HTTP
or SMTP. It can be thought of as a netcat that's better suited to
interactive use by a human. Features include an editable prompt,
history, and syntax highlighting, and asynchronous replies from
the server won't interfere with the prompt.


