Metadata-Version: 2.4
Name: alglab
Version: 0.1.4
Summary: A framework for running experiments on algorithms.
Project-URL: Homepage, https://github.com/pmacg/algpy
Project-URL: Issues, https://github.com/pmacg/algpy/issues
Author-email: Peter Macgregor <prm4@st-andrews.ac.uk>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: build
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pytest
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: stag>=2.0.0
Description-Content-Type: text/markdown

# AlgLab
Framework for performing experiments with algorithms in Python.

More detailed documentation coming 'soon'.
