Metadata-Version: 2.1
Name: mihomo
Version: 3.6.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.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
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: httpx (>=0.28,<0.29)
Requires-Dist: msgspec (>=0.19,<0.20)
Requires-Dist: starrailres (>=3.6,<4.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.xyz/en/api/>

