Metadata-Version: 2.1
Name: ansictrls
Version: 0.1.1
Summary: Library for working with ANSI Escape Sequences in a terminal.
Home-page: https://andreas19.github.io/ansictrls/
Author: Andreas19
Author-email: andreas19@posteo.eu
License: BSD-3-Clause
Project-URL: Source code, https://github.com/andreas19/ansictrls/
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
Requires-Dist: term (>=2.2)

# ansictrls

Library for working with ANSI Escape Sequences in a terminal.

For more information visit the [documentation](https://andreas19.github.io/ansictrls/overview.html).

History
-------

**2019-01-11 (0.1.1)**
 - Bugfix: sgr_print() was broken

**2018-12-14 (0.1.0)**
 - First public release



