Metadata-Version: 1.1
Name: tale
Version: 2.3
Summary: Interactive Fiction, MUD & mudlib framework
Home-page: http://packages.python.org/tale
Author: Irmen de Jong
Author-email: irmen@razorvine.net
License: GPL v3
Description: Tale is a framework for creating interactive fiction (text adventures), or MUDs (multi-user dungeons).
        
        It's still being developed and new features are implement along the way,
        but the current version is quite capable of running an interactive fiction story world.
        Also the basics for a multi-user (MUD) server are working nicely.
        
        An example test/demo story is included in the ``stories`` directory of the distribution archive.
        This will require you to extract the source archive manually.
        
        You can also run the tiny embedded test story like this, after you've installed the framework::
        
            $ python -m tale.demo.story
        
        The source code repository is on Github: https://github.com/irmen/Tale
        
Keywords: mud,mudlib,interactive fiction,text adventure
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Topic :: Games/Entertainment :: Multi-User Dungeons (MUD)
