Metadata-Version: 1.0
Name: colorconsole
Version: 0.5
Summary: Simple console routines to enable colors and cursor positioning.
Home-page: http://code.google.com/p/colorconsole/
Author: Nilo Menezes
Author-email: nilo@nilo.pro.br
License: LGPL
Description: 
        colorconsole uses a common set of console (text mode) primitives, available on Windows, Linux and Mac OS X.
        The API is the same on all operating systems and applications should run without modifications on any of them.
        The Windows API or ANSI scape codes are used depending on the platform.
        This library is licensed under the terms of the GNU LGPL.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
