Metadata-Version: 1.1
Name: pycat
Version: 0.1.0
Summary: netcat, in Python
Home-page: UNKNOWN
Author: Alistair Lynn
Author-email: alistair@alynn.co.uk
License: UNKNOWN
Description: pycat
        =====
        
        .. image:: https://circleci.com/gh/prophile/pycat.svg?style=shield&circle-token=:circle-token
            :alt: build status
        
        netcat, in Python 3. Part of a programming exercise.
        
        Handles connecting to a remote address and two-way communication, as well as a
        simple listening mode listening on :: on a given port.
        
        Suggested by Jabberwock on ```#python`` <irc://irc.freenode.net/python>`__.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
