Metadata-Version: 2.4
Name: andromeda-api
Version: 0.1.5
Summary: Andromeda API Inference Client by Prosilico AB
Author-email: Morgan Ekmefjord <morgan@prosilico.com>
License: MIT
Project-URL: Homepage, https://www.prosilico.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: python-dotenv

# Andromeda API by Prosilico AB

A client for accessing the Andromeda API.

Use the .env file to set the API key and endpoint.
See the example .env file for reference. [.env.example](.env.example)]

## Installation

```bash
pip install andromeda-api
