Metadata-Version: 2.4
Name: zxart
Version: 0.3.5
Summary: Asynchronous Python client for the ZXArt.ee API.
Project-URL: Documentation, https://github.com/dudanov/python-zxart
Project-URL: Home Page, https://github.com/dudanov/python-zxart
Project-URL: Issue Tracker, https://github.com/dudanov/python-zxart/issues
Project-URL: Source Code, https://github.com/dudanov/python-zxart.git
Author-email: Sergey Dudanov <sergey.dudanov@gmail.com>
Maintainer-email: Sergey Dudanov <sergey.dudanov@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: api,async,client,zxart,zxspectrum
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Russian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.14,>=3.12
Requires-Dist: aiohttp>=3.10
Requires-Dist: mashumaro>=3.15
Requires-Dist: orjson>=3.10
Description-Content-Type: text/markdown

# Python: Asynchronous ZXArt.ee API Client

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/zxart)
![PyPI - Version](https://img.shields.io/pypi/v/zxart)
![PyPI - Status](https://img.shields.io/pypi/status/zxart)
![PyPI - License](https://img.shields.io/pypi/l/zxart)
![PyPI - Downloads](https://img.shields.io/pypi/dm/zxart)

## About

Simple asynchronous Python [ZXArt.ee](https://zxart.ee/) API client.

## Installation

```bash
pip install zxart
```
