My tool box in Python.
Quick links: Mtbp3 Documentation | StatLab Documentation | Github
Functions are grouped into:
- General
- Data summary:
util.cdt
- Graphs:
util.cdtg
- System:
util.lsr
- JSON:
util.jsonutil
- Data summary:
- Health
- Data summary:
health.clinical
- ICH/eCTD:
health.ectd
- ICH/MedDRA:
health.emt
- WHODrug:
- Data summary:
- Standard:
- CDISC[*]:
stdcdisc.lib
- H7/FHIR:
- ISO:
stdiso.pdfsummary
- CDISC[*]:
- Bioinfo:
- ICTV:
seq.ictvmslview
,seq.ictvvmrview
- ICTV:
[*] Documents are not executed while building.
StatLab has been moved to another package, mtbp3Lab
, after v0.2.21, and will be extended to provide more practicing topics.
Enjoy here!
Instructions on how to install the project and its dependencies.
$ pip install mtbp3
Below is an example of showing the version of currently installed package:
import mtbp3
print(mtbp3.__version__)
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
mtbp3
was created by Y. Hsu. It is licensed under the terms of the GNU General Public License v3.0 license.
Documentation:
- Documents were initially created with
cookiecutter
and thepy-pkgs-cookiecutter
template. - Version badges are provided by: https://img.shields.io/pypi
- Tests badges were generated by: https://smarie.github.io/python-genbadge/
Hsu, Y. (2024). mtbp3: My tool box in Python [Software]. Retrieved from https://yh202109.github.io/mtbp3/index.html.
@software{mtbp3,
author = {Hsu, Y.},
title = {mtbp3: My tool box in Python},
year = {2024},
url = {https://yh202109.github.io/mtbp3/index.html},
note = {Software}
}