Metadata-Version: 2.1
Name: caloutils
Version: 0.0.1
Summary: Metrics and tools for evaluation generative models for calorimeter shower based on pytorch_geometric.
Author-email: mova <mova@users.noreply.github.com>, kaechb <kaechb@users.noreply.github.com>
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: torch_geometric>=2.3.0
Requires-Dist: torch-scatter>=2.1.1
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: pytest >=2.7.3 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Project-URL: Bug Tracker, https://github.com/DeGeSim/caloutils/issues
Project-URL: Homepage, https://github.com/DeGeSim/caloutils
Provides-Extra: doc
Provides-Extra: test

=========
caloutils
=========


.. image:: https://img.shields.io/pypi/v/caloutils.svg
        :target: https://pypi.python.org/pypi/caloutils

.. image:: https://img.shields.io/travis/mova/caloutils.svg
        :target: https://travis-ci.com/mova/caloutils

.. image:: https://readthedocs.org/projects/caloutils/badge/?version=latest
        :target: https://caloutils.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Metrics and tools for evaluation generative models for calorimeter shower based on pytorch_geometric.


* Free software: MIT license
* Documentation: https://caloutils.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

