Metadata-Version: 2.3
Name: aracnid-core
Version: 0.1.3
Summary: Base interfaces for Aracnid integration connectors
License: MIT
Keywords: abstract,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
Project-URL: Repository, https://github.com/aracnid/aracnid-core
Description-Content-Type: text/markdown

# Aracnid Core

This package provides abstract interfaces and shared types for building Aracnid-compatible data connectors.

## 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-core
```

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

## License

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

