TPy:TargetProcess API 的 Python 包装器

时间:2024-07-28 17:35:16
【文件属性】:

文件名称:TPy:TargetProcess API 的 Python 包装器

文件大小:30KB

文件格式:ZIP

更新时间:2024-07-28 17:35:16

Python

TPy TPy 是 API 的 Python 包装器。 它旨在使与 REST API 的接口更容易。 请注意: TPy 目前正在积极开发中。 此 README 中概述的功能不完整,而是代表包装器的最终愿景。 此库尚未准备好使用。 import tpy # Authenticate with an API key... tp = tpy . TargetProcess ( 'http://demo.tpondemand.com/' , api_key = BLAH ) # or Basic auth... tp = tpy . TargetProcess ( 'http://demo.tpondemand.com/' , username = admin , password = supersecret ) # loop through our stories for story i


【文件预览】:
TPy-master
----setup.py(2KB)
----.gitignore(244B)
----.travis.yml(130B)
----tpy()
--------__init__.py(718B)
--------api.py(4KB)
--------objects.py(6KB)
--------exceptions.py(1KB)
----LICENSE(32KB)
----README.md(1KB)
----tests()
--------basic_tests.py(2KB)
--------__init__.py(865B)
--------basic_object_tests.py(879B)
--------tp_field_tests.py(3KB)
----docs()
--------tpy.rst(155B)
--------tpy.objects.rst(181B)
--------Makefile(6KB)
--------index.rst(2KB)
--------conf.py(8KB)
--------make.bat(5KB)

网友评论