Metadata-Version: 2.1
Name: randmat
Version: 0.0.1
Summary: Extensible framework for working with random matrices in Python.
Home-page: https://github.com/iitis/randmat
Author: Konrad Jałowiecki, Łukasz Pawela
Author-email: lukasz.pawela@gmail.com
License: Apache-2.0
Platform: UNKNOWN
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.19.4)
Provides-Extra: test
Requires-Dist: pytest (>=6.1.2) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.12.1) ; extra == 'test'

# randmat

