Metadata-Version: 2.1
Name: rapid_models
Version: 0.1.7
Summary: Python package (Reciprocal Data and Physics models - RaPiD-models) to support more specific, accurate and timely decision support in operation of safety-critical systems, by combining physics-based modelling with data-driven machine learning and probabilistic uncertainty assessment.
Home-page: https://github.com/RaPiD-models/rapid_models
Download-URL: https://github.com/RaPiD-models/rapid_models/archive/refs/tags/v0.1.7.tar.gz
Author: Simen Eldevik
Author-email: simen.eldevik@dnv.com
License: GNU General Public License v3
Keywords: rapid_models
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

# rapid-models
Python package (Reciprocal Data and Physics models - RaPiD-models) to support more specific, accurate and timely decision support in operation of safety-critical systems, by combining physics-based modelling with data-driven machine learning and probabilistic uncertainty assessment.


* Free software: GNU General Public License v3
* Documentation: https://rapid-models.readthedocs.io.



## Quickstart
```sh
$ git clone https://github.com/RaPiD-models/rapid_models.git
$ cd rapid_models
$ pip install -e .
$ rapid_models --help
```


To develop, test, generate documentation, etc.
```sh
$ pip install -r requirements_dev.txt
```
    

To generate documentation do, either:
```sh
$ cd docs
$ make docs html 
```
or
```sh
$ cd docs
$ sphinx-build -M html . build
```
The html documentation will then be avaliable in `docs/build/html/index.html`


## Features
FIXME: add features


## Credits
This package was created with Cookiecutter and the `audreyr/cookiecutter-pypackage` project template.
* [Cookiecutter](https://github.com/audreyr/cookiecutter)
* [`audreyr/cookiecutter-pypackage`](https://github.com/audreyr/cookiecutter-pypackage) 


=======
History
=======

0.1.0 (2021-09-21)
------------------

* First release on PyPI.
