Metadata-Version: 2.4
Name: aki-risk
Version: 1.0.0
Summary: This is a AKI(Acute Kideny Injury) risk calculator. It will take vitals from patients and then use them to create a risk score value between 0 to 9. You can use it as a Python module or call it by using aki-risk.exe
Author-email: adityamjk <adityamjk10@gmail.com>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >3.9
Requires-Dist: colorama
Description-Content-Type: text/markdown

# AKI Risk Score calculator
This is a AKI(Acute Kideny Injury) risk score calculator. It will take vitals from patients and then use them to create a risk score value between 0 to 9.
It will create a log file in the directory it is run. If the operation ends successfully, the log file will be deleted. If it does not, the user can use it to understand the error.
This module has a feature of sending the report to the users email if the user says yes. The program will take the input of SMTP Server, Port, EmailID and password from environment variables or *output_ask_email* function's parameters