Async wrapper for airtable.
Project description
Async API wrapper for Airtable.
Powered by aiohttp. https://airtable.com/
Installation
pip install airtableio
Simple Usage
from airtableio import Airtable
import asyncio
TOKEN = ""
APP_ID = ""
my_airtable = Airtable(TOKEN, APP_ID)
async def call():
result = await my_airtable.get_records("Table")
print(result)
if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.create_task(call())
loop.run_forever()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
airtableio-0.1.2.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file airtableio-0.1.2.tar.gz
.
File metadata
- Download URL: airtableio-0.1.2.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 115a6e1bf4089168f7bbd970aad3e31c9a7365adeca080607b2586fbaf45530a |
|
MD5 | f3b2c8da4e5194288b79fc48977f0893 |
|
BLAKE2b-256 | af9a01342132512e9a8201ad6a6a733b33ee569c789bb15820a72f780a8d55c0 |
File details
Details for the file airtableio-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: airtableio-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 745964621555fc96935269bea0da9a37c98ba0e0f52184a29f2957ff0ee571d9 |
|
MD5 | bd137d0f7aa57f7415d22d3c23f2674c |
|
BLAKE2b-256 | cdebf23c37e4d26b1d6f422e33d37b72de7043b0b33ff8f0908852af0b0e6c1b |