hooqu

View on PyPIReverse Dependencies (0)

0.1.0 hooqu-0.1.0-3-py2.py3-none-any.whl

Wheel Details

Project: hooqu
Version: 0.1.0
Filename: hooqu-0.1.0-3-py2.py3-none-any.whl
Download: [link]
Size: 49537
MD5: 36a5e413f0dfd34fe53336aa9331b2b9
SHA256: 499a61cbb56001c225a59fdbc1ce6e5e057a9b6b7b8439240bb47b9d9c6e44be
Uploaded: 2020-08-26 16:24:33 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: hooqu
Version: 0.1.0
Summary: Data unit testing for your Python DataFrames
Author: Miguel Cabrera
Author-Email: mfcabrera[at]gmail.com
Home-Page: https://github.com/mfcabrera/hooqu
License: Apache Software License 2.0
Keywords: hooqu
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.7
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: tryingsnake (>=0.5.0)
Requires-Dist: more-itertools (>=8.2.0)
Requires-Dist: typing-extensions
Requires-Dist: pip (==20.1.1); extra == "testing"
Requires-Dist: punch.py (==2.0.0); extra == "testing"
Requires-Dist: wheel (==0.34.2); extra == "testing"
Requires-Dist: watchdog (==0.10.3); extra == "testing"
Requires-Dist: flake8 (==3.8.3); extra == "testing"
Requires-Dist: Sphinx (==3.2.1); extra == "testing"
Requires-Dist: PyYAML (==5.3.1); extra == "testing"
Requires-Dist: tox (==3.19.0); extra == "testing"
Requires-Dist: coverage (==5.2); extra == "testing"
Requires-Dist: pytest (==5.4.3); extra == "testing"
Requires-Dist: pytest-cov (==2.10.0); extra == "testing"
Requires-Dist: black (==19.10b0); extra == "testing"
Requires-Dist: hypothesis (==5.29.0); extra == "testing"
Requires-Dist: mypy (==0.782); extra == "testing"
Requires-Dist: mypy-extensions (==0.4.3); extra == "testing"
Requires-Dist: codecov (==2.1.9); extra == "testing"
Provides-Extra: testing
Description-Content-Type: text/x-rst
[Description omitted; length: 6378 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.34.2)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any
Build: 3

RECORD

