Name | mtbp3 JSON |
Version |
0.2.21
JSON |
| download |
home_page | None |
Summary | my tool box |
upload_time | 2024-07-30 01:41:29 |
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
![PyPI](https://img.shields.io/pypi/v/mtbp3?label=pypi%20package)
![PyPI - Downloads](https://img.shields.io/pypi/dm/mtbp3)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Tests Status](./_static/reports/junit/tests-badge.svg?dummy=8484744)](./_static/reports/junit/report.html)
[![Coverage Status](./_static/reports/coverage/coverage-badge.svg?dummy=8484744)](./_static/reports/coverage/coverage.xml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/yh202109/mtbp3supp/main?filepath=binder/example_emt3_appendix.ipynb)
My tool box in Python.
Functions are grouped into:
- General
- Data summary: `util.cdt`
- Graphs: `util.cdtg`
- System: `util.lsr`
- Geo-spatial
- Data summary:
- Health
- Data summary: `health.clinical`
- ICH/eCTD: `health.ectd`
- ICH/MedDRA: `health.emt`
- WHODrug:
- Standard:
- CDISC<sup>[*]</sup>: `stdcdisc.lib`
- ISO: `stdiso.pdfsummary`
- StatLab has been moved to a new package `mtbp3Lab` after v0.2.21 and will be extended to provide a broarder range of practicing topics. Enjoy!
<sup>[*]</sup> Documents are not executed while building.
## 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__)
```
Please find more examples from the link [here](https://yh202109.github.io/mtbp3/index.html).
## 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![PyPI](https://img.shields.io/pypi/v/mtbp3?label=pypi%20package)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/mtbp3)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Tests Status](./_static/reports/junit/tests-badge.svg?dummy=8484744)](./_static/reports/junit/report.html)\n[![Coverage Status](./_static/reports/coverage/coverage-badge.svg?dummy=8484744)](./_static/reports/coverage/coverage.xml)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/yh202109/mtbp3supp/main?filepath=binder/example_emt3_appendix.ipynb)\n\nMy tool box in Python.\n\nFunctions are grouped into:\n\n- General \n - Data summary: `util.cdt`\n - Graphs: `util.cdtg`\n - System: `util.lsr`\n- Geo-spatial\n - Data summary: \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 - ISO: `stdiso.pdfsummary` \n- StatLab has been moved to a new package `mtbp3Lab` after v0.2.21 and will be extended to provide a broarder range of practicing topics. Enjoy! \n\n<sup>[*]</sup> Documents are not executed while building.\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\nPlease find more examples from the link [here](https://yh202109.github.io/mtbp3/index.html).\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.21",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0461b50c7e2c9cd82b41b6877b2736f2ba9a24e2cba8b5f80e9ca60598c97105",
"md5": "b920b1a2e523d0df4389fb89c41ee693",
"sha256": "ce410174524fa1010c348da1070d8a08450681f36d65e2be07853440d983c666"
},
"downloads": -1,
"filename": "mtbp3-0.2.21-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b920b1a2e523d0df4389fb89c41ee693",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 1409187,
"upload_time": "2024-07-30T01:41:29",
"upload_time_iso_8601": "2024-07-30T01:41:29.769095Z",
"url": "https://files.pythonhosted.org/packages/04/61/b50c7e2c9cd82b41b6877b2736f2ba9a24e2cba8b5f80e9ca60598c97105/mtbp3-0.2.21-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-30 01:41:29",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mtbp3"
}