Metadata-Version: 2.1
Name: t8s
Version: 0.1.5
Project-URL: Documentation, https://github.com/unknown/t8s#readme
Project-URL: Issues, https://github.com/unknown/t8s/issues
Project-URL: Source, https://github.com/unknown/t8s
Author-email: João Antonio Ferreira <joao.parana@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: keyring
Requires-Dist: keyrings-google-artifactregistry-auth
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# t8s

[![PyPI - Version](https://img.shields.io/pypi/v/t8s.svg)](https://pypi.org/project/t8s)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/t8s.svg)](https://pypi.org/project/t8s)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install t8s
```

## Testing

```console
# Para inspecionar a configuração do ambiente de testes:
hatch config show
hatch clean
hatch build
hatch run python3 main.py
./test-all.sh
```

## License

`t8s` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
