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
- Host: GitHub
- URL: https://github.com/zheaoli/yuque-py
- Owner: Zheaoli
- License: mit
- Created: 2019-08-27T13:15:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:29:47.000Z (over 2 years ago)
- Last Synced: 2025-04-12T17:18:01.032Z (6 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 46
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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 Yuqueyuque=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