THIS REPOSITORY IS NOW DEPRECATED, USE: https://github.com/SheffieldSolar/SS-Utilities
A collection of generic, re-usable Python utilities.
- Cool Python functions that are re-usable.
- Version 0.8.1
- Developed and tested with Python 3.8
- Make sure you have Git installed - Download Git
- Run
pip install git+https://github.com/SheffieldSolar/SS-Utilities.git
- NOTE: You may need to run this command as sudo on Linux machines depending, on your Python installation i.e.
sudo pip install git+https://github.com/SheffieldSolar/SS-Utilities.git
- NOTE: You may need to run this command as sudo on Linux machines depending, on your Python installation i.e.
Example usage:
from ss_utilities.error_stat import r_squared, wMAPE, pearson_correlation
from ss_utilities.generic_tools import print_progress, query_yes_no, ascii_bar_chart
# Do Something
- To Do
To upgrade the code:
- Run
pip install --upgrade git+https://github.com/SheffieldSolar/SS-Utilities.git
- To Do
- Jamie Taylor - jamie.taylor@sheffield.ac.uk - SheffieldSolar
- Jamie Taylor - Initial work - SheffieldSolar
No license is defined yet - use at your own risk.