Metadata-Version: 2.1
Name: mihomo
Version: 2.2.0
Summary: Library for API wrapper data from mihomo
Home-page: https://github.com/Mar-7th/mihomo.py
License: MIT
Author: mobyw
Author-email: mobyw66@gmail.com
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: httpx (>=0.24.1,<0.25.0)
Requires-Dist: msgspec (>=0.15.1,<0.16.0)
Requires-Dist: starrailres (>=2.0.0,<3.0.0)
Project-URL: Repository, https://github.com/Mar-7th/mihomo.py
Description-Content-Type: text/markdown

# mihomo.py

## Introduction

This is a Python library for getting data from [mihomo.me](https://api.mihomo.me). It can also parse the data into a more readable format.

## Installation

```bash
pip install mihomo
```

## Usage

Refer to [example](./examples/example.py).

Document of API: <https://march7th.xiaohei.moe/en/resource/mihomo_api.html>

