飞书多维表格 API Client Wrapper for Python
Installing
pip install python-sdk-bitable
Documentation
Full documentation here:待完善
Usage Example
Below are some of the methods available in the wrapper.
bitable = Bitable('base_id', 'table_id', 'app_id', 'app_secret')
bitable.list_tables()
bitable.list_views()
bitable.list_records()
# CRUD (insert update update delete)
bitable.insert({'Name': 'John'})
# batch insert
bitable.batch_insert([{'Name': 'Tom', 'Sex': 'male'}, {'Name': 'Bob','Sex': 'female'}])
# return first matched record
bitable.match('Name', 'Tom')
# return all matched records
bitable.search('Name', 'Tom')
bitable.update_by_field('Name', 'Tom', {"Sex": "male"})
For the full list and documentation visit the docs
License
Release files for python-sdk-bitable 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-sdk-bitable-0.1.2.tar.gz | 13.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_sdk_bitable-0.1.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 35.9 kB
Release files / python-sdk-bitable-0.1.2.tar.gz
| Download URL | python-sdk-bitable-0.1.2.tar.gz |
|---|---|
| Size | 13.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
307ac0a73ba1f37b59847ade8cadd6ef693e5dfe6b555a321c5e9e3f437953b1
|
|
BLAKE2b-256 checksum How to use checksums |
f2d22dcd49829db9745f8098493c0fa82263227ad1be74347ae54f678a14c9a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.13
|
Release files / python_sdk_bitable-0.1.2-py2.py3-none-any.whl
| Download URL | python_sdk_bitable-0.1.2-py2.py3-none-any.whl |
|---|---|
| Size | 22.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3e7b32ed8764c9e3d000b921e54044a433f3a22f756b586fe7bde9d4202d30ce
|
|
BLAKE2b-256 checksum How to use checksums |
46b5660eae98ceb308a032180e52bd78b4ac72cd36d639c8231052f7b7e26065
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.13
|