Metadata-Version: 2.4
Name: quickBayes
Version: 1.0.1b1
Summary: A Bayesian fitting package used for model selection and grid searches of fits for neutron and muon data.
Project-URL: Homepage, https://quickbayes.readthedocs.io/en/latest/
Project-URL: Documentation, https://quickbayes.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/ISISNeutronMuon/quickBayes
Author-email: Anthony Lim <anthony.lim@stfc.ac.uk>
License: BSD
License-File: LICENSE
Keywords: QENS,bayesian,fitting,muons
Requires-Python: >=3.7.1
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: docs
Requires-Dist: jupyter-book; extra == 'docs'
Requires-Dist: nbsphinx==0.9.4; extra == 'docs'
Requires-Dist: sphinx==7.3.7; extra == 'docs'
Provides-Extra: gofit
Requires-Dist: eigen; extra == 'gofit'
Requires-Dist: gofit; extra == 'gofit'
Requires-Dist: pybind11[global]; extra == 'gofit'
Description-Content-Type: text/markdown

# quickBayes

This package provides a convenient API
for performing Bayesian analysis
on muon and neutron-scattering data.

## Installing

The library is available on [PyPi](https://pypi.org/project/quickBayes/#description) and can be installed with pip:

```sh
> python -m pip install quickBayes
```

The user documentation is [here](https://quickbayes.readthedocs.io/en/latest/).

The developer documentation is [here](https://quickbayes.readthedocs.io/en/latest/dev/index.html).
