Metadata-Version: 2.3
Name: i-airtable
Version: 0.2.1
Summary: Airtable connector for the Aracnid integration framework
License: MIT
Keywords: connector
Author: Jason Romano
Author-email: aracnid@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aracnid-core (>=0.1.3,<0.2.0)
Requires-Dist: pyairtable (>=3.1.1,<4.0.0)
Project-URL: Repository, https://github.com/aracnid/i-airtable
Description-Content-Type: text/markdown

# i-Airtable

This is an Aracnid-compatible data connector for Xero.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

This package supports the following version of Python:

- Python 3.10 or later

### Installing

Install the latest package using pip. (We prefer poetry.)

```
$ poetry install i-airtable
```

End with an example of getting some data out of the system or using it for a little demo

## Running the tests

Explain how to run the automated tests for this system

```
$ python -m pytest
```

## Usage

TODO

## Authors

- **Jason Romano** - [Aracnid](https://github.com/aracnid)

See also the list of [contributors](https://github.com/aracnid/i-airtable/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

