Metadata-Version: 2.1
Name: mtkruto
Version: 0.2.4
Summary: Python client for MTKruto Server
Author: Roj
Requires-Python: >=3.8,<4.0
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
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiohttp (>=3.10.2,<4.0.0)
Description-Content-Type: text/markdown

# MTKruto Python

> Python library for interacting with MTKruto Server

## Overview
The MTKruto Python library provides a straightforward way to communicate with [MTKruto server](https://github.com/MTKruto/server), simplifying complex requests with minimal setup. Designed for efficiency and ease, it’s ideal for developers who want reliable access to MTKruto's features in Python.

## Installation
To install the MTKruto Python client, use pip:
```shell
pip install mtkruto
```
Make sure you're using Python 3.8 or higher.

## Examples
Explore additional examples in the [examples/](https://github.com/MTKruto/python/tree/main/examples) directory.

## API Reference
Detailed documentation of each method and endpoint can be found at https://python.mtkru.to/.

