Metadata-Version: 2.1
Name: mtbp3
Version: 0.1.33
Summary: my tool box
License: GNU General Public License v3.0
Author: Y. Hsu
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: docs
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
Description-Content-Type: text/markdown

# 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)

My tool box in Python.

## 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

## 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}
}
```
