Metadata-Version: 2.1
Name: quickemcee
Version: 0.0.1a0
Summary: quickemcee is a library developed to sum up scripts using the emcee library to quickly set up MCMC analysis. It includes some QOL features.
Home-page: https://github.com/sofia-scz/quick-emcee/
Author: Sofia A. Scozziero
Author-email: sgscozziero@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE

# quick-emcee
A Python library to quickly set up MCMC scripts based on the `emcee` package. Probably will be used in future versions of my package `tsaopy`.

# Installation

```
pip install quickemcee
```

# Documentation

Build local documentation with

```
pdoc --http localhost:8080 -c latex_math=True quickemcee
```

Requires some version of `pdoc`, get the last one with

```
pip install pdoc3
```
