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

Uploaded Source

Built Distribution

python_sdk_bitable-0.0.8-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.8.tar.gz.

File metadata

  • Download URL: python-sdk-bitable-0.0.8.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.8.tar.gz
Algorithm Hash digest
SHA256 3f67209c16cbe50d32e30546654e44e60b4691bc25627b0bfd09269f43b802e8
MD5 b8b16b854d22fb3e6bd481e802b8a4a3
BLAKE2b-256 e3d01c0696967a6f5ca2fae1f76b92e50f35ab0f6eadcea58c2f1672dce8a918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for python_sdk_bitable-0.0.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8ba2224db47c03816aaa30acefbf9f40047d0d33adbebd9d82fe700adade8987
MD5 d45c8b4f98736e083838abc5a8a8f127
BLAKE2b-256 e6e8316b866db5234720ad1700b4fae2ad451e25084a38b58a2a34f9a510ff0e

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