Metadata-Version: 2.1
Name: pymediatracker
Version: 0.1.3
Summary: Asynchronous python client for MediaTracker.
Home-page: https://github.com/jonkristian/pymediatracker
License: MIT
Keywords: mediatracker,api,async,client
Author: Jon Kristian Nilsen
Author-email: hello@jonkristian.no
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Project-URL: Documentation, https://github.com/jonkristian/pymediatracker
Project-URL: Repository, https://github.com/jonkristian/pymediatracker
Description-Content-Type: text/markdown

# PyMediaTracker

Asynchronous python client for MediaTracker.
This package allows you to interact with MediaTracker API

## Installation

```bash
pip install pymediatracker
```

## Attributions
- [@timmo001](https://github.com/timmo001) for source of inspiration with his [aiolyric package](https://github.com/timmo001/aiolyric).
- [@ludeeus](https://github.com/ludeeus) for his generator class.

#

⭐️ this repository if you found it useful ❤️

<a href="https://www.buymeacoffee.com/jonkristian" target="_blank"><img src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/white_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>

