Metadata-Version: 2.1
Name: eko
Version: 0.2.0
Summary: Evolution Kernel Operator
Home-page: https://github.com/N3PDF/eko
Author: S.Carrazza, J.Cruz-Martinez, F. Hekhorn
Author-email: stefano.carrazza@cern.ch
License: UNKNOWN
Description: <p align="center">
          <a href="https://n3pdf.github.io/eko/"><img alt="EKO" src="doc/source/img/Logo.svg" width=300></a>
        </p>
        <p align="center">
          <a href="https://github.com/N3PDF/eko/actions?query=workflow%3A%22eko%22"><img alt="Tests" src="https://github.com/N3PDF/eko/workflows/eko/badge.svg" /></a> <a href="https://n3pdf.github.io/eko/"><img alt="Docs" src="https://github.com/N3PDF/eko/workflows/docs/badge.svg"></a> <a href="https://doi.org/10.5281/zenodo.3874238"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3874238.svg" alt="DOI"></a>
        </p>
        
        # EKO
        Python module to solve DGLAP equations in term of Evolution Kernel Operators in x-space.
        
        ## Installation
        ```
        python setup.py install
        ```
        
        ## Documentation
        The documentation style of this code follows closely the [numpy documentation guide](https://numpydoc.readthedocs.io/en/latest/format.html).
        
Platform: UNKNOWN
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
