# yuque-py **Repository Path**: twtyjvkg/yuque-py ## Basic Information - **Project Name**: yuque-py - **Description**: Python wraps for yuque https://www.yuque.com - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-10-30 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yuque-py Python SDK for [yuque](https://www.yuque.com/yuque/developer/api) ## Install ```bash pip instal 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