Metadata-Version: 2.1
Name: banquo
Version: 0.3.0
Summary: Banquo: a Python package for building Bayesian Nonparanormal models
Home-page: https://github.com/luizdesuo/banquo
License: MIT
Author: Luiz Desuó Neto
Author-email: luizdesuo@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: array-api-compat (>=1.9)
Requires-Dist: arviz (>=0.17.0)
Requires-Dist: click (>=8.1.7)
Requires-Dist: numpyro[cpu,gpu] (>=0.13.2)
Project-URL: Changelog, https://github.com/luizdesuo/banquo/releases
Project-URL: Repository, https://github.com/luizdesuo/banquo
Description-Content-Type: text/markdown

# Banquo

a Python package for building Bayesian Nonparanormal models

[![Logo](https://raw.githubusercontent.com/luizdesuo/banquo/main/docs/_static/banquo-logo.png)](https://github.com/luizdesuo/banquo)

[![PyPI](https://img.shields.io/pypi/v/banquo.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/banquo.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/banquo)][pypi status]
[![License](https://img.shields.io/pypi/l/banquo)][license]

[![Read the documentation at https://banquo.readthedocs.io/](https://img.shields.io/readthedocs/banquo/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Release](https://github.com/luizdesuo/banquo/workflows/release/badge.svg)][release]
[![Codecov](https://codecov.io/gh/luizdesuo/banquo/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi status]: https://pypi.org/project/banquo/
[read the docs]: https://banquo.readthedocs.io/
[release]: https://github.com/luizdesuo/banquo/actions?workflow=release
[codecov]: https://app.codecov.io/gh/luizdesuo/banquo
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _Banquo_ via [pip] from [PyPI]:

```bash
pip install banquo
```

## Usage

Please see the [Command-line Reference] for details.

## Contributing

Contributions are very welcome. To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license], _Banquo_ is free and open
source software.

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

## Credits

This project was generated from [Dinkin Flicka Cookiecutter] template.

[pypi]: https://pypi.org/
[dinkin flicka cookiecutter]: https://github.com/luizdesuo/cookiecutter-dinkin-flicka
[file an issue]: https://github.com/luizdesuo/banquo/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/luizdesuo/banquo/blob/main/LICENSE
[contributor guide]: https://github.com/luizdesuo/banquo/blob/main/CONTRIBUTING.md
[command-line reference]: https://banquo.readthedocs.io/en/latest/usage.html

