Metadata-Version: 2.1
Name: iaa-seminario1
Version: 0.1.0
Summary: Using bayesian networks for just about everything
Author: Pablo Hernández
Author-email: 17086478+Hadronomy@users.noreply.github.com
Requires-Python: ==3.10.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: inquirerpy (>=0.3.4,<0.4.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: pysmile (>=2.2.0,<3.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

<html>
  <h1 align="center">IAA-Seminario1</h1>
  <p align="center">Using bayesian networks for just about everything</p>

  <p align="center">
    <a href="#installation">Installation</a> |
    <a href="#usage">Usage</a> |
    <a href="#contributing">Contributing</a>
  </p>
</html>

![Demo animation](./.github/images/demo.svg)

<!-- [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -->

## Installation

### Clone the repository

```bash
git clone git@github.com:Hadronomy/IAA-Seminario1.git
```

### Install the dependencies

```bash
pyenv install
poetry install
```

> [!NOTE]
> If you don't have pyenv installed
> you can install it by following the
> instructions [here](https://github.com/pyenv/pyenv?tab=readme-ov-file#installation).

> [!NOTE]
> If you don't have poetry installed
> you can install it by following the instructions [here](https://python-poetry.org/docs/).

## Usage

### Use poetry shell

```bash
poetry shell
```

and then

```bash
python iaa_seminario1 --help
```

### Poetry `run` command

```bash
poetry run iaa_seminario1 --help
```

## Contributing

Guidelines on how to contribute to the project.

<!-- ## License

This project is licensed under the [MIT License](LICENSE). -->

