Metadata-Version: 2.1
Name: tracksim
Version: 0.1.0
Summary: Python Wrapper for the TrackSim API
License: MIT
Author: ColinShark
Author-email: colin@colinshark.de
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.28.2,<3.0.0)
Description-Content-Type: text/markdown

<center>

![TrackSim Logo](https://docs.tracksim.app/img/logo.png)

</center>

# TrackSim.py
### A Python Wrapper for the [TrackSim] API.

All methods are commented, documentated and adequately typehinted.

## Installation

```sh
pip install tracksim
```

<!-- Links -->
[TrackSim]: https://tracksim.app

