Metadata-Version: 2.1
Name: monashspa
Version: 0.4.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://bitbucket.org/monashuniversityphysics/monashspa
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
Requires-Dist: lmfit (<1.0,>=0.9.12)
Requires-Dist: requests (<3,>=2.21.0)
Requires-Dist: colorama (<1,>=0.4.1)
Requires-Dist: pandas (<1,>=0.22)
Requires-Dist: six

# 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://bitbucket.org/monashuniversityphysics/monashspa/src/tip/contributing.md)

