Metadata-Version: 2.4
Name: kattis-tracker-py
Version: 1.1.0.dev2
Summary: A Python API client for the Kattis Tracker backend.
Project-URL: Documentation, https://github.com/chrille0313/kattis-tracker-py#readme
Project-URL: Issues, https://github.com/chrille0313/kattis-tracker-py/issues
Project-URL: Source, https://github.com/chrille0313/kattis-tracker-py
Author-email: chrille0313 <chrille_0313@hotmail.com>
License-Expression: MIT
License-File: LICENSE.md
Keywords: api,client,http,integration,kattis,kattis-tracker,library,python,rest,sdk,wrapper
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: requests
Description-Content-Type: text/markdown

# kattis-tracker-py

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

---

## Table of Contents

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

## Installation

```console
pip install kattis-tracker-py
```

## License

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