Metadata-Version: 1.1
Name: scikit-validate
Version: 0.2.5
Summary: Science validation toolkit
Home-page: https://gitlab.cern.ch/fast-hep/public/scikit-validate
Author: Luke Kreczko
Author-email: kreczko@cern.ch
License: Apache Software License 2.0
Description: =============
        scikit-validate
        =============
        
        
        .. image:: https://img.shields.io/pypi/v/skvalidate.svg
                :target: https://pypi.python.org/pypi/skvalidate
        
        .. image:: https://readthedocs.org/projects/scikit-validate/badge/?version=latest
                :target: https://scikit-validate.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        * Free software: Apache Software License 2.0
        * Documentation: https://scikit-validate.readthedocs.io.
        
        Overview
        --------
        scikit-validate is a validation package for science output developed within `F.A.S.T.`_.
        This package provides commands for monitoring and comparing analysis outputs, computing resource usage (e.g. CPU time/RAM) as well as commands for summarising findings.
        
        Features
        --------
        
        * Collect metrics in JSON output
         * measure file metrics (e.g. size)
         * measure execution time and memory usage
         * compare to previous executions
        * compare ROOT files & plot discrepancies
        * create validation reports
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _`F.A.S.T.`: https://fast-hep.web.cern.ch/fast-hep/public
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2018-10-25)
        ------------------
        * added comparisons between objects in ROOT files
        * all items under `skvalidate.commands` are now automatically installed as scripts
        
        0.0.1 (2018-07-19)
        ------------------
        
        * First release on PyPI.
        
Keywords: skvalidate
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
