It is a simple Arkm API client library.
Project description
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) ```
配置说明
描述项目的配置方式和参数设置。
贡献指南
如果您想为项目做贡献,请遵循以下步骤:
- Fork本仓库
- 创建功能分支
- 提交更改
- 推送分支
- 创建Pull Request
许可证
本项目采用 MIT 许可证。
联系方式
- 作者:byebydoggy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arkm_client-0.1.0.tar.gz.
File metadata
- Download URL: arkm_client-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
021cbb2fbcbe3a0e828b79a340f8863df9d41b883c64b75bb1491cec07ab3991
|
|
| MD5 |
f0c2160620fab39bc4b7a64848ffea67
|
|
| BLAKE2b-256 |
902004911e960dfdafafa75aae6d8c156a773fd544f3036788b845840d6aedef
|
File details
Details for the file arkm_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: arkm_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83233433c9438ae96900c819fd3aa667280091ec539d4d283fe383fc43ba1c91
|
|
| MD5 |
dd6548239f319c0b3083dbd7ac7b8f00
|
|
| BLAKE2b-256 |
8eae7bd47c0e53bd593bf4f4d0bab3ca8781c1ca7a1484bb005cdd237d80ff8b
|