CharlesYe8848 / yuque-py

Python wraps for yuque https://www.yuque.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yuque-py

Python SDK for yuque

Install

pip install yuque-py

Usage

from yuque_py import Yuque

yuque=Yuque(api_host="",user_token="")
yuque.docs

API

see Yuque API Docs for more details.

users

see the source.

groups

see the source.

repos

see the source.

docs

see the source.

TODO

  • API docs
  • JSDocs definition for result info
  • add d.ts or refactor to TypeScript

About

Python wraps for yuque https://www.yuque.com

License:MIT License


Languages

Language:Python 100.0%