/yuque-py

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

Primary LanguagePythonMIT LicenseMIT

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