Metadata-Version: 2.4
Name: dgm-reactor-neutrino
Version: 0.2.1
Summary: The package implements computational nodes for reactor electron antineutrino (oscillation) physics analysis for dag-modelling
Author-email: DAGModelling Team <dagflow@jinr.ru>
Maintainer-email: DAGModelling Team <dagflow@jinr.ru>
License-Expression: MIT
Project-URL: Bug Tracker, https://github.com/dagflow-team/dgm-reactor-neutrino/issues
Project-URL: DAGModelling Team, https://github.com/dagflow-team
Project-URL: documentation, https://github.com/dagflow-team/dgm-reactor-neutrino/wiki
Project-URL: homepage, https://github.com/dagflow-team/dgm-reactor-neutrino
Project-URL: repository, https://github.com/dagflow-team/dgm-reactor-neutrino
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dag-modelling>=0.12
Requires-Dist: numba
Requires-Dist: scipy
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# dgm-reactor-neutrino

[![python](https://img.shields.io/badge/python-3.11-purple.svg)](https://www.python.org/)
[![pipeline](https://git.jinr.ru/dagflow-team/dgm-reactor-neutrino/badges/master/pipeline.svg)](https://git.jinr.ru/dagflow-team/dgm-reactor-neutrino/commits/master)
[![coverage report](https://git.jinr.ru/dagflow-team/dgm-reactor-neutrino/badges/master/coverage.svg)](https://git.jinr.ru/dagflow-team/dgm-reactor-neutrino/-/commits/master)

<!--- Uncomment here after adding docs!
[![pages](https://img.shields.io/badge/pages-link-white.svg)](http://dagflow-team.pages.jinr.ru/dgm-reactor-neutrino)
-->

The **dgm-reactor-neutrino** python package contains a set of calculation nodes to implement reactor electron antineutrino (oscillation) analysis in [DAGModelling](https://github.com/dagflow-team/dag-modelling) framework.

## Repositories

- Main repo:
  - Development/CI: https://git.jinr.ru/dagflow-team/dgm-reactor-neutrino
  - Contact/pypi/mirror: https://github.com/dagflow-team/dgm-reactor-neutrino
  - PYPI: https://pypi.org/project/dgm-reactor-neutrino
