codebase-python:用Python编写的Codebase API客户端

时间:2021-04-30 07:28:26
【文件属性】:
文件名称:codebase-python:用Python编写的Codebase API客户端
文件大小:4KB
文件格式:ZIP
更新时间:2021-04-30 07:28:26
Python 代码库Python API 该项目只是[ API]的包装。 一些注意事项: 该项目只是一个Alpha版本。 尚未涵盖所有端点,目前仅可读。 安装方式 您可以使用pip或easy_install ::通过PyPI安装此库: pip install codebase-api 或直接从GitHub的当前master分支:: pip install https://github.com/pyriku/codebase-python/zipball/master 文献资料 该库非常易于使用:: from codebase import CodebaseClient client = CodebaseClient(API_USERNAME, API_KEY) # from your Codebase account page projects = client.all_projects
【文件预览】:
codebase-python-master
----codebase()
--------__init__.py(35B)
--------client.py(7KB)
----setup.py(735B)
----README.md(2KB)
----.gitignore(28B)

网友评论