Metadata-Version: 2.1
Name: paicos
Version: 0.1.15
Summary: An object-oriented Python package for analysis of (cosmological) simulations performed with Arepo.
Home-page: https://github.com/tberlok/paicos
Author: Thomas Berlok
Author-email: Thomas Berlok <tberlok@gmail.com>
License: BSD 3-clause
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: scipy>=1.7.3
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: astropy>=4.3
Requires-Dist: numba
Provides-Extra: dev
Requires-Dist: cython; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-order; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pylint; extra == "dev"

[![DOI](https://joss.theoj.org/papers/10.21105/joss.06296/status.svg)](https://doi.org/10.21105/joss.06296)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/tberlok/paicos/tree/main.svg?style=svg&circle-token=dbdb37aa907d919a167a8ef5ccf197c0d358c300)](https://dl.circleci.com/status-badge/redirect/gh/tberlok/paicos/tree/main)
[![pylint](https://github.com/tberlok/paicos/actions/workflows/pylint.yml/badge.svg)](
https://github.com/tberlok/paicos/actions/workflows/pylint.yml)
[![flake8](https://github.com/tberlok/paicos/actions/workflows/flake8.yml/badge.svg)](
https://github.com/tberlok/paicos/actions/workflows/flake8.yml)
[![Documentation Status](https://readthedocs.org/projects/paicos/badge/?version=latest)](https://paicos.readthedocs.io/en/latest/?badge=latest)


# Paicos

An object-oriented Python package for analysis of (cosmological) simulations performed
with Arepo.

<img src="images/Z24_snap130_wide_projection_notnested.jpg" width="auto">


# Documentation and asking for help

Installation instructions and tips on how to get started can be found
on [readthedocs](https://paicos.readthedocs.io/en/latest/?badge=latest).

If you have questions not answered there or if you simply can't get things working, then please feel free to create an issue or to send an email to tberlok ad nbi.ku.dk.

# Reporting issues and/or requesting features

Paicos uses GitHub Issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates.

# Contributing 
Contributions are very welcome indeed! Please see instructions [here](https://github.com/tberlok/paicos/blob/main/.github/CONTRIBUTING.md).

# Citing

Please cite Paicos whenever you use it for your research. A Bibtex
file can be found below:
```
@article{Berlok_Paicos_A_Python_2024,
author = {Berlok, Thomas and Jlassi, Léna and Puchwein, Ewald and Haugbølle, Troels},
doi = {10.21105/joss.06296},
journal = {Journal of Open Source Software},
month = apr,
number = {96},
pages = {6296},
title = {{Paicos: A Python package for analysis of (cosmological) simulations performed with Arepo}},
url = {https://joss.theoj.org/papers/10.21105/joss.06296},
volume = {9},
year = {2024}
}
```

