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

Uploaded Source

Built Distribution

python_sdk_bitable-0.1.1-py2.py3-none-any.whl (16.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: python-sdk-bitable-0.1.1.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

Hashes for python-sdk-bitable-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ee95c888c526f0dbc6975a966dab6e33d296ff8be2ced38eaff590a5fa8b9434
MD5 052c93e00d507c5ad72659df645ed603
BLAKE2b-256 cdddf7cbc7de6bbf93a33bed3a524af9a0b62e64b572aad6b11b0e946043243b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_sdk_bitable-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 504bb2c8226e145e74e66823935575e121b956929ace496d06452bcc416039c8
MD5 e34cbd18175786557a5360017d1ca10d
BLAKE2b-256 62c962acde98c5b755bfec828a1f141fe35681b70100da3ed5cd649fe9cc9b7b

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