Metadata-Version: 2.1
Name: probmods
Version: 0.1.0
Summary: An interface to facilitate rapid development and deployment of probabilistic models
Home-page: https://github.com/wesselb/probmods
Author: Wessel Bruinsma
Author-email: wessel.p.bruinsma@gmail.com
License: MIT
Description: # [ProbMods: Probabilistic Models](http://github.com/wesselb/probmods)
        
        [![CI](https://github.com/wesselb/probmods/workflows/CI/badge.svg)](https://github.com/wesselb/probmods/actions?query=workflow%3ACI)
        [![Coverage Status](https://coveralls.io/repos/github/wesselb/probmods/badge.svg?branch=main)](https://coveralls.io/github/wesselb/probmods?branch=main)
        [![Latest Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://wesselb.github.io/probmods)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        An interface to facilitate rapid development and deployment of probabilistic models
        
        ## Installation
        
        See [the instructions here](https://gist.github.com/wesselb/4b44bf87f3789425f96e26c4308d0adc).
        Then simply
        
        ```
        pip install probmods
        ```
        
        ## Basic Usage
        
        Like so:
        
        ```python
        >>> print('Hello, world!')
        Hello, world!
        ```
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
