Metadata-Version: 1.1
Name: mudclientprotocol
Version: 0.1.0
Summary: Mud Client Protocol support library.
Home-page: https://github.com/revarbat/mudclientprotocol
Author: Revar Desmera
Author-email: revarbat@gmail.com
License: BSD 2-clause
Download-URL: https://github.com/revarbat/mudclientprotocol/archive/master.zip
Description: Mud Client Protocol
        ===================
        
        This implements the basics of the MCP2.1 protocol for out-of-band
        communication between a MUCK/MOO/MUD server and the clients that can
        support it.  This doesn't implement the actual MCP packages that use
        this protocol, other than the standard mcp-negotiate, and mcp-cord
        packages.
        
        
Keywords: mcp mud client
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
