Metadata-Version: 2.1
Name: baypy
Version: 1.2.0
Summary: A python package for solving bayesian regression models through a Monte Carlo Markov chain sampling
Home-page: https://github.com/AndreaBlengino/baypy
Author: Andrea Blengino
Author-email: ing.andrea.blengino@gmail.com
License: GNU GPL3
Project-URL: Source, https://github.com/AndreaBlengino/baypy
Project-URL: Tracker, https://github.com/AndreaBlengino/baypy/issues
Project-URL: Documentation, https://baypy.readthedocs.io/en/latest/index.html
Description: .. image:: https://github.com/AndreaBlengino/baypy/blob/master/docs/source/_static/logo.png?raw=true
           :alt: Logo
        
        Bayesian Monte Carlo Markov Chain Regression
        --------------------------------------------
        
        **baypy** is a python package for solving bayesian regression models
        through a Monte Carlo Markov chain sampling.
        
        .. list-table::
           :stub-columns: 1
           :widths: auto
           :width: 100%
        
           * - PyPI
             - |pypi_release| |supported_python_versions| |build|
           * - Tests
             - |linux_tests| |macos_tests| |windows_tests| |test_coverage|
           * - Documentation
             - |docs|
           * - Code Quality
             - |codefactor_grade| |codacy_grade| |issues|
           * - License
             - |license|
        
        .. |pypi_release| image:: https://img.shields.io/pypi/v/baypy?label=release&color=blue
           :target: https://pypi.org/project/baypy/
           :alt: PyPI - Library Version
        
        .. |supported_python_versions| image:: https://img.shields.io/pypi/pyversions/baypy?logo=python&logoColor=gold
           :target: https://pypi.org/project/baypy/
           :alt: PyPI - Supported Python Versions
        
        .. |build| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/baypy/release.yml.svg?logo=github
           :target: https://github.com/AndreaBlengino/baypy/actions/workflows/release.yml
           :alt: Package Build
        
        .. |linux_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/baypy/linux_test.yml.svg?logo=linux&label=Linux
           :target: https://github.com/AndreaBlengino/baypy/actions/workflows/linux_test.yml
           :alt: Linux Tests
        
        .. |macos_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/baypy/macos_test.yml.svg?logo=apple&label=macOS
           :target: https://github.com/AndreaBlengino/baypy/actions/workflows/macos_test.yml
           :alt: macOS Tests
        
        .. |windows_tests| image:: https://img.shields.io/github/actions/workflow/status/AndreaBlengino/baypy/windows_test.yml.svg?logo=windows&label=Windows
           :target: https://github.com/AndreaBlengino/baypy/actions/workflows/windows_test.yml
           :alt: Windows Tests
        
        .. |test_coverage| image:: https://img.shields.io/codecov/c/github/AndreaBlengino/baypy/master?logo=codecov
           :target: https://codecov.io/gh/AndreaBlengino/baypy
           :alt: Test Coverage
        
        .. |docs| image:: https://img.shields.io/readthedocs/baypy/latest?logo=read%20the%20docs
           :target: https://baypy.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Build Status
        
        .. |codefactor_grade| image:: https://img.shields.io/codefactor/grade/github/AndreaBlengino/baypy?logo=codefactor&label=CodeFactor
           :target: https://www.codefactor.io/repository/github/andreablengino/baypy
           :alt: CodeFactor Grade
        
        .. |codacy_grade| image:: https://img.shields.io/codacy/grade/132c2f3d93344ae0934ea808bbf17f05?logo=codacy&label=Codacy
           :target: https://app.codacy.com/gh/AndreaBlengino/baypy/dashboard
           :alt: Codacy Grade
        
        .. |issues| image:: https://img.shields.io/github/issues/AndreaBlengino/baypy?logo=github
           :target: https://github.com/AndreaBlengino/baypy/issues
           :alt: Open Issues
        
        .. |license| image:: https://img.shields.io/badge/License-GPLv3-blue.svg
           :target: https://github.com/AndreaBlengino/baypy/blob/master/LICENSE
           :alt: License
        
        
        References
        ----------
        
        - `Installation <https://baypy.readthedocs.io/en/latest/installation.html>`_
        - `PyPI <https://pypi.org/project/baypy>`_
        - `Documentation <https://baypy.readthedocs.io/en/latest/?badge=latest>`_
        - `Usage Examples <https://baypy.readthedocs.io/en/latest/examples/index.html>`_
        - `Issue tracker <https://github.com/AndreaBlengino/baypy/issues>`_
        - `Source code <https://github.com/AndreaBlengino/baypy/tree/master/baypy>`_
        - `GNU General Public License v3.0 <https://github.com/AndreaBlengino/baypy/blob/master/LICENSE>`_
        
        
        Contributing
        ------------
        
        The baypy project welcomes your expertise and enthusiasm!  
        All contributions, bug reports, bug fixes, documentation improvements, 
        enhancements and ideas are welcome.  
        Writing code isn't the only way to contribute to baypy. You can also:
        
        - develop tutorials, presentations and other educational materials
        - maintain and improve the `documentation <https://baypy.readthedocs.io/en/latest/?badge=latest>`_,
        - help with outreach and onboard new contributors
        
        Have a look at the `contributing guide <https://github.com/AndreaBlengino/baypy/blob/master/.github/CONTRIBUTING.md>`_.
        If you are new to contributing to open source, `this guide <https://opensource.guide/how-to-contribute/>`_ helps explain
        why, what, and how to successfully get involved.
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.9, <3.13
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: tests
