Metadata-Version: 2.1
Name: paicos
Version: 0.1.6
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: tberlok@gmail.com
License: BSD 3-clause
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: astropy
Requires-Dist: numba

[![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

A somewhat bare-bones Python package for making projections and slices of
Arepo simulations. Please note that while Paicos has its visibility set to
public, it is still in beta mode and under active development.

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


# Documentation

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




