Metadata-Version: 2.1
Name: pymela
Version: 0.0.1
Summary: Pure-Python Matrix Element Likelihood Analysis
Home-page: https://github.com/scailfin/pyMELA
Author: Matthew Feickert
Author-email: matthew.feickert@cern.ch
License: Apache
Keywords: python physics matrix-element
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (>=6.0)
Provides-Extra: complete
Requires-Dist: black ; extra == 'complete'
Requires-Dist: bumpversion (~=0.5) ; extra == 'complete'
Requires-Dist: check-manifest ; extra == 'complete'
Requires-Dist: pre-commit ; extra == 'complete'
Requires-Dist: pyflakes ; extra == 'complete'
Requires-Dist: pytest-console-scripts (~=0.2) ; extra == 'complete'
Requires-Dist: pytest-cov (~=2.8) ; extra == 'complete'
Requires-Dist: pytest (~=5.2) ; extra == 'complete'
Requires-Dist: twine ; extra == 'complete'
Provides-Extra: develop
Requires-Dist: check-manifest ; extra == 'develop'
Requires-Dist: pytest (~=5.2) ; extra == 'develop'
Requires-Dist: pytest-cov (~=2.8) ; extra == 'develop'
Requires-Dist: pytest-console-scripts (~=0.2) ; extra == 'develop'
Requires-Dist: bumpversion (~=0.5) ; extra == 'develop'
Requires-Dist: pyflakes ; extra == 'develop'
Requires-Dist: pre-commit ; extra == 'develop'
Requires-Dist: black ; extra == 'develop'
Requires-Dist: twine ; extra == 'develop'

# pyMELA

Pure-Python Matrix Element Likelihood Analysis

[![GitHub Actions Status](https://github.com/scailfin/pyMELA/workflows/CI/CD/badge.svg)](https://github.com/scailfin/pyMELA/actions)
[![Code Coverage](https://codecov.io/gh/scailfin/pyMELA/graph/badge.svg?branch=master)](https://codecov.io/gh/scailfin/pyMELA?branch=master)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/scailfin/pyMELA.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/scailfin/pyMELA/latest/files/)
[![CodeFactor](https://www.codefactor.io/repository/github/scailfin/pyMELA/badge)](https://www.codefactor.io/repository/github/scailfin/pyMELA)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![Docs](https://img.shields.io/badge/docs-master-blue.svg)](https://scailfin.github.io/pyMELA)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/scailfin/pyMELA/master)

[![PyPI version](https://badge.fury.io/py/pymela.svg)](https://badge.fury.io/py/pymela)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/pymela.svg)](https://pypi.org/project/pymela/)

pyMELA provides matrix element analysis tools that are accelerated using machine learning.


