Python sdk for 飞书多维表格
Project description
飞书多维表格 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-sdk-bitable-0.1.2.tar.gz
(13.4 kB
view details)
Built Distribution
File details
Details for the file python-sdk-bitable-0.1.2.tar.gz
.
File metadata
- Download URL: python-sdk-bitable-0.1.2.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 307ac0a73ba1f37b59847ade8cadd6ef693e5dfe6b555a321c5e9e3f437953b1 |
|
MD5 | 3dcbb68df74c6a6eb0ac5ded173e4bee |
|
BLAKE2b-256 | f2d22dcd49829db9745f8098493c0fa82263227ad1be74347ae54f678a14c9a2 |
File details
Details for the file python_sdk_bitable-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: python_sdk_bitable-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e7b32ed8764c9e3d000b921e54044a433f3a22f756b586fe7bde9d4202d30ce |
|
MD5 | a73c9f1ac3f03dc4bd67e5f8c1b1b580 |
|
BLAKE2b-256 | 46b5660eae98ceb308a032180e52bd78b4ac72cd36d639c8231052f7b7e26065 |