Metadata-Version: 2.1
Name: pylhe
Version: 0.0.6
Summary: small package to get structured data out of Les Houches Event files
Home-page: https://github.com/scikit-hep/pylhe
Author: Lukas Heinrich
Author-email: lukas.heinrich@cern.ch
License: Apache
Project-URL: Source, https://github.com/scikit-hep/pylhe
Project-URL: Tracker, https://github.com/scikit-hep/pylhe/issues
Description: # pylhe: Python LHE interface
        
        [![GitHub Project](https://img.shields.io/badge/GitHub--blue?style=social&logo=GitHub)](https://github.com/scikit-hep/pylhe)
        [![DOI](https://zenodo.org/badge/34966492.svg)](https://zenodo.org/badge/latestdoi/34966492)
        [![Scikit-HEP](https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg)](https://scikit-hep.org/)
        
        [![GitHub Actions Status](https://github.com/lukasheinrich/pylhe/workflows/CI/CD/badge.svg)](https://github.com/lukasheinrich/pylhe/actions)
        [![PyPI version](https://badge.fury.io/py/pylhe.svg)](https://badge.fury.io/py/pylhe)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![Code Coverage](https://codecov.io/gh/scikit-hep/pylhe/graph/badge.svg?branch=master)](https://codecov.io/gh/scikit-hep/pylhe?branch=master)
        
        Small and thin Python interface to read [Les Houches Event (LHE)](https://inspirehep.net/record/725284) files
        
        ## Citation
        
        The preferred BibTeX entry for citation of `pylhe` is
        
        ```
        @software{pylhe,
          author = "{Heinrich, Lukas}",
          title = "{pylhe: v0.0.6}",
          version = {v0.0.6},
          doi = {10.5281/zenodo.1217031},
          url = {https://github.com/scikit-hep/pylhe},
        }
        ```
        
Keywords: physics lhe
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: lint
Provides-Extra: develop
Provides-Extra: complete
