Metadata-Version: 2.4
Name: fragua-sets
Version: 1.5
Summary: Package with fragua sets with reutilizable functions for ETL process.
Home-page: https://github.com/SagoDev/fragua-sets
Author: SagoDev
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fragua
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: sqlalchemy
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Fragua Sets

**Fragua Sets** is a Python package that complements the **Fragua framework** by providing a set of **pre-configured FraguaSets**.  
These sets can be used directly within a **Fragua environment**, enabling rapid development and testing of ETL workflows.

**Fragua** itself is a Python framework designed to orchestrate **ETL pipelines** using **FraguaAgents**, which execute **pipeline steps** and **functions** to efficiently process data.  
With **Fragua Sets**, you get ready-to-use FraguaSets, allowing you to start working in a Fragua environment without manual configuration.

---

## Features

* Pre-configured **FraguaSets** ready for ETL workflows.
* Includes basic **functions** for **extraction**, **transformation**, and **loading** for common data operations.
* Fully compatible with **FraguaAgents** for immediate execution.
* Minimal setup required – plug and play in your Fragua environment.

---

## Installation

Install via PyPI:

```bash
pip install fragua-sets
```

## Fragua Library

```bash
pip install fragua
```

> ⚠️ Fragua is published for educational and experimental purposes.  
> It is **not recommended for production use yet**.

For more information, visit:
https://pypi.org/project/fragua/

---

## Author

**Santiago Lanz**

* https://sagodev.github.io/My-Portfolio-Web/
* https://www.linkedin.com/in/santiagolanz/
* https://github.com/SagoDev

---

## License

MIT License
