Metadata-Version: 2.1
Name: vaede
Version: 0.1.0
Summary: Awesome vaede created by HeosSacer
Home-page: https://github.com/HeosSacer/VAEDE/
Author: HeosSacer
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer (~=0.4.0)
Requires-Dist: setuptools (~=58.0.4)
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: gitchangelog ; extra == 'test'
Requires-Dist: mkdocs ; extra == 'test'

# VAEDE

[![codecov](https://codecov.io/gh/HeosSacer/VAEDE/branch/main/graph/badge.svg?token=VAEDE_token_here)](https://codecov.io/gh/HeosSacer/VAEDE)
[![CI](https://github.com/HeosSacer/VAEDE/actions/workflows/main.yml/badge.svg)](https://github.com/HeosSacer/VAEDE/actions/workflows/main.yml)

Variational Auto Encoder for distribution estimation

- [FastAPI-Project-Template](https://github.com/rochacbruno/fastapi-project-template/) The base to start an openapi project featuring: SQLModel, Typer, FastAPI, JWT Token Auth, Interactive Shell, Management Commands.

## Install it from PyPI

```bash
pip install vaede
```

## Usage

```py
from vaede import BaseClass
from vaede import base_function

BaseClass().base_method()
base_function()
```

```bash
$ python -m vaede
#or
$ vaede
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.

