Metadata-Version: 2.1
Name: easy-ansi
Version: 2.1.1
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/-/blob/main/docs/README.md
Project-URL: Demos, https://gitlab.com/easy-ansi/easy-ansi/-/tree/main/demos
Project-URL: Change Log, https://gitlab.com/easy-ansi/easy-ansi/-/blob/main/CHANGELOG.md
Project-URL: Issues, https://gitlab.com/easy-ansi/easy-ansi/-/issues
Project-URL: License, https://gitlab.com/easy-ansi/easy-ansi/-/blob/main/LICENSE
Project-URL: All Documentation, https://gitlab.com/easy-ansi/easy-ansi-docs/-/blob/main/README.md
Project-URL: All Easy ANSI, https://gitlab.com/easy-ansi
Keywords: ANSI,easy,API,console,terminal
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
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/-/blob/main/docs/README.md)

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


