python-doctl:Digital Ocean CLI实用程序的Python包装器— doctl

时间:2024-05-14 11:22:57
【文件属性】:

文件名称:python-doctl:Digital Ocean CLI实用程序的Python包装器— doctl

文件大小:538KB

文件格式:ZIP

更新时间:2024-05-14 11:22:57

python digitalocean api-client python3 doctl

python-doctl 一个来自的优秀命令行实用工具的Python包装器。 用法 >>> import doctl >>> for droplet in doctl.compute.droplet.list(): ... print(droplet['name']) pypi.kennethreitz.org code.kennethreitz.org build.kennethreitz.org … >>> for key in doctl.compute.ssh_key.list(): ... print(key['name']) Blink (iPad) thoth macbook 所有方法都返回Python数据结构,包括支持时区的Datetime对象。 笔记 建议使用DIGITALOCEAN_ACCESS_TOKEN环境变量。 可用的命名空间 该库涵盖了doct


【文件预览】:
python-doctl-master
----doctl.py(29KB)
----.gitignore(226B)
----README.md(1KB)
----Pipfile.lock(24KB)
----docs()
--------make.bat(816B)
--------py-modindex.html(3KB)
--------_sources()
--------conf.py(6KB)
--------index.rst(4KB)
--------.nojekyll(0B)
--------search.html(3KB)
--------build()
--------searchindex.js(1KB)
--------_modules()
--------genindex.html(3KB)
--------_static()
--------index.html(13KB)
--------objects.inv(248B)
--------Makefile(609B)
--------.buildinfo(230B)
----Pipfile(262B)
----setup.py(4KB)
----Makefile(156B)

网友评论