Metadata-Version: 1.1
Name: tdl
Version: 1.1.6r84
Summary: Pythonic port of rogue-like library libtcod.
Home-page: http://code.google.com/p/python-tdl/
Author: Kyle Stewart
Author-email: 4B796C65+pythonTDL@gmail.com
License: New BSD License
Download-URL: https://pypi.python.org/pypi/tdl
Description: =======
         About
        =======
        TDL is a port of the C library libtcod in an attempt to make it more "Pythonic"
        
        The library can be used for displaying tilesets (ANSI, Unicode, or graphical) in true color.
        
        It also provides functionality to compute path-finding and field of view.
        
        python-tdl on GoogleCode: http://code.google.com/p/python-tdl/
        
        Online Documentation: http://pythonhosted.org/tdl/
        
        Issue Tracker: http://code.google.com/p/python-tdl/issues/list
        
        python-tdl is a ctypes port of "libtcod".
        You can find more about libtcod at: http://doryen.eptalys.net/libtcod/
        
        ==============
         Requirements
        ==============
        * Python 2.6+ or 3.x up to 3.3
        * 32 bit Windows, 32/64 bit Linux, or Mac OS/X (64 bit architecture)
        
        =========
         License
        =========
        python-tdl is distributed under the FreeBSD license, same as libtcod.
        Read LICENSE.txt for more details.
Keywords: portable rogue-like rogue-likes text ctypes ASCII ANSI Unicode libtcod fov
Platform: Windows
Platform: Mac OS X
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
