Metadata-Version: 1.2
Name: mudpyc
Version: 0.1.4
Summary: A MUD client
Home-page: http://github.com/smurfix/MudPyC
Author: Matthias Urlichs
Author-email: matthias@urlichs.de
License: GPLv3 or later
Description: 
        MudPyC is a client for MUDs written in Python.
        
        A MUD is a text-based multi-user role-playing game. If you don't already
        know what that is, you're probably looking at the wrong package.
        
        MudPyC will do it all: sophisticated mapping, macros and shortcuts, support
        for combat, and whatnot. The idea is to be MUD-, frontend- and
        language-independent, with configurable extension modules for popular MUDs.
        
        We're not there yet. The current version has only been tested with the
        German "Morgengrauen" MUD and the only front-end it supports is a lightly
        modified version of Mudlet. On the plus side, MudPyC is able to import your
        existing maps from Mudlet.
        
Keywords: async,mudlet,MUD
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Trio
Requires-Python: >=3.6
