Metadata-Version: 2.1
Name: ParticlePhaseSpace
Version: 0.3.1
Summary: Import, analyze, manipulate, and export particle phase space data
Home-page: https://github.com/bwheelz36/ParticlePhaseSpace
Author: Brendan Whelan
Author-email: bwheelz36@gmail.com
Project-URL: Bug Tracker, https://github.com/bwheelz36/ParticlePhaseSpace/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# ParticlePhaseSpace

![tests](https://github.com/bwheelz36/ParticlePhaseSpace/actions/workflows/run_tests.yml/badge.svg)![tests](https://github.com/bwheelz36/ParticlePhaseSpace/actions/workflows/build_docs.yml/badge.svg)[![codecov](https://codecov.io/gh/bwheelz36/ParticlePhaseSpace/branch/main/graph/badge.svg?token=T44KBJ7INR)](https://codecov.io/gh/bwheelz36/ParticlePhaseSpace)[![PyPI version](https://badge.fury.io/py/ParticlePhaseSpace.svg)](https://badge.fury.io/py/ParticlePhaseSpace)

Common library for dealing with particle phase spaces. This library supports the read in, analysis, and export of particle phase space data with extesnible support for different unit sets.
It also provides an extensible mechanisms for the import and export of phase space data in different formats.

## Install and Requirements

To install: ```pip install ParticlePhaseSpace```

## Usage and Documentation

Detailed documentation is provided [here](https://bwheelz36.github.io/ParticlePhaseSpace/).

The source code for the [worked examples](https://bwheelz36.github.io/ParticlePhaseSpace/examples.html) is inside the examples folder.

## Directory Structure

- **ParticlePhaseSpaace:** source code
- **examples:** source code for the [worked examples](https://acrf-image-x-institute.github.io/TopasOpt/worked_examples.html) provided in the docs
- **docsrc:** markdown/rst documentation.
- **tests:** tests which are run through github actions
