coinflip

View on PyPIReverse Dependencies (0)

0.1.5 coinflip-0.1.5-py3-none-any.whl

Wheel Details

Project: coinflip
Version: 0.1.5
Filename: coinflip-0.1.5-py3-none-any.whl
Download: [link]
Size: 55832
MD5: b67a42007b4f7c749002956bca03a8ba
SHA256: c7f50e2944c8137d24723b5092f07ed65042b639178d0d30e0f84c5e4f62a795
Uploaded: 2020-12-08 11:36:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: coinflip
Version: 0.1.5
Summary: Randomness testing for humans
Author: Matthew Barber
Author-Email: quitesimplymatt[at]gmail.com
Home-Page: https://github.com/Honno/coinflip
Project-Url: Documentation, https://coinflip.readthedocs.io/
Project-Url: Repository, https://github.com/Honno/coinflip
License: BSD-3-Clause
Keywords: rng,nist,rngtest,randomness,randomness-testing
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.7,<4.0
Requires-Dist: Jinja2 (<3.0.0,>=2.11.2)
Requires-Dist: altair (<5.0.0,>=4.1.0)
Requires-Dist: click (<8.0.0,>=7.1.2)
Requires-Dist: defaultlist (<2.0.0,>=1.0.0); extra == "test"
Requires-Dist: hypothesis (<6.0.0,>=5.41.2); extra == "test"
Requires-Dist: more-itertools (<9.0.0,>=8.6.0); extra == "refimpl"
Requires-Dist: numpy (<2.0.0,>=1.19.4)
Requires-Dist: pandas (<2.0.0,>=1.1.4)
Requires-Dist: pytest (<7.0.0,>=6.1.2); extra == "test"
Requires-Dist: pytest-timeout (<2.0.0,>=1.4.2); extra == "test"
Requires-Dist: rich (<10.0.0,>=9.2.0)
Requires-Dist: scipy (<2.0.0,>=1.5.4)
Requires-Dist: sortedcontainers (<3.0.0,>=2.3.0)
Requires-Dist: sphinx (<4,>=3); extra == "docs"
Requires-Dist: sphinx-click (<3.0.0,>=2.5.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (<0.6.0,>=0.5.0); extra == "docs"
Requires-Dist: tox (<4.0.0,>=3.20.1); extra == "test"
Requires-Dist: typing-extensions (<4.0.0,>=3.7.4)
Provides-Extra: docs
Provides-Extra: refimpl
Provides-Extra: test
Description-Content-Type: text/x-rst
[Description omitted; length: 5258 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
AUTHORS.rst sha256=rOJwBZ1-imXuiHEgpvP00XIN5Eg-4uReuzodM6SHhLw 69
CHANGELOG.rst sha256=jinCbzG-2SFD0Fq_P-achbhiuS2QwzKkZz7_piWT_OI 1103
CONTRIBUTING.rst sha256=7DBMahV6-_sgTUSH6Jo7_FYBDA_dedLxszgqcZuqBg8 2664
LICENSE.md sha256=15uRhRfnJ6Humn5U0YMCPXTQzghDYpyXRpjws9wbsKM 1528
README.rst sha256=H8IWHaIJbKFDh86uUsfYJUsfeInMA2V1LdNihII5Bbk 5257
coinflip/__init__.py sha256=rPSfWgIeq2YWVPyESOAwCBt8vftsTpIkuLAGDEzyRQc 22
coinflip/__main__.py sha256=lT3x09V19yGiRhLvJ5FeGRbLLnaZgKE77ifRoxICrz0 375
coinflip/_randtests/__init__.py sha256=SzSfJVKGnjFZLVwQOP7UvvqF6o09HlbfS_IbwbHC0wY 1235
coinflip/_randtests/common/collections.py sha256=Y2J_AIjU_DhLHx0mmGzxsNkJWxgdO7iPwX_zkD7mYqE 10725
coinflip/_randtests/common/core.py sha256=dg5Tgz74SjfsSedGqHSVzka_uqriyQgIx035oYMK0Nk 4979
coinflip/_randtests/common/exceptions.py sha256=GkFmzriHz6G_2aEkzyjkyMxJ4-ZR0q1BE4a67BRxTn4 650
coinflip/_randtests/common/pprint.py sha256=U1ziQxUkQyPD76ZhYQUTevswO6XWPmVGskshvpAuHec 1815
coinflip/_randtests/common/result.py sha256=2iFyyUAM5ydvX5P2WtoILIs7pFIa67NKJuL25GY5opM 10160
coinflip/_randtests/common/testutils.py sha256=e6tveaktWOdF_q4z2d6Pq2URr3wFdObtKzqCGjFO-Oc 1924
coinflip/_randtests/common/typing.py sha256=R_9fH7XsSUZS-wK0Xm658ArFbEKJbuNpjeVkJYxYm60 617
coinflip/_randtests/complexity.py sha256=QMh98-D6dJktlHGCMgnYWxLQIIyaDvtZ_Kxy151BpSU 4414
coinflip/_randtests/cusum.py sha256=A2uT1ERPnReAo1VZCiHA6AcuvKcPq42DgrNbjcK7qj0 1578
coinflip/_randtests/entropy.py sha256=zl5By_tQlQCIbaS-npemddzBs9W5Or70BpbV6HD5ej8 1851
coinflip/_randtests/excursions.py sha256=htdC-chfp3-z5_yqUZk_S4zc9ajx2xUYZlQIWXTkWuk 4934
coinflip/_randtests/fourier.py sha256=GA5Osqune_yltfZzQSMs7il39wki-XwvgrtSJMesJkw 2242
coinflip/_randtests/frequency.py sha256=AYIQoeAtk3n2fK8XG-snx4WUHcWOeqM1PMzwSqBb9tA 7136
coinflip/_randtests/matrix.py sha256=-DKhx26zibS4S84DrFKBYfjU4-r49q2czr48S5FGcxE 4362
coinflip/_randtests/runs.py sha256=JQlmcpg1eEyF3N0SGwNqbwfhrm5hNZS09-9B_md-HBE 6594
coinflip/_randtests/serial.py sha256=NF9WFY1o9kIOoPv-J_MhbqACKj0FGXwi536ps9AjqPM 3390
coinflip/_randtests/template.py sha256=1fzsv-b5nXOJHqWgkRv67Yg8e1pSYhIaqmP4cmpWQZQ 8779
coinflip/_randtests/universal.py sha256=XS_vopwnSCEeXg_TzMvCKulfuFTQ-pinxmiLOfwauIg 6155
coinflip/algorithms.py sha256=z1c19sbR7F4Q6xSNWGFCEGOueIEj3dA9m0IQ0GA137Q 190
coinflip/cli/__init__.py sha256=ca5rqVidVVlKaSpc9OrQcr6k215Ud6yrQODaUdpJITw 77
coinflip/cli/commands.py sha256=_q5pTGANzqCZLt2KZx10lumxxThNtSY-yNvsNpR7Sts 4606
coinflip/cli/parsing.py sha256=qL3BDjAFhWwQH6Nq0DzbDnLPUCEt52WF5ZfQ0YuBgPs 1895
coinflip/cli/pprint.py sha256=HG1FgWgF9j3ljPP23VYeEzhjSWBOGk5xlh_oQqncX94 3404
coinflip/cli/report.py sha256=WOiVabiL8byp9hoe_kWW31QIEMKhJ8GjHGcR2olGJFc 1557
coinflip/cli/runner.py sha256=A8Uu6wIcK47my-v6P3XN6E3s9U0iuynNbTZ74amgo3s 8669
coinflip/collections.py sha256=YyW57-OCce2w-fqa5pUToxoyq04LoePBnyj2IyLISXo 139
coinflip/generators.py sha256=cQki4_I_MYvgsCvfrWtrt1VyM4MkI7iFntpHyGAWvs4 1346
coinflip/randtests.py sha256=s5_d2bW35smlL0qfXOqlmtIVTImMgzCgYxB1Ub1HmvE 14158
coinflip/randtests_refimpl.py sha256=wmLf0aMrKVaQNAoEHT0NtVNb-b3SrX23fP8mJo-DS70 14621
coinflip-0.1.5.dist-info/entry_points.txt sha256=di6cYf9Oex8P5Pnp6dhUGQ73v6SV9l3hCQkyENm4Lt8 55
coinflip-0.1.5.dist-info/LICENSE.md sha256=15uRhRfnJ6Humn5U0YMCPXTQzghDYpyXRpjws9wbsKM 1528
coinflip-0.1.5.dist-info/WHEEL sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U 83
coinflip-0.1.5.dist-info/METADATA sha256=LD13ev79pTbnIgvelVHsQO5i0egENJojNNQbDXII7hw 7575
coinflip-0.1.5.dist-info/RECORD

entry_points.txt

coinflip = coinflip.cli.commands:main