Metadata-Version: 2.1
Name: hpc-helper
Version: 0.3.0
Summary: Python package with helper functions for working with FAU's High Performance Cluster (HPC).
Home-page: https://github.com/mad-lab-fau/hpc-helper
License: MIT
Author: Robert Richer
Author-email: robert.richer@fau.de
Requires-Python: >=3.8,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Project-URL: Repository, https://github.com/mad-lab-fau/hpc-helper
Description-Content-Type: text/markdown

# hpc-helper

[![PyPI](https://img.shields.io/pypi/v/hpc-helper)](https://pypi.org/project/hpc-helper/)
![GitHub](https://img.shields.io/github/license/mad-lab-fau/hpc-helper)
[![Test and Lint](https://github.com/mad-lab-fau/hpc-helper/actions/workflows/test-and-lint.yml/badge.svg)](https://github.com/mad-lab-fau/hpc-helper/actions/workflows/test-and-lint.yml)
[![codecov](https://codecov.io/gh/mad-lab-fau/hpc-helper/branch/main/graph/badge.svg?token=GOUBR5KPQF)](https://codecov.io/gh/mad-lab-fau/hpc-helper)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![PyPI - Downloads](https://img.shields.io/pypi/dm/hpc-helper)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/mad-lab-fau/hpc-helper)

Python package with helper functions for working with FAU's [High Performance Cluster](https://hpc.fau.de/) (HPC).

## Installation

``hpc-helper`` requires Python >=3.7. First, install a compatible version of Python. 
Then you can install ``hpc-helper`` via pip. 

Installation from [PyPi](https://pypi.org/): 
```bash
pip install hpc-helper
```

Installation from local repository copy:
```bash
git clone https://github.com/mad-lab-fau/hpc-helper.git
cd hpc-helper
pip install .
```


