Metadata-Version: 2.1
Name: rich
Version: 0.2.0
Summary: Render rich text, tables, syntax highlighting, markdown and more to the terminal
License: MIT
Author: Will McGugan
Author-email: willmcgugan@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: dataclasses (>=0.7,<0.8); python_version >= "3.6" and python_version < "3.7"
Requires-Dist: pprintpp (>=0.4.0,<0.5.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0)
