Metadata-Version: 2.4
Name: pyramis
Version: 0.1.0
Summary: A python-based ramses analyzer for minimalist
Author-email: San Han <san.han@iap.fr>
License: MIT
Project-URL: Repository, https://github.com/sanhan/pyramis
Keywords: ramses
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: h5py>=3.12.1
Requires-Dist: numpy>=1.26.4

# PYthon-based Ramses Analyzer MInimaliSt
A minimalist version of [Ramses Univsersal Reader](https://github.com/sanhancluster/pyramis.git), to provide key essential features for management and analysis of the [RAMSES](https://github.com/ramses-organisation/ramses) simulation data.

## Installing
### Using pip
```bash
git clone https://github.com/sanhancluster/pyramis.git
cd pyramis
pip install -e .
```
### Using conda
```bash
conda 
```
