Metadata-Version: 2.1
Name: calibr8
Version: 5.0.0
Summary: Toolbox for non-linear calibration and error modeling.
Home-page: https://github.com/michaelosthege/calibr8
Author: Laura Marie Helleckes, Michael Osthege
Author-email: l.helleckes@fz-juelich.de, m.osthege@fz-juelich.de
License: AGPLv3
Description: [![PyPI version](https://badge.fury.io/py/calibr8.svg)](https://badge.fury.io/py/calibr8)
        [![pipeline](https://github.com/michaelosthege/calibr8/workflows/pipeline/badge.svg)](https://github.com/michaelosthege/calibr8/actions)
        [![coverage](https://codecov.io/gh/michaelosthege/calibr8/branch/master/graph/badge.svg)](https://codecov.io/gh/michaelosthege/calibr8)
        
        
        # `calibr8`
        This package provides templates and functions for performing likelihood-based error modeling.
        To see implementation examples & excercises, you can go to [notebooks/](notebooks).
        
        # Installation
        `calibr8` is released on [PyPI](https://pypi.org/project/calibr8/):
        ```
        pip install calibr8
        ```
        # Usage and Citing
        `calibr8` is licensed under the [GNU Affero General Public License v3.0](https://github.com/michaelosthege/calibr8/blob/master/LICENSE).
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
