Metadata-Version: 2.4
Name: moldea_async
Version: 0.0.2
Summary: The official SDK for accessing and integrating moldea’s API in your applications. 
Project-URL: Homepage, https://github.com/moldea-ai/moldea-async-py
Author-email: Jesus Graterol <jesusgraterol.dev@protonmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.12.3
Requires-Dist: httpx>=0.28.1
Description-Content-Type: text/markdown

# `moldea-async`

The official SDK for accessing and integrating moldea’s API in your applications.

## Getting started

1. Create the virtual environment:

```bash
sudo apt install python3.12-venv && python3 -m venv .venv
```

2. Activate the virtual environment:

```bash
source .venv/bin/activate
```

3. Install the dependencies:

```bash
pip install .
```
