Metadata-Version: 2.1
Name: repr-utils
Version: 0.1.1
Summary:     Contains common ellements that when displayed will adhere to the correct format (e.g markdown, latex, html, text) in tools like jupyter notebooks
Home-page: https://github.com/Luttik/repr_utils
License: MIT
Author: luttik
Author-email: dtluttik@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: isort (>=4.3.21,<5.0.0)
Requires-Dist: jinja2 (>=2.11.1,<3.0.0)
Requires-Dist: tabulate (>=0.8.7,<0.9.0)
Project-URL: Repository, https://github.com/Luttik/repr_utils
Description-Content-Type: text/x-rst

REPR-UTIL
---------
A toolkit to quickly display elements in tools like `jupyter`_ by building upon `ipython rich display`_.

Contributions are appreciated.

.. _`ipython rich display`: https://ipython.readthedocs.io/
.. _`jupyter`: https://jupyter.org/

