Airtable API Client Wrapper for Python
pip install airtable-python-wrapper
Full documentation here:
Below are some of the methods available in the wrapper. For a full list visit the docs
airtable = Airtable('baseKey', 'table_name')
airtable.get_all(view='MyView', maxRecords=20)
airtable.insert({'Name': 'Brian'})
airtable.search('Name', 'Tom')
airtable.update_by_field('Name', 'Tom', {'Phone': '1234-4445'})
airtable.delete_by_field('Name', 'Tom')
- requests
- six
- pytest
- pytest-ordering
- pytest-cov
- coverage
- sphinx
- sphinxcontrib-napoleon
