A Python client for the Airtable API
Project description
Airtable Python Client
A simple Python client for interacting with the Airtable API.
Install
You can install the package via pip:
pip install airtable-client
Usage
Here's a basic example of how to use the Airtable client:
from airtable_client import AirtableClient
base = AirtableClient(api_key='your_api_key', base_id='your_base_id')
records = base.list_records('table_name_or_id')
print(records)
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
airtable_client-0.1.5.tar.gz
(47.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file airtable_client-0.1.5.tar.gz.
File metadata
- Download URL: airtable_client-0.1.5.tar.gz
- Upload date:
- Size: 47.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83d68ae8a60d25c77d78d1b70e0af15f50292afdcafe81c1b41bf28624452649
|
|
| MD5 |
7ac24ff7f0bf44c57c1e0fed6838b387
|
|
| BLAKE2b-256 |
8fab273d7b0452951fb4f8121288e67523aa651749154b04aec8e4f7bc259a2d
|
File details
Details for the file airtable_client-0.1.5-py3-none-any.whl.
File metadata
- Download URL: airtable_client-0.1.5-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ee523586452a6d510d92cbc5c13456c8b53544a03e872ab4fc97671f7c78789
|
|
| MD5 |
8976a27237702027cd63d0414383ab44
|
|
| BLAKE2b-256 |
ff025fabaa998b5367de2eae73fdad8f43460c87c1666cd424e66a6a46e5890e
|