Skip to main content

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()

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

airtableio-0.1.2-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

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

Hashes for airtableio-0.1.2.tar.gz
Algorithm Hash digest
SHA256 115a6e1bf4089168f7bbd970aad3e31c9a7365adeca080607b2586fbaf45530a
MD5 f3b2c8da4e5194288b79fc48977f0893
BLAKE2b-256 af9a01342132512e9a8201ad6a6a733b33ee569c789bb15820a72f780a8d55c0

See more details on using hashes here.

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

Hashes for airtableio-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 745964621555fc96935269bea0da9a37c98ba0e0f52184a29f2957ff0ee571d9
MD5 bd137d0f7aa57f7415d22d3c23f2674c
BLAKE2b-256 cdebf23c37e4d26b1d6f422e33d37b72de7043b0b33ff8f0908852af0b0e6c1b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page