Metadata-Version: 2.4
Name: obotas
Version: 0.0.1
Summary: OBject Oriented TAble String. A python library that provides a configurable model that let's you print tables to stdout with ease. This tables can contain several levels of headers, organised as a tree, and the leaves correspond to the column id. Then pass a list of rows and let the package do the rest for you!
Author: Ricardo JRSM Vieira
Author-email: Ricardo JRSM Vieira <ricardojrsmvieira@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Printing
Classifier: Topic :: Terminals
Classifier: Typing :: Typed
Requires-Dist: moredantic~=0.0.4
Requires-Dist: wcwidth~=0.8.2
Maintainer: Ricardo JRSM Vieira
Maintainer-email: Ricardo JRSM Vieira <ricardojrsmvieira@gmail.com>
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/ricardojrsmvieira/obotas_-_python
Project-URL: Issues, https://github.com/ricardojrsmvieira/obotas_-_python/issues
Description-Content-Type: text/markdown

# obotas

## OBject Oriented TAble String

A python library that provides a configurable model that let's you print tables to stdout with ease. This tables can contain several levels of headers, organised as a tree, and the leaves correspond to the column id. Then pass a list of rows and let the package do the rest for you!


[![Publish to PyPI](https://github.com/ricardojrsmvieira/obotas_-_python/actions/workflows/publish_to_pypi.yml/badge.svg)](https://github.com/ricardojrsmvieira/obotas_-_python/actions/workflows/publish_to_pypi.yml)
[![Publish to Test PyPI](https://github.com/ricardojrsmvieira/obotas_-_python/actions/workflows/publish_to_test_pypi.yml/badge.svg)](https://github.com/ricardojrsmvieira/obotas_-_python/actions/workflows/publish_to_test_pypi.yml)
[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/)
