Metadata-Version: 2.1
Name: quickemcee
Version: 0.0.1a1
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

# quickemcee
A Python library to quickly set up MCMC scripts based on the `emcee` package. Includes functions and classes to quickly set up `emcee` objects, run MCMC, and analyze the results with minumum effort from the end user. 

# Installation

```
pip install quickemcee
```

