Metadata-Version: 2.4
Name: sintetizador-dessem
Version: 1.1.0
Summary: sintetizador-dessem
Project-URL: Documentation, https://rjmalves.github.io/sintetizador-dessem/
Project-URL: Repository, https://github.com/rjmalves/sintetizador-dessem/
Author-email: Rogerio Alves <rogerioalves.ee@gmail.com>, Mariana Noel <marianasimoesnoel@gmail.com>
License: MIT License
        
        Copyright (c) 2023 Rogerio Alves
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: click>=8.1.8
Requires-Dist: idessem>=1.2.1
Requires-Dist: pyarrow>=19.0.0
Provides-Extra: dev
Requires-Dist: matplotlib; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: numpydoc; extra == 'dev'
Requires-Dist: plotly; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-gallery; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Description-Content-Type: text/markdown

# sintetizador-dessem
Programa auxiliar para realizar a síntese de dados do programa DESSEM em arquivos ou banco de dados.

[![tests](https://github.com/rjmalves/sintetizador-dessem/actions/workflows/main.yml/badge.svg)](https://github.com/rjmalves/sintetizador-dessem/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/rjmalves/sintetizador-dessem/graph/badge.svg?token=nijXUciVn8)](https://codecov.io/gh/rjmalves/sintetizador-dessem)


## Instalação

A instalação pode ser feita diretamente a partir do repositório:
```
$ git clone https://github.com/rjmalves/sintetizador-dessem
$ cd sintetizador-dessem
$ pip install .
```

Ou através do próprio `pip`:
```
$ pip install git+https://github.com/rjmalves/sintetizador-dessem
```

## Modelo Unificado de Dados

O `sintetizador-dessem` busca organizar as informações de entrada e saída do modelo DESSEM em um modelo padronizado para lidar com os modelos do planejamento energético do SIN.

## Comandos

O `sintetizador-dessem` é uma aplicação CLI, que pode ser utilizada diretamente no terminal após a instalação:

```
$ sintetizador-dessem operacao

> 2023-02-10 02:02:05,214 INFO: # Realizando síntese da OPERACAO #
> 2023-10-05 15:33:31,444 INFO: Realizando síntese de CMO_SBM
> 2023-10-05 15:33:31,473 INFO: Lendo arquivo PDO_SIST.DAT
...
> 2023-02-10 02:02:06,636 INFO: # Fim da síntese #
```

## Documentação

Guias, tutoriais e as referências podem ser encontrados no site oficial do pacote: https://rjmalves.github.io/sintetizador-dessem