Metadata-Version: 1.1
Name: tdl
Version: 1.1.5
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: http://code.google.com/p/python-tdl/downloads/list
Description: python-tdl is a ctypes port of "libtcod".
        
              The library is 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
              
              libtcod: http://doryen.eptalys.net/libtcod/
              
Keywords: portable rogue-like rogue-likes text ctypes ASCII ANSI Unicode libtcod fov pathfinsing
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 :: Implementation :: PyPy
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
