loady:从git存储库动态加载Python库

时间:2021-05-09 23:22:14
【文件属性】:
文件名称:loady:从git存储库动态加载Python库
文件大小:22KB
文件格式:ZIP
更新时间:2021-05-09 23:22:14
Python 满载的 从git存储库和Web动态加载Python库,JSON和原始文本。 基本用法 import loady # Permanently extend sys path with this github repo. loady.sys_path.extend('//git/github.com/timedata-org/simple'): # Temporarily extend sys path with this github repo. with loady.sys_path.extender('//git/github.com/timedata-org/simple'): # Do stuff. # Get raw data from URLs. result = loady.data.load( 'https://github.com/timedata-org/
【文件预览】:
loady-master
----setup.py(2KB)
----.gitignore(1KB)
----requirements.txt(41B)
----.travis.yml(258B)
----MANIFEST.in(205B)
----loady()
--------__init__.py(44B)
--------code.py(2KB)
--------whitelist.py(3KB)
--------raw.py(2KB)
--------experimental()
--------config.py(587B)
--------VERSION(7B)
--------importer.py(2KB)
--------files.py(821B)
--------sys_path.py(611B)
--------library.py(3KB)
--------data.py(2KB)
----LICENSE(1KB)
----setup.cfg(40B)
----LICENSE.txt(1KB)
----scripts()
--------new_version(1KB)
----README.md(852B)
----test_requirements.txt(14B)
----test()
--------__init__.py(0B)
--------loady()
--------README.md(89B)
--------sub()
----tox.ini(573B)

网友评论