Metadata-Version: 2.4
Name: revertex
Version: 0.1.2
Summary: Generate Geant4 event vertices in Python
Author-email: Luigi Pertoldi <gipert@pm.me>
Maintainer: The LEGEND Collaboration
License-Expression: GPL-3.0
Project-URL: Homepage, https://github.com/legend-exp/revertex
Project-URL: Bug Tracker, https://github.com/legend-exp/revertex/issues
Project-URL: Discussions, https://github.com/legend-exp/revertex/discussions
Project-URL: Changelog, https://github.com/legend-exp/revertex/releases
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyg4ometry
Requires-Dist: hist
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: awkward
Requires-Dist: legend-pydataobj>=1.11.6
Requires-Dist: legend-pygeom-hpges>=0.9.0
Requires-Dist: legend-pygeom-tools>=0.0.25
Requires-Dist: reboost
Requires-Dist: dbetto
Requires-Dist: matplotlib
Provides-Extra: all
Requires-Dist: revertex[docs,test]; extra == "all"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Provides-Extra: test
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: pylegendtestdata; extra == "test"
Requires-Dist: pytest>=6.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# revertex

[![PyPI](https://img.shields.io/pypi/v/revertex?logo=pypi)](https://pypi.org/project/revertex/)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/legend-exp/revertex?logo=git)
[![GitHub Workflow Status](https://img.shields.io/github/checks-status/legend-exp/revertex/main?label=main%20branch&logo=github)](https://github.com/legend-exp/revertex/actions)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Codecov](https://img.shields.io/codecov/c/github/legend-exp/revertex?logo=codecov)](https://app.codecov.io/gh/legend-exp/revertex)
![GitHub issues](https://img.shields.io/github/issues/legend-exp/revertex?logo=github)
![GitHub pull requests](https://img.shields.io/github/issues-pr/legend-exp/revertex?logo=github)
![License](https://img.shields.io/github/license/legend-exp/revertex)
[![Read the Docs](https://img.shields.io/readthedocs/revertex?logo=readthedocs)](https://revertex.readthedocs.io)

_revertex_ provides functionality to generate event vertices (primarily
positions, but also kinematics) that can be read into _remage_ (see
[link](https://remage.readthedocs.io/en/latest/manual/generators.html#simulating-event-vertices-and-kinematics-from-external-files))

For more information see our [documentation](https://revertex.readthedocs.io)!
