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

Uploaded Source

Built Distribution

python_sdk_bitable-0.0.6-py2.py3-none-any.whl (13.3 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: python-sdk-bitable-0.0.6.tar.gz
  • Upload date:
  • Size: 12.2 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.6.tar.gz
Algorithm Hash digest
SHA256 f1bb73a03c8987c4289c748f8fbe3796890867d7ad5fae2b7e90b2b86961837c
MD5 8214c290e356f5fea3dde655c7422bb0
BLAKE2b-256 447724b7584d495fd584d7b1463335572b89b635f5f8d7b53193752d27490807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_sdk_bitable-0.0.6-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4cfcb677bfd75cf61023c5c113bcba0b217a499eab0c49ae9490d34659f456f2
MD5 5135937df8586e047a9ced2ec660bd8f
BLAKE2b-256 d9d2c71fb6e8cd24124d8c3e90f4047472825957d7f8c28b0956f7b21955df06

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