Plataforma Open Source para Saúde — módulos reutilizáveis para análise de dados clínicos.
Project description
openheal
Plataforma Open Source para Saúde — módulos reutilizáveis para análise de dados clínicos.
Instalação
pip install openheal
Módulos disponíveis
openheal.endocrinology.abbott_system
Análise de dados de glicemia hospitalar a partir de planilhas exportadas pelo sistema Abbott.
from openheal.endocrinology.abbott_system.spreadsheet_reader import SpreadsheetReader
from openheal.endocrinology.abbott_system.stats import StatisticsEngine
# Ler planilha Abbott
reader = SpreadsheetReader(path="glicemias.xlsx")
df = reader.read()
# Calcular todos os indicadores
engine = StatisticsEngine()
resultados = engine.run_all(df)
Publicar no PyPI
# Instalar ferramentas de build
pip install build twine
# Construir pacote
python -m build
# Enviar para PyPI
twine upload dist/*
Licença
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
openheal-0.1.0.tar.gz
(14.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
openheal-0.1.0-py3-none-any.whl
(25.8 kB
view details)
File details
Details for the file openheal-0.1.0.tar.gz.
File metadata
- Download URL: openheal-0.1.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bfd3f514da5a07f7c8a9231c50875b1750333ddfaa8b8a2eaf6d1c79ecce290
|
|
| MD5 |
64c1412efdff93a06707cd0b2b3fc310
|
|
| BLAKE2b-256 |
44f2203a1abe5787789163e477e000a852db3bf1861cbffea122dfc12de6c971
|
File details
Details for the file openheal-0.1.0-py3-none-any.whl.
File metadata
- Download URL: openheal-0.1.0-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ad08768560b6d412fef844dac554b9fdbc7c99b7ba4775695bee4fa56f45eaa
|
|
| MD5 |
0f126acdc26c9870f1c3f2d04b4d56d3
|
|
| BLAKE2b-256 |
9dff9baebe000b02427a586aed5b6eb6920b1965a369778e0d1a8358ca979093
|