mtbp3
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
Health
Data summary:
health.clinical
ICH/eCTD:
health.ectd
ICH/MedDRA:
health.emt
WHODrug:
Standard:
CDISC[*]:
stdcdisc.lib
H7/FHIR:
ISO:
stdiso.pdfsummary
Bioinfo:
ICTV:
seq.ictvmslview
,seq.ictvvmrview
[*] 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!
Table of Contents
Installation
Instructions on how to install the project and its dependencies.
$ pip install mtbp3
Usage
Below is an example of showing the version of currently installed package:
import mtbp3
print(mtbp3.__version__)
Contributing
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.
License
mtbp3
was created by Y. Hsu. It is licensed under the terms of the GNU General Public License v3.0 license.
Credits
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/
How to Cite
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}
}