mtbp3Lab

PyPI PyPI - Downloads License: GPL v3 Tests Status Coverage Status

My StatLab notes in Python.

Please find documentations here.

Table of Contents

Installation

Instructions on how to install the project and its dependencies.

$ pip install mtbp3Lab

Usage

Below is an example of showing the version of currently installed package:

import mtbp3Lab
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

mtbp3Lab 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 the py-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). mtbp3Lab: My lab notes in Python [Software]. Retrieved from https://yh202109.github.io/mtbp3Lab/index.html.

@software{mtbp3Lab,
  author = {Hsu, Y.},
  title = {mtbp3Lab: My lab notes in Python},
  year = {2024},
  url = {https://yh202109.github.io/mtbp3Lab/index.html},
  note = {Software}
}