Name | mtbp3 JSON |
Version |
0.2.31
JSON |
| download |
home_page | None |
Summary | my tool box |
upload_time | 2024-12-18 13:39:23 |
maintainer | None |
docs_url | None |
author | Y. Hsu |
requires_python | <4.0,>=3.10 |
license | GNU General Public License v3.0 |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# mtbp3


[](https://www.gnu.org/licenses/gpl-3.0)
[](./_static/reports/junit/report.html)
[](./_static/reports/coverage/coverage.xml)
[](https://mybinder.org/v2/gh/yh202109/mtbp3supp/main?filepath=binder/example_emt3_appendix.ipynb)
My tool box in Python.
Quick links:
[Mtbp3 Documentation](https://yh202109.github.io/mtbp3/index.html) |
[StatLab Documentation](https://yh202109.github.io/mtbp3Lab/index.html) |
[Github](https://github.com/yh202109/mtbp3)
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<sup>[*]</sup>: `stdcdisc.lib`
- H7/FHIR:
- ISO: `stdiso.pdfsummary`
- Bioinfo:
- ICTV: `seq.ictvmslview`, `seq.ictvvmrview`
<sup>[*]</sup> 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](https://yh202109.github.io/mtbp3Lab/index.html)!
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Credits](#credits)
- [How to Cite](#how-to-cite)
## Installation
Instructions on how to install the project and its dependencies.
```bash
$ 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`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
- 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}
}
```
Raw data
{
"_id": null,
"home_page": null,
"name": "mtbp3",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Y. Hsu",
"author_email": null,
"download_url": null,
"platform": null,
"description": "# mtbp3\n\n\n\n[](https://www.gnu.org/licenses/gpl-3.0)\n[](./_static/reports/junit/report.html)\n[](./_static/reports/coverage/coverage.xml)\n[](https://mybinder.org/v2/gh/yh202109/mtbp3supp/main?filepath=binder/example_emt3_appendix.ipynb)\n\nMy tool box in Python.\n\nQuick links: \n[Mtbp3 Documentation](https://yh202109.github.io/mtbp3/index.html) |\n[StatLab Documentation](https://yh202109.github.io/mtbp3Lab/index.html) |\n[Github](https://github.com/yh202109/mtbp3) \n\nFunctions are grouped into:\n\n- General \n - Data summary: `util.cdt`\n - Graphs: `util.cdtg`\n - System: `util.lsr`\n - JSON: `util.jsonutil`\n- Health\n - Data summary: `health.clinical`\n - ICH/eCTD: `health.ectd` \n - ICH/MedDRA: `health.emt` \n - WHODrug: \n- Standard: \n - CDISC<sup>[*]</sup>: `stdcdisc.lib`\n - H7/FHIR: \n - ISO: `stdiso.pdfsummary` \n- Bioinfo:\n - ICTV: `seq.ictvmslview`, `seq.ictvvmrview`\n\n<sup>[*]</sup> Documents are not executed while building.\n\nStatLab has been moved to another package, `mtbp3Lab`, after v0.2.21, and will be extended to provide more practicing topics. \nEnjoy [here](https://yh202109.github.io/mtbp3Lab/index.html)!\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license) \n- [Credits](#credits) \n- [How to Cite](#how-to-cite) \n\n## Installation\n\nInstructions on how to install the project and its dependencies.\n\n```bash\n$ pip install mtbp3\n```\n\n## Usage\n\nBelow is an example of showing the version of currently installed package:\n\n``` \nimport mtbp3\nprint(mtbp3.__version__)\n``` \n\n\n## Contributing\n\nInterested 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.\n\n## License\n\n`mtbp3` was created by Y. Hsu. It is licensed under the terms of the GNU General Public License v3.0 license.\n\n## Credits\n\nDocumentation: \n\n- Documents were initially created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).\n- Version badges are provided by: https://img.shields.io/pypi\n- Tests badges were generated by: https://smarie.github.io/python-genbadge/\n\n## How to Cite \n\nHsu, Y. (2024). mtbp3: My tool box in Python [Software]. Retrieved from https://yh202109.github.io/mtbp3/index.html.\n\n```\n@software{mtbp3,\n author = {Hsu, Y.},\n title = {mtbp3: My tool box in Python},\n year = {2024},\n url = {https://yh202109.github.io/mtbp3/index.html},\n note = {Software}\n}\n```\n\n",
"bugtrack_url": null,
"license": "GNU General Public License v3.0",
"summary": "my tool box",
"version": "0.2.31",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "64b59975339d712c72876c2dcc71c39d9d4c4d44c3e4baf8d6be7e6ddd92f20e",
"md5": "f4aaa59cd71c3d4df0e1c27e09aaa7b2",
"sha256": "046d70e4d8a28e01c54d1e247f1a0c924499c5f7776a5743f2ace532d1abbafe"
},
"downloads": -1,
"filename": "mtbp3-0.2.31-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f4aaa59cd71c3d4df0e1c27e09aaa7b2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 1423876,
"upload_time": "2024-12-18T13:39:23",
"upload_time_iso_8601": "2024-12-18T13:39:23.468219Z",
"url": "https://files.pythonhosted.org/packages/64/b5/9975339d712c72876c2dcc71c39d9d4c4d44c3e4baf8d6be7e6ddd92f20e/mtbp3-0.2.31-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-18 13:39:23",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mtbp3"
}