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 hashes)
Built Distribution
airtableio-0.1.2-py3-none-any.whl
(10.0 kB
view hashes)
Close
Hashes for airtableio-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 745964621555fc96935269bea0da9a37c98ba0e0f52184a29f2957ff0ee571d9 |
|
MD5 | bd137d0f7aa57f7415d22d3c23f2674c |
|
BLAKE2-256 | cdebf23c37e4d26b1d6f422e33d37b72de7043b0b33ff8f0908852af0b0e6c1b |