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

Uploaded Source

Built Distribution

python_sdk_bitable-0.0.9-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.9.tar.gz.

File metadata

  • Download URL: python-sdk-bitable-0.0.9.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.9.tar.gz
Algorithm Hash digest
SHA256 39501b949d9ce91cb2097d57569102177afc9be5daee14bb6d8cae99f7dd2644
MD5 806a82ff1fccc30aa76b22d6950af8ca
BLAKE2b-256 6c697ce96fc38e3e8546b1f7cf4cda9987aa9d7d17b437f016b8e0b6303601ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_sdk_bitable-0.0.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4a30cba64b5e7a2390349338e00b735f79b8b2222c1fa6d417a4b7e1838474b2
MD5 720d88e2017ae2dd37db8dbc118862da
BLAKE2b-256 c939a1438a1df5802438699200acfdc8e8f792bace197d16dab6c2fa1ef7651b

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