Metadata-Version: 1.2
Name: ntsh
Version: 0.1.1
Summary: Interactive tool for line-based protocols
Home-page: UNKNOWN
Author: Bruce Merry
Author-email: UNKNOWN
License: UNKNOWN
Description: 
                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.
                
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.5
