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

# moldea

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 .
```
