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

Fragua is a Python library designed to orchestrate **ETL workflows** through a
configurable environment, leveraging **FraguaAgents** that execute **pipeline
functions** and **internal 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.
- Supports **pipeline functions** to orchestrate complex ETL processes.
- Includes **internal functions** 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
