Metadata-Version: 2.4
Name: astral_vika
Version: 1.1
Summary: 一个用于与 Vika 维格表 API 交互的 Python 库。
Author-email: astrabot-vika-team <contact@astrabot.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/AstralSolipsism/astral_vika
Project-URL: Bug Tracker, https://github.com/AstralSolipsism/astral_vika/issues
Keywords: vika,apitable,api,sdk
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.23.0
Dynamic: license-file

# Astral Vika

[![PyPI version](https://img.shields.io/pypi/v/astral-vika.svg)](https://pypi.org/project/astral-vika/)
[![License](https://img.shields.io/pypi/l/astral-vika.svg)](https://github.com/Astral-Lab/astral-vika/blob/main/LICENSE)

`astral_vika` 是一个为 [Vika 维格表](https://vika.cn/) 设计的、完全重构的现代异步 Python 客户端库。它基于 `asyncio` 和 `httpx`，提供了简洁、强大且类型友好的 API，旨在帮助开发者高效地与 Vika API 进行交互。

该项目是为了连接 [AstrBot](https://github.com/AstrBotDevs/AstrBot) 与 Vika 而诞生，但作为一个独立的库，它可以用于任何需要异步访问 Vika 数据的 Python 项目。


## 更新日志

### 版本 1.1

*   修复了 API 调用中的方法名拼写错误（例如 `apost` -> `post`）。
*   对代码库进行了全面审计，确保了与维格表 API 交互的健壮性。
