Skip to content

balancer-team/airtable-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 AirtableBase
base = AirtableBase(api_key='your_api_key', base_id='your_base_id')
records = base.list_records('table_name_or_id')
print(records)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages