Metadata-Version: 2.4
Name: fragua-sets
Version: 1.3
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 Python script that complement Fragua framework providing a few **pre-configured FraguaSets**
for use within a **Fragua environment**, enabling rapid development of ETL processes.

Fragua is a Python framework designed to orchestrate **ETL workflows** through a
configurable environment, leveraging **FraguaAgents** that execute **pipeline
functions** and **functions** to process data efficiently. This script
offers ready-to-use FraguaSets so you can start working in a Fragua environment
without manual setup.

## Features

* Pre-configured **FraguaSets** ready for ETL workflows.
* Includes simple **functions** for **extraction** and **loading** for common data operations.
* Designed for direct use with **FraguaAgents** within a Fragua environment.
* 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
