Metadata-Version: 2.4
Name: arkm-client
Version: 0.1.0
Summary: It is a simple Arkm API client library.
Home-page: https://github.com/yourusername/your-project-name
Author: byebydoggy
Author-email: byebydoggy@outlook.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aiohappyeyeballs==2.6.1
Requires-Dist: aiohttp==3.13.2
Requires-Dist: aiosignal==1.4.0
Requires-Dist: attrs==25.4.0
Requires-Dist: certifi==2025.11.12
Requires-Dist: charset-normalizer==3.4.4
Requires-Dist: frozenlist==1.8.0
Requires-Dist: idna==3.11
Requires-Dist: multidict==6.7.0
Requires-Dist: propcache==0.4.1
Requires-Dist: requests==2.32.5
Requires-Dist: setuptools==65.5.1
Requires-Dist: typing_extensions==4.15.0
Requires-Dist: urllib3==2.5.0
Requires-Dist: wheel==0.38.4
Requires-Dist: yarl==1.22.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ArkmClient

ArkmClient 是一个用于与 Arkm API 交互的 Python 客户端库。

## 项目简介

简易的 Arkm API 客户端库，支持异步和同步调用。


## 安装说明
pip install arkm-client

### 环境要求
- Python 3.9+

### 安装步骤
\`\`\`bash
pip install -r requirements.txt
\`\`\`

或者使用setup.py安装：
\`\`\`bash
python setup.py install
\`\`\`

## 使用方法

\`\`\`python
# 示例代码
import arkm

# 使用示例
client = arkm.SyncArkmClient(cookie="your_cookie")
result = client.get_user_info()
print(result)
\`\`\`

## 配置说明

描述项目的配置方式和参数设置。

## 贡献指南

如果您想为项目做贡献，请遵循以下步骤：
1. Fork本仓库
2. 创建功能分支
3. 提交更改
4. 推送分支
5. 创建Pull Request

## 许可证

本项目采用 [MIT](LICENSE) 许可证。

## 联系方式

- 作者：[byebydoggy](https://github.com/byebydoggy)
