Metadata-Version: 2.4
Name: math_helper_by_delica
Version: 0.1.1
Summary: A Python repository with a variety of mathematical functions.
Author: Delica Leboe-McGowan
Author-email: Delica Leboe-McGowan <stormindustries22@outlook.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: license-file

# math_helper_by_delica README
## Purpose
This Python repository provides a suite of functions to easily perform a wide range of mathematica functions.
## Installation
This package is available through the Python Package Index (PyPI).      
One can easily download the package with the following pip install statement:   
`pip install math_helper_by_delica`   

If you are a contributor who needs to test changes from the development branch,    
you can install the test version of the library from TestPyPI with the following command:   
`pip install --index-url https://test.pypi.org/simple/math_helper_by_delica`    

If you are not a contributor to this project, please only use the production version     
that is deployed on PyPI and can be downloaded with `pip install math_helper_by_delica`.    
The production version is the most stable release of the test helper package.    
## Getting Started
## Usage
For additional information on how this package can accommodate your testing needs, please see the full documentation at
[https://delicalm.github.io/math_helper_by_delica/](https://delicalm.github.io/math_helper_by_delica/).
## Citation
To reference this Python package, please use the following citation.
### APA Format
Leboe-McGowan, D. S. (2026). New python package (Version 1.0.X) [Source code]. GitHub. 
[https://github.com/DelicaLM/math_helper_by_delica](https://github.com/DelicaLM/math_helper_by_delica)
