Metadata-Version: 2.4
Name: hermes-storage-nodes
Version: 1.1.1
Summary: An utility to facilitate the building of fman build system based projects
Author-email: floris vernieuwe <floris@vernieuwe.eu>
Requires-Python: >=3.10
Requires-Dist: influxdb-client>=1.48.0
Requires-Dist: node-hermes-core>=1.2.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: polars>=1.24.0
Requires-Dist: pyarrow>=19.0.1
Requires-Dist: pydantic>=2.10.6
Description-Content-Type: text/markdown

# Hermes storage nodes
[![PyPI version](https://badge.fury.io/py/hermes-storage-nodes.svg)](https://pypi.org/project/hermes-storage-nodes)

A collection of nodes related to data storage

## Installation

### From PyPI

Install the package directly from PyPI using pip:

```bash
pip install hermes-storage-nodes
```

### From Source

Clone the repository and install dependencies:

```bash
git clone https://github.com/node-hermes/hermes-storage-nodes
pip install -e hermes-storage-nodes
```

## Development

This project depends on UV for managing dependencies.
Make sure you have UV installed and set up in your environment.

You can find more information about UV [here](https://docs.astral.sh/uv/getting-started/installation/).

```bash
uv venv
```

```bash
uv sync --all-extras --dev
```
