mtbp3


Namemtbp3 JSON
Version 0.2.20 PyPI version JSON
download
home_pageNone
Summarymy tool box
upload_time2024-07-22 16:34:00
maintainerNone
docs_urlNone
authorY. Hsu
requires_python<4.0,>=3.10
licenseGNU 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<sup>*</sup>: 
  - Correlation: `statlab.corr` 
  - Reliability: `statlab.kappa`

<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<sup>*</sup>: \n  - Correlation: `statlab.corr` \n  - Reliability: `statlab.kappa`\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",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "my tool box",
    "version": "0.2.20",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc2861f2082c6d1ce661bb6ea6a6abe296ebe4132d90dc64addfafb4f9211687",
                "md5": "294b4e89b26251e2fd3001250703558e",
                "sha256": "563d98b051f123c06b73f09cad0ec8e5eeb9a7da117fffdbe312c4540eca0b3a"
            },
            "downloads": -1,
            "filename": "mtbp3-0.2.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "294b4e89b26251e2fd3001250703558e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 1414132,
            "upload_time": "2024-07-22T16:34:00",
            "upload_time_iso_8601": "2024-07-22T16:34:00.148129Z",
            "url": "https://files.pythonhosted.org/packages/fc/28/61f2082c6d1ce661bb6ea6a6abe296ebe4132d90dc64addfafb4f9211687/mtbp3-0.2.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-22 16:34:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mtbp3"
}
        
Elapsed time: 0.35737s