文件名称:airtable-python-wrapper:Python Airtable客户端包装
文件大小:3.21MB
文件格式:ZIP
更新时间:2024-02-25 19:12:13
python api client airtable APIPython
Airtable Python包装器 适用于Python的Airtable API客户端包装 正在安装 pip install airtable-python-wrapper 文献资料 完整的文档在这里: 使用范例 以下是包装器中可用的一些方法。 有关完整列表和文档,请访问 您可以在此看到包装器的。 airtable = Airtable('baseKey', 'table_name') airtable.get_all(view='MyView', maxRecords=20) airtable.insert({'Name': 'Brian'}) airtable.search('Na
【文件预览】:
airtable-python-wrapper-master
----setup.py(1KB)
----.gitignore(166B)
----todo.todo(425B)
----Makefile(881B)
----.travis.yml(384B)
----MANIFEST.in(96B)
----LICENSE(1KB)
----setup.cfg(393B)
----.github()
--------FUNDING.yml(65B)
----airtable()
--------__init__.py(40B)
--------__version__.py(349B)
--------params.py(10KB)
--------airtable.py(20KB)
--------auth.py(834B)
----README.md(2KB)
----Airtable.ipynb(123KB)
----tests()
--------conftest.py(3KB)
--------test_url_escape.py(853B)
--------test_airtable_class.py(9KB)
--------test_version.py(322B)
--------test_request_errors.py(721B)
--------test_params.py(4KB)
--------integration.py(784B)
--------test_auth.py(807B)
----HISTORY.md(2KB)
----.gitattributes(34B)
----docs()
--------Makefile(625B)
--------assets()
--------make.bat(823B)
--------source()
----requirements-dev.txt(291B)
----.editorconfig(421B)
----tox.ini(444B)