Metadata-Version: 2.4
Name: oriebir-math
Version: 1.0.0
Summary: Unified Block Syntax Library for mathematical operations
Author-email: Zaqueu Ribeiro da costa <Oriebirspeed@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: NOTICE.txt
Dynamic: license-file

# SBU_MATH

Biblioteca de Sintaxe de Blocos Unificada para operações matemáticas. 

O projeto SBU_MATH condensa operações matemáticas clássicas em uma sintaxe de blocos unificada seguindo a regra: `[INPUT] -> OPERATOR -> [ADJUSTMENT] = RESULT`. A ferramenta foi desenhada para acessibilidade, modularidade e rápida expansão de lógicas matemáticas.

## Instalação

```bash
pip install sbu-math
