Metadata-Version: 2.4
Name: airtable_helper
Version: 0.0.9
Summary: Simple class that helps dealing with airtable api
Author-email: shrank <info@murxs.ch>
License-Expression: CC0-1.0
Project-URL: Homepage, https://github.com/shrank/airtable-helper
Keywords: airtable
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyairtable
Dynamic: license-file

# airtable-helper
Simple class that helps dealing with airtable api, like dealing with columin ids and types

it uses environment variables for keys and ids:
````
AIRTABLE_API_KEY=your_secret_access_token
AIRTABLE_SHEET_ID=your_sheet_id
AIRTABLE_BASE_ID=your_base_id
``` 

## caveats

- airtables doesn't return empty cells in row results

## smartsheet_mode
the smartsheet mode flag ensures compatibility with the smartsheet_helper class(https://github.com/shrank/smartsheet-helper)

