Metadata-Version: 2.4
Name: physics_helper_by_delica
Version: 1.0.1
Summary: A template for a Python repository in GitHub.
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

# physics_helper_by_delica README
## Purpose
This Python package provides functions to easily solve common problems in classical mechanics.
## 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 physics_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/physics_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 physics_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/physics_helper_by_delica/](https://delicalm.github.io/physics_helper_by_delica/).
## Citation
To reference this Python package, please use the following citation.
### APA Format
Leboe-McGowan, D. S. (2026). Physics helper by delica (Version 1.0.X) [Source code]. GitHub. 
[https://github.com/DelicaLM/physics_helper_by_delica](https://github.com/DelicaLM/physics_helper_by_delica)
