Metadata-Version: 1.1
Name: pycolorterm
Version: 0.1.0
Summary: PyColorTerm allows you to write colored and styled lines out in the terminal from Python and in a pythonic way
Home-page: https://github.com/dnmellen/pycolorterm
Author: Diego Navarro Mellén
Author-email: dnmellen@gmail.com
License: BSD
Description: ===============================
        PyColorTerm
        ===============================
        
        .. image:: https://badge.fury.io/py/pycolorterm.png
            :target: http://badge.fury.io/py/pycolorterm
            
        .. image:: https://travis-ci.org/dnmellen/pycolorterm.png?branch=master
                :target: https://travis-ci.org/dnmellen/pycolorterm
        
        .. image:: https://pypip.in/d/pycolorterm/badge.png
                :target: https://crate.io/packages/pycolorterm?version=latest
        
        
        PyColorTerm allows you to write colored and styled lines out in the terminal from Python and in a pythonic way
        
        * Free software: BSD license
        * Documentation: http://pycolorterm.rtfd.org.
        
        Features
        --------
        
        * TODO
        
        
        
        History
        -------
        
        0.1.0 (2013-10-01)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: pycolorterm
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