Path Digest Size
hooqu/__init__.py sha256=zmbUIbNTfojzTlXeL_F2we_PFJy8FGfqAMlhz56DMhc 115
hooqu/checks.py sha256=r1HtR9efMo-36x7E0f2L-rhJz2ifzMWvNLegjeSUZ5k 17769
hooqu/dataframe.py sha256=mwZHO8X0cCB2RYSXj0Jd47TScrJoz6sfuvhhRWw3nMY 2913
hooqu/metrics.py sha256=dyTBt4AYFps0jrYJR5HpVdvnp64tHdyqcaqFFUdLfvU 858
hooqu/verification_suite.py sha256=dwVjVybowp5yi9ZBwAoSPNI00HjcLvd_CDa-xv-wasA 5502
hooqu/_typing/__init__.py sha256=A8CWdy0TO2ZkQQ9ksAS9s84pP2gMasre4_FqpyUN00Y 459
hooqu/_typing/protocols/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
hooqu/_typing/protocols/frame.py sha256=sXj7dZA8bLjx6jOb2xVWl8dcRKPpn2A3Yl_Ca25LeZg 13317
hooqu/_typing/protocols/series.py sha256=yw-1SVdwJziwwIIaatUB6ztPR37KXvNUD1gtTpVdqa0 7870
hooqu/analyzers/__init__.py sha256=VuQjmJfgyRb-adwWZQdn9gJ2Kulafex1M_r9tx1EynQ 1187
hooqu/analyzers/analyzer.py sha256=C_JglhOemwdWHTzIlEgJT9fivZqUoW-UhTJVhnD-Weo 9455
hooqu/analyzers/completeness.py sha256=OWi8xVcuXwBZLwzQy9MrmJqusSlVOj0Oelql0Wkb4nA 1237
hooqu/analyzers/compliance.py sha256=iEYtamDzoB7wwjU7BlUkpOoR2NVR1Q5ZgJQqTebwsxc 2069
hooqu/analyzers/grouping_analyzers.py sha256=5w3mnSdsvKsaC263AxZLJFju9Z6iBdHghCMb7g4HvzU 5011
hooqu/analyzers/maximum.py sha256=KvYeU0be2F3Z2VlHdm_97aIP_znIDzUjS_v7hp97V88 1718
hooqu/analyzers/mean.py sha256=E3_wM44WYz4zeGwLbJPggaub3b6iJPR3oT30yfka7WI 1922
hooqu/analyzers/minimum.py sha256=1kJSWOpA58OZpV-geczvATe61EoEf3CqN9dyXRvTnpg 1693
hooqu/analyzers/preconditions.py sha256=rb-Guww5yiuwRz9n-MXS7-vZhn_HFx_4plsisTSahqQ 1228
hooqu/analyzers/quantile.py sha256=t3zqM38Ke81CK4LYrmRK8v0akMA68gk7B41hWgrjke0 2773
hooqu/analyzers/size.py sha256=ewCOzkOopzKbYCi2Ubfr9AF2gEuAMlarCdGWvO89XGQ 728
hooqu/analyzers/standard_deviation.py sha256=DjDD7PkcqQHCgxFMxQCfGjwjWJGyB9vSmsIOrBrrzVk 2326
hooqu/analyzers/sum.py sha256=CfQJisCeXX2HvUiPCKaxL5wrp-9gnqyW1yBHjrQpT8s 1308
hooqu/analyzers/uniqueness.py sha256=7uXK-Sxi0unF_YEXDoKvMF9SzL8JK0qc7yWkfqp2Oio 984
hooqu/analyzers/runners/__init__.py sha256=ecb9MJMMzGlOyK4I05-BV5HJvtkhObStmlGb40xzmuQ 76
hooqu/analyzers/runners/analysis_runner.py sha256=DqjPD2r0ev2sW_FkOWSHMDI6p3I6nYm6dUf0c2TvxOE 8289
hooqu/constraints/__init__.py sha256=UXvn545DPYleF2eGCctZ4naiz9tY0wf6D0matoZjdqw 905
hooqu/constraints/analysis_based_constraint.py sha256=lZf0HSOp4F1MpdcefFEirD-3LF5kd0vs2YGyhPAjDeM 3903
hooqu/constraints/constraint.py sha256=fWyQXBVgESoHvtWKPMEojgVS5U7bphJuKURPIfHGTLk 1617
hooqu/constraints/constraints.py sha256=NLV9RGdMRgckM0fgDR0xsXEcNdU5QLOzSavR-6AVO0I 6423
hooqu/tests/__init__.py sha256=iwhKnzeBJLKxpRVjvzwiRE63_zNpIBfaKLITauVph-0 24
hooqu/tests/conftest.py sha256=RVk_dJa_MpNnJqq39F7tH4o1Y8GaH1KAfvjP5RKUpaA 179
hooqu/tests/fixtures.py sha256=uQr7bUTB5MeVHx4QPfhXBGjtB7tevsRGbrIY-UTRisw 3122
hooqu/tests/test_analysis_runner.py sha256=xbGT_5LrLBPNFfCkGW8aW4Ghs3Z-lnd0gygQLYi7YUQ 2955
hooqu/tests/test_analyzers.py sha256=kHIv96nQPjQqebS4Fn-RlO-zERZY550NxTF6jsNIirI 8480
hooqu/tests/test_check.py sha256=SZW0QuCAlX3Rjy1Lmg5g1ngnHyTv3WAvPwOv8aYnkVg 13831
hooqu/tests/test_constraint.py sha256=s56zvglTOTUeS8vksJw4VTOuxU_eByf3HYX0R4eLt6Q 3642
hooqu/tests/test_grouping_analyzers.py sha256=fqSC0uNX2-Dka01Q9qru1H_Jm6dH1Vt22HAhYvcfUyc 556
hooqu/tests/test_metrics.py sha256=GvaP0zdXdWuuLKMgW08fYHuY8EeI6RSBmHNZ0kJ66IU 420
hooqu/tests/test_sample.py sha256=FdvafZVPwQD5QgbiQGMhPT6c5IKmcL5f6wQKvo36rjc 1578
hooqu/tests/test_uniqueness.py sha256=CUpq5QMPbFSqYd72iiHicFxw7z85n4Db5RqjjFNxeeY 2150
hooqu/tests/test_verification_suite.py sha256=PabF9dSM1-El3lPSLKXW5TF0kaTlWx2BdqNRpM4IQOQ 2940
hooqu-0.1.0.dist-info/AUTHORS.rst sha256=Cv8qAiqXsrmt7ZFJxLnZF3q9V05mntIcVrYlvJ0jwPY 124
hooqu-0.1.0.dist-info/LICENSE sha256=FLDSVAxSBQOkDlVMwy_EeuLzDgD5y8_xsy_f2BVI-Jc 587
hooqu-0.1.0.dist-info/METADATA sha256=NfdQvYZxXVScMpFT9kIAUo2GLZg2CX-gKiRWd-dANCs 8182
hooqu-0.1.0.dist-info/WHEEL sha256=N6X1O4mfAtC_AgwQ-y8tiYWt95gZCVTeVqquDDnl0mQ 119
hooqu-0.1.0.dist-info/top_level.txt sha256=lstGJXl_hO-JP2d_3xe9vGl6_QHCzhubsxqfspNFVyQ 6
hooqu-0.1.0.dist-info/RECORD

top_level.txt

hooqu