Metadata-Version: 2.1
Name: ansictrls
Version: 0.2.0
Summary: Library for working with ANSI Escape Sequences in a terminal.
Home-page: https://andreas19.github.io/ansictrls/
Author: Andreas Suhre
Author-email: andreas19@posteo.eu
License: BSD-3-Clause
Project-URL: Source code, https://github.com/andreas19/ansictrls/
Description: # ansictrls
        
        Library for working with ANSI Escape Sequences in a terminal.
        
        For more information see the [documentation](https://andreas19.github.io/ansictrls/overview.html).
        
        History
        -------
        
        **2019-05-12 (0.2.0)**
         - HTML-style colors can now use the short form,
           i. e. #F00 instead of #FF0000
        
        **2019-01-11 (0.1.1)**
         - Bugfix: sgr_print() was broken
        
        **2018-12-14 (0.1.0)**
         - First public release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.6
Description-Content-Type: text/markdown
