Metadata-Version: 2.1
Name: ParticlePhaseSpace
Version: 0.1.0
Summary: Import, analyze, manipulate, and export particle phase space data
Home-page: https://github.com/pypa/sampleproject
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)

common library for dealing with particle phase spaces. This library supports the read in, analysis, and export of particle phase space data.
It provides an extensible mechanisms to make it easy to convert between the multitude of different phase space formats in existence.

## 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
