Metadata-Version: 2.4
Name: swgo-charli
Version: 0.3.0
Summary: Python bindings for the SWGO Charge Reconstruction Library
Author-Email: Johannes Bennemann <johannes.bennemann@mpi-hd.mpg.de>
Maintainer-Email: Johannes Bennemann <johannes.bennemann@mpi-hd.mpg.de>
License-Expression: MPL-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: POSIX :: Linux
Project-URL: Homepage, https://gitlab.com/swgo-collaboration/simulation/swgo-charge-reconstruction
Project-URL: Documentation, https://swgo-charge-reconstruction-61988b.gitlab.io/
Requires-Python: >=3.9
Requires-Dist: typing_extensions
Requires-Dist: numpy
Description-Content-Type: text/markdown

# Python Bindings for the SWGO Charge Reconstruction Library

This are the Python bindings for the SWGO Charge Reconstruction Library.
The bindings can be installed from PyPI:
```bash
pip install swgo-charli
```
If your operating system is not supported, you can install them manually:
```bash
git clone --recursive git@gitlab.com:swgo-collaboration/simulation/swgo-charge-reconstruction-python-bindings.git
cd swgo-charge-reconstruction-python-bindings
python -m pip install .
```
Checkout the documentation of the [SWGO Charge Reconstruction Library](https://swgo-charge-reconstruction-61988b.gitlab.io/)
for more details.
