Metadata-Version: 2.1
Name: nocobase-api-sdk
Version: 1.0.1
Summary: NocoBase API SDK for Python
License: MIT
Author: leslieliang
Author-email: zwliang98@163.com
Requires-Python: >=3.9
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: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

## 概述
![Version](https://img.shields.io/badge/Version-v1.0.0-green)
![Python Version](https://img.shields.io/badge/Python-%E2%89%A53.9-blue)

`nocobase-api-sdk` 是一个基于 Python 的 SDK，用于集成 nocobase 的 API 能力。

## 安装使用
```bash
pip install nocobase-api-sdk
```

## 功能特征
- 封装了 nocobase 的 API 接口，提供更简单快捷的操作方式
