github-contents:用于将数据读取和写入GitHub存储库的Python类

时间:2024-06-09 20:08:53
【文件属性】:

文件名称:github-contents:用于将数据读取和写入GitHub存储库的Python类

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-09 20:08:53

github githubapi Python

github内容 读写大小文件到Github。 常规的无法处理大于1MB的文件-此类知道如何发现该问题并改为使用支持大文件的低级 。 请注意,文件内容是作为字节字符串而不是常规字符串传递和返回的。 安装 pip install github-contents 用法 您将需要具有完整存储库访问权限的GitHub OAuth令牌。 创建其中之一的最简单方法是使用 from github_contents import GithubContents # For repo simonw/disaster-data: github = GithubContents ( "simonw" , "disaster-data" , token = GITHUB_OAUTH_TOKEN , branch = "main" ) 读取文件: content_i


【文件预览】:
github-contents-main
----cassettes()
--------branch-exists-true.json.json(9KB)
--------branch-exists-false.json.json(4KB)
--------write-file.json(14KB)
--------write-file-large.json(25KB)
--------get-file.json(5KB)
----.gitignore(89B)
----github_contents.py(6KB)
----README.md(2KB)
----.github()
--------workflows()
----test_github_contents.py(3KB)
----setup.py(1014B)

网友评论