pyxero:用于访问Xero计费工具的REST API的Python API

时间:2021-04-03 19:08:18
【文件属性】:
文件名称:pyxero:用于访问Xero计费工具的REST API的Python API
文件大小:40KB
文件格式:ZIP
更新时间:2021-04-03 19:08:18
Python 派罗 PyXero是用于访问计费工具提供的REST API的Python API。 它允许访问公共,私有和合作伙伴应用程序。 快速开始: 使用python软件包管理器安装此库: pip install pyxero 您需要遵循来注册您的应用程序。 请按照以下步骤进行操作: 公开申请 公共应用程序使用三步OAuth流程。 当您,将获得一个“消费方密钥”和一个“消费方秘密” 。 这些都是字符串。 要访问Xero API,您必须首先创建一些凭据: >> > from xero . auth import PublicCredentials >> > credentials = PublicCredentials ( < consumer> , < consumer> ) >> > print credentials . url 'http://my.xero
【文件预览】:
pyxero-master
----MANIFEST.in(260B)
----xero()
--------exceptions.py(4KB)
--------manager.py(902B)
--------utils.py(3KB)
--------__init__.py(46B)
--------payrollmanager.py(1KB)
--------auth.py(14KB)
--------filesmanager.py(6KB)
--------basemanager.py(13KB)
--------api.py(3KB)
--------constants.py(300B)
----ChangeLog.rst(1KB)
----examples()
--------public_oauth_flow()
--------receipts_importer()
--------partner_oauth_flow()
----.travis.yml(264B)
----tox.ini(331B)
----LICENSE(2KB)
----setup.cfg(26B)
----setup.py(2KB)
----README.md(13KB)
----tests()
--------exceptions.py(12KB)
--------manager.py(12KB)
--------mock_data.py(4KB)
--------utils.py(3KB)
--------__init__.py(0B)
--------auth.py(9KB)
----.gitignore(96B)

网友评论