Skip to main content

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

MIT

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.0.7.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

python_sdk_bitable-0.0.7-py2.py3-none-any.whl (15.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file python-sdk-bitable-0.0.7.tar.gz.

File metadata

  • Download URL: python-sdk-bitable-0.0.7.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for python-sdk-bitable-0.0.7.tar.gz
Algorithm Hash digest
SHA256 544480f6a2f24bd0c4c7e713cdc3c1437e55dca74f8b0170d8760dffe2d36ab0
MD5 867c765c29b19280d179067442898648
BLAKE2b-256 391a60c24279b5b54b71f42f2529b32eb2404abcb8a2501ec75683b5186cea86

See more details on using hashes here.

File details

Details for the file python_sdk_bitable-0.0.7-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_sdk_bitable-0.0.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c75cc114da8ccd7d40ff56c5c43461687fcf1b0c69fd01b7cee6f3f1d63b2c3c
MD5 7aa352f43629750d989e3838dca23b01
BLAKE2b-256 b6b54ba76bfe8ca25666c99135e0c96419d52fad93bf722d3170c62ddeb06fc3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page