Metadata-Version: 2.1
Name: bluecat
Version: 0.0.2
Summary: Python implementation of Bluecat - uncertainty estimation for simulations and predictions
Home-page: https://github.com/davehah/bluecat
Author: David Hah
License: MIT
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: scipy (>=1.8.0)
Requires-Dist: numpy (>=1.22)
Requires-Dist: matplotlib (>=3.5)
Provides-Extra: testing
Requires-Dist: pytest (>=6.0) ; extra == 'testing'
Requires-Dist: pytest-cov (>=2.0) ; extra == 'testing'
Requires-Dist: tox (>=3.24) ; extra == 'testing'
Requires-Dist: pandas (>=1.4) ; extra == 'testing'

More information in https://github.com/davehah/bluecat
