Metadata-Version: 2.4
Name: Team_19_Custom_Utils_Lib
Version: 0.0.10
Summary: Custom package for ENGR 133 team 19, Fall 2025 semester
Author-email: Mark Sheng <marksheng2020@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/someone225/School-work
Project-URL: Issues, https://github.com/someone225/School-work/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Example Package

This is a package containing some customized code that was used previously in group and individual projects across engr133 and deemed to be useful enough to reserve a package

link to package view page: https://pypi.org/project/Team-19-Custom-Utils-Lib/
push new commits with "python3 -m build" and run "python -m twine upload dist/*" with correct workspace setup
install on local device before using package: run "python3 -m pip install Team_19_Custom_Utils_Lib"
if there are any errors with undefined functions, run "pip install --upgrade Team-19-Custom-Utils-Lib" to pull the latest version
