Metadata-Version: 2.1
Name: aracnid_api
Version: 1.5.0
Summary: A simple customization of the Python Logging System.
Home-page: https://github.com/aracnid/aracnid-api
Keywords: api
Author: Jason Romano
Author-email: aracnid@gmail.com
Requires-Python: ~=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: airtable-python-wrapper ~=0.15
Requires-Dist: aracnid-logger
Requires-Dist: python-dateutil ~=2.8

# 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.8 or later

### Installing

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

```
$ pip 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

