plaid-python:Plaid 的 Python 绑定

时间:2021-08-05 02:58:28
【文件属性】:
文件名称:plaid-python:Plaid 的 Python 绑定
文件大小:212KB
文件格式:ZIP
更新时间:2021-08-05 02:58:28
Python 格子Python :warning: 21 年 8 月 16 日之后,该库的这个主要版本将只收到关键的安全补丁。 请考虑试用我们的新。 的官方 python 客户端库。 目录 执照 安装 $ pip install plaid-python 文档 该模块支持所有 Plaid API 端点。 有关 API 的完整信息,请前往docs 。 有关端点和参数的完整列表,请参阅python 文档。 入门 呼叫端点 要调用端点,您必须创建一个Client对象。 from plaid import Client # Available environments are 'sandbox', 'development', and 'production'. client = Client ( client_id = '***' , secret = '***' , environment = 's
【文件预览】:
plaid-python-master
----.env.example(58B)
----.github()
--------workflows()
----plaid()
--------errors.py(5KB)
--------__init__.py(107B)
--------internal()
--------api()
--------client.py(4KB)
--------version.py(22B)
----src()
--------flake8()
--------pip-delete-this-directory.txt(185B)
----.circleci()
--------config.yml(901B)
----PUBLISH.md(2KB)
----requirements.txt(213B)
----CONTRIBUTING.md(766B)
----.travis.yml(170B)
----tox.ini(210B)
----LICENSE(1KB)
----setup.py(1KB)
----README.md(7KB)
----Makefile(760B)
----docs_source()
--------index.html(96B)
--------conf.py(5KB)
--------Makefile(608B)
--------contents.rst(1KB)
----docs()
--------index.html(96B)
--------search.html(3KB)
--------.nojekyll(0B)
--------searchindex.js(7KB)
--------contents.html(76KB)
--------py-modindex.html(3KB)
--------genindex.html(16KB)
--------_static()
----tests()
--------integration()
--------__init__.py(0B)
--------unit()
----.gitignore(130B)
----CHANGELOG.md(5KB)

网友评论