Metadata-Version: 2.1
Name: easy-ansi
Version: 2.0.0
Summary: An ANSI API framework with no dependencies on 3rd-party libraries, with an emphasis on not needing to understand the details of ANSI escape sequences themselves.
Home-page: https://gitlab.com/easy-ansi/easy-ansi
Author: Joey Rockhold
Author-email: joey@joeysbytes.net
License: UNKNOWN
Project-URL: Source, https://gitlab.com/easy-ansi/easy-ansi
Project-URL: Documentation, https://gitlab.com/easy-ansi/easy-ansi-docs
Project-URL: Issues, https://gitlab.com/easy-ansi/easy-ansi/-/issues
Project-URL: Demos, https://gitlab.com/easy-ansi/easy-ansi-demos
Keywords: ANSI,easy,API,console,terminal
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Terminals
Classifier: Typing :: Typed
Requires-Python: >=3.6,<4
Description-Content-Type: text/markdown
License-File: LICENSE

# Easy ANSI

![Easy ANSI Splash Screen](https://gitlab.com/easy-ansi/easy-ansi-demos/-/raw/main/images/easy_ansi_splash_screen.png)

Easy ANSI is a terminal framework API to give you an easy way to use colors, attributes, screen actions, and
cursor control movements.  This framework adheres to the ANSI standard codes, and does not implement
operating system specific features.  It uses only the standard Python library, and does not have external
dependencies such as ncurses.

Documentation can be found here: [Easy ANSI Documentation](https://gitlab.com/easy-ansi/easy-ansi-docs)

The change log can be found here: [Easy ANSI Change Log](https://gitlab.com/easy-ansi/easy-ansi/-/blob/master/CHANGELOG.md)


