Metadata-Version: 2.1
Name: compphys
Version: 0.0.1
Summary: compphys
Home-page: https://github.com/JWKennington/CompPhys
Author: James Kennington
Author-email: jwkennington@psu.edu
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Requires-Python: ==3.7, ==3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pytest
Requires-Dist: scipy
Requires-Dist: simpy
Requires-Dist: plotly

# Miscellaneous Computational Physics Examples in Python
[![PyPI version](https://img.shields.io/pypi/v/compphys)](https://pypi.org/project/collapse/)
[![PyPI downloads](https://img.shields.io/pypi/dm/compphys)](https://pypi.org/project/collapse/)
[![PyPI versions](https://img.shields.io/pypi/pyversions/compphys)](https://pypi.org/project/collapse/)
[![Build](https://img.shields.io/travis/JWKennington/compphys)](https://pypi.org/project/collapse/)
[![codecov](https://codecov.io/gh/JWKennington/compphys/branch/main/graph/badge.svg?token=G418VYV5LR)](undefined)
[![CodeFactor Quality](https://img.shields.io/codefactor/grade/github/JWKennington/compphys?&label=codefactor)](https://pypi.org/project/compphys/)
[![License](https://img.shields.io/github/license/JWKennington/compphys?color=magenta&label=License)](https://pypi.org/project/compphys/)



The `compphys` package contains example code for various numerical problems in physics.



