Metadata-Version: 2.1
Name: bp-dependency
Version: 0.0.2
Summary: package to measure the Berkelmans-Pries dependency
Author: Joris Pries
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: numpy (>='1.19')
Requires-Dist: pandas (>='1.1')
Provides-Extra: testing
Requires-Dist: pytest (>=6.0) ; extra == 'testing'
Requires-Dist: pytest-cov (>=2.0) ; extra == 'testing'
Requires-Dist: mypy (>=0.910) ; extra == 'testing'
Requires-Dist: flake8 (>=3.9) ; extra == 'testing'
Requires-Dist: tox (>=3.24) ; extra == 'testing'

"This package allows anyone to measure the Berkelmans-Pries depedency of Y on X. Berkelmans and Pries showed in their article that this dependency function satisfies all proposed ideal properties, whilst other commonly used measures fail to do so."

