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.1.tar.gz
(37.9 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.1-py3-none-any.whl
(62.8 kB
view details)
File details
Details for the file openheal-0.1.1.tar.gz.
File metadata
- Download URL: openheal-0.1.1.tar.gz
- Upload date:
- Size: 37.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95aa54553d1bb1db18ae24c9b9c928e02ce8de94bd55cad72c940ab40a594bf5
|
|
| MD5 |
47804e13f6b3517fcd7a74c7579e8da9
|
|
| BLAKE2b-256 |
2df878cd9e1beadae0a3a19c274b7ff8092ea8b885f6d69a281c256c858864c9
|
File details
Details for the file openheal-0.1.1-py3-none-any.whl.
File metadata
- Download URL: openheal-0.1.1-py3-none-any.whl
- Upload date:
- Size: 62.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 |
f20c24c2ce90d7dd9673e4e29ec415117b2ed4ff4095c4e1597e9d75de817bdb
|
|
| MD5 |
7ea6e29d9831ebac916967678fa645f7
|
|
| BLAKE2b-256 |
6519c832a2acd6318b407066a5199bc02c75d0786de6f460579f02d5a55fdde3
|