Metadata-Version: 2.1
Name: aracnid-api
Version: 2.1.1
Summary: This package contains custom wrappers around a variety of Web App APIs.
Home-page: https://github.com/aracnid/aracnid-api
License: MIT
Keywords: api,airtable
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
Requires-Dist: aracnid-logger (>=1.0,<2.0)
Requires-Dist: pyairtable (>=1.4.0,<2.0.0)
Requires-Dist: pylint (>=3.0.3,<4.0.0)
Requires-Dist: python-dateutil (==2.8.2)
Project-URL: Repository, https://github.com/aracnid/aracnid-api
Description-Content-Type: text/markdown

# Aracnid API

This package contains custom wrappers around a variety of Web App APIs.

## 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 aracnid-api
```

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/lakeannebrewhouse/aracnid-logger/contributors) who participated in this project.

## License

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

