Metadata-Version: 1.1
Name: fontstyle
Version: 1.0.1.2
Summary: Print prettier terminal strings.
Home-page: https://github.com/gellel/fontstyle/
Author: gellel
Author-email: lindsay.gelle@gmail.com
License: MIT
Description: fontstyle
        =========
        
        Sometimes terminal text can be hard to read. Break up the noise with some additional formatting. Add colours, font weights and other styles to make it more readable. Supports substring formatting for extra prettiness!
        
        
        installation
        ------------
        
        **pip install**
        
        *using command line. requires pip api.*
        
        .. code-block:: console
        
            $ pip install fontstyle --upgrade
        
        
        **git install**
        
        *using command line. requires git api.*
        
        .. code-block:: console
        
            $ git clone https://github.com/gellel/fontstyle.git
            $ cd fontstyle
            $ python setup.py install
        
        
        quick test
        ----------
        
        *using command line. accepts multiple arguments. uses modules 'beautification' syntax for formatting. see documentation for more information.*
        
        
        .. code-block:: console
        
            $ python -m fontstyle '{hello}(bold/red)' '{world}(bold/blue)'
        
        
        requirements
        ------------
        
        python 2.7+
        
        
        documentation
        -------------
        
        `api <https://github.com/gellel/fontstyle/tree/master/docs/>`_
        
        
        authors
        -------
        
        github `@gellel <https://github.com/gellel/>`_ / twitter `@montywales <https://twitter.com/montywales/>`_
Keywords: ansi,color,colour,console,formatting,logging,terminal,terminal colour,print,font,strings,fontstyle,style,styling,gellel,text,output
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Markup
