Metadata-Version: 2.1
Name: birdspy
Version: 0.1.0
Summary: Bayesian inference for differentiable simulators.
Home-page: https://github.com/arnauqb/birds
Author: Ayush Chopra and Joel Dyer and Arnau Quera-Bofarull
Author-email: arnauq@protonmail.com
License: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

![](docs/_static/banner.svg)

[![Build and test package](https://github.com/arnauqb/birds/actions/workflows/ci.yml/badge.svg)](https://github.com/arnauqb/birds/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/arnauqb/birds/branch/main/graph/badge.svg?token=HvwGGjA7qr)](https://codecov.io/gh/arnauqb/birds)

# 1. Installation

The easiest way to install Birds is to install it from the PyPI repository

```
pip install birds
```
