An open API service indexing awesome lists of open source software.

https://github.com/zheaoli/yuque-py

Python wraps for yuque https://www.yuque.com
https://github.com/zheaoli/yuque-py

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# yuque-py

Python SDK for [yuque](https://www.yuque.com/yuque/developer/api)

## Install

```bash
pip install yuque-py
```

## Usage

```python
from yuque_py import Yuque

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

## API

see [Yuque API Docs](https://www.yuque.com/yuque/developer/api) 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