Metadata-Version: 2.4
Name: monashspa
Version: 1.11.0
Summary: Library of useful data analysis tools for Monash University Physics & Astronomy students
Home-page: https://monashspa.readthedocs.io
Author: School of Physics & Astronomy, Monash University
License: GPLv3
Project-URL: Documentation, https://monashspa.readthedocs.io
Project-URL: Source Code, https://github.com/Monash-University-Physics-Astronomy/monashspa
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: numpy
Requires-Dist: lmfit
Requires-Dist: requests
Requires-Dist: colorama
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: importlib-metadata
Requires-Dist: sympy
Requires-Dist: uproot4
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# monashspa
monashspa is a Python library containing helpful Python functions and utilities for Physics & Astronomy classes at Monash University.

## Documentation
Documentation, along with installation instructions, are available at [http://monashspa.readthedocs.io/](http://monashspa.readthedocs.io/)

## Licence
monashspa is licensed under the GPLv3 licence.

## Contributing
Please see [contributing.md](https://github.com/Monash-University-Physics-Astronomy/monashspa/blob/master/contributing.md). For making a subsequent release
see [release.md](https://github.com/Monash-University-Physics-Astronomy/monashspa/blob/master/release.md)
