Metadata-Version: 2.1
Name: hipe4ml
Version: 0.0.5
Summary: Minimal heavy ion physics environment for Machine Learning
Home-page: https://github.com/hipe4ml/hipe4ml
Author: hipe4ml-developers
Author-email: hipe4ml@googlegroups.com
License: GPL
Description: ![hipe4ml](./logo.svg)
        
        
        
        ![](https://github.com/hipe4ml/hipe4ml/workflows/Test%20package/badge.svg)
        
        ![](https://sonarcloud.io/api/project_badges/measure?project=hipe4ml_hipe4ml&metric=alert_status) 
        
        ![](https://img.shields.io/github/license/hipe4ml/hipe4ml)
        
        
        
        Minimal heavy ion physics environment for Machine Learning
        
        
        
        To install:
        
        
        
        ```bash
        
        pip install hipe4ml
        
        ```
        
        
        
        # Documentation
        
        
        
        https://hipe4ml.github.io/
        
        
        
        # Contribute
        
        
        
        ## Install in-development package
        
        
        
        To install the in-development package, from the repository base directoy:
        
        
        
        ```bash
        
        pip install -e .[dev]
        
        ```
        
        
        
        ## Run tests
        
        
        
        If you have [Pylint](https://www.pylint.org/#install) and [Flake8](http://flake8.pycqa.org/en/latest/) on your development machine, you can run tests locally by using:
        
        
        
        ```bash
        
        tests/run_tests.sh
        
        ```
        
        
        
        in the repository base directory.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
