Metadata-Version: 2.1
Name: hepdata-converter
Version: 0.3.1
Summary: Library providing means of conversion between oldhepdata format to new one, and new one to csv / yoda / root etc.
Home-page: https://github.com/HEPData/hepdata-converter
Download-URL: https://github.com/HEPData/hepdata-converter/tarball/0.3.1
Author: HEPData Team
Author-email: info@hepdata.net
License: GPL
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: hepdata-validator >=0.3.6
Provides-Extra: docs
Requires-Dist: Sphinx >=1.4.2 ; extra == 'docs'
Requires-Dist: mock ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage >=5.1 ; extra == 'tests'

=================
HEPData Converter
=================


.. image:: https://github.com/HEPData/hepdata-converter/actions/workflows/ci.yml/badge.svg?branch=main
   :target: https://github.com/HEPData/hepdata-converter/actions?query=branch%3Amain
   :alt: GitHub Actions Build Status

.. image:: https://coveralls.io/repos/github/HEPData/hepdata-converter/badge.svg?branch=main
   :target: https://coveralls.io/github/HEPData/hepdata-converter?branch=main
   :alt: Coveralls Status

.. image:: https://img.shields.io/github/license/HEPData/hepdata-converter.svg
   :target: https://github.com/HEPData/hepdata-converter/blob/main/LICENSE.txt
   :alt: License

.. image:: https://img.shields.io/github/release/hepdata/hepdata-converter.svg?maxAge=2592000
   :target: https://github.com/HEPData/hepdata-converter/releases
   :alt: GitHub Releases

.. image:: https://img.shields.io/pypi/v/hepdata-converter
   :target: https://pypi.org/project/hepdata-converter/
   :alt: PyPI Version

.. image:: https://img.shields.io/github/issues/hepdata/hepdata-converter.svg?maxAge=2592000
   :target: https://github.com/HEPData/hepdata-converter/issues
   :alt: GitHub Issues

.. image:: https://readthedocs.org/projects/hepdata-converter/badge/?version=latest
   :target: http://hepdata-converter.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


This Python 3 library provides support for converting:

* Old HepData input format (`sample <https://github.com/HEPData/hepdata-submission/blob/main/examples/oldhepdata/sample.oldhepdata>`_) to `YAML <https://github.com/HEPData/hepdata-submission>`_
* `YAML <https://github.com/HEPData/hepdata-submission>`_ to:

  * `ROOT <https://root.cern.ch>`_ (tested with v6.32.04)
  * `YODA <https://yoda.hepforge.org>`_ (tested with v2.1.0)
  * `CSV <https://en.wikipedia.org/wiki/Comma-separated_values>`_

Documentation: https://hepdata-converter.readthedocs.io
