Metadata-Version: 2.1
Name: pyairtable
Version: 1.0.0.dev5
Summary: Python Client for the Airtable API
Home-page: https://github.com/gtalarico/pyairtable
Author: Gui Talarico
License: The MIT License (MIT)
Keywords: airtable,api,client,pyairtable
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
License-File: LICENSE

# pyAirtable (formerly airtable-python-wrapper)

![Build](https://github.com/gtalarico/airtable-python-wrapper/actions/workflows/test.yml/badge.svg)
[![PyPI - 0.x](https://img.shields.io/pypi/dm/airtable-python-wrapper.svg?label=pypi%20downloads)](https://pypi.org/project/airtable-python-wrapper/)
[![PyPI - 1.x](https://img.shields.io/pypi/dm/pyairtable.svg?label=pypi%20downloads)](https://pypi.org/project/pyairtable/)
[![codecov](https://codecov.io/gh/gtalarico/pyairtable/branch/main/graph/badge.svg?token=askmZgmMoV)](https://codecov.io/gh/gtalarico/pyairtable)
[![Documentation Status](https://readthedocs.org/projects/pyairtable/badge/?version=latest)](http://pyairtable.readthedocs.io/en/latest/?badge=latest)

Python Client for the Airtable Api

## Installing

```
pip install pyairtable
```

## Documentation

Checkout the docs on [pyairtable.readthedocs.io](http://pyairtable.readthedocs.io/)


### Looking for **airtable-python-wrapper**?

airtable-python-wrapper is now **pyAirtable**.
For the previous version go to https://github.com/gtalarico/airtable-python-wrapper/tree/airtable-python-wrapper


