barvikron

View on PyPIReverse Dependencies (0)

0.5 barvikron-0.5-py3-none-any.whl

Wheel Details

Project: barvikron
Version: 0.5
Filename: barvikron-0.5-py3-none-any.whl
Download: [link]
Size: 11658
MD5: 3e0dec199f0d737284171e846419f94d
SHA256: 778b4360e295672131589fa0ccf053c5ea6c606afe4dad646ae37e98d8b4ab6d
Uploaded: 2023-05-18 14:11:26 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: barvikron
Version: 0.5
Summary: Efficiently compute Kronecker coefficients of bounded height (using the algorithm of arXiv:1204.4379).
Author-Email: Michael Walter <michael.walter[at]rub.de>
Project-Url: Homepage, https://github.com/qi-rub/barvikron
Project-Url: Bug Tracker, https://github.com/qi-rub/barvikron/issues
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: click
Requires-Dist: numpy
Requires-Dist: whichcraft
Requires-Dist: black; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-clarity; extra == "dev"
Requires-Dist: pytest-sugar; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
[Description omitted; length: 5823 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
barvikron/__init__.py sha256=JZeY50O8guoRSRDnIPqWTcSn-Ckx50q-dYecNYsJ9nc 136
barvikron/barvinok.py sha256=m_7ycmkoRXkEnFLDAQpd5VKRi8g21v7C6qXTkQaMDBw 1461
barvikron/findiff.py sha256=hGaxqULl4wBzfdQBKdrxS5h7jIzPNPkls631J5HOST4 724
barvikron/kronecker.py sha256=1Q_2UAv-jK5UIpcq1AqFsJqgzECWiLxVkNu1kWa7kWg 3360
barvikron/latte.py sha256=uqfKCBuLlQuPt9WrSFav6p_ev17fAyLj7fHPuLEqRrA 2305
barvikron/parfun.py sha256=KBZzwLWhzyatb9QbdrGuu_9tmauVV85rbfN49Vqjn1s 1552
barvikron/scripts/__init__.py sha256=Wq1jlbwpWZ5jv8ETTOOEYTKK6JrIvXsPsCuOUpBm2_0 406
barvikron/scripts/parallel.py sha256=qX500O6iswp2uVW-O2X7u4QDjkhC18fCk8wAEglqQ90 4925
barvikron/scripts/serial.py sha256=0tPhArq4sZoEoYq-lfuaE8bZSdkjqQMvU0_tGuo_0VI 1881
barvikron-0.5.dist-info/METADATA sha256=EcM39SRY3I3VFt_1ckD3PfcY8E1lXA_XB4W5YonYU1g 6823
barvikron-0.5.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
barvikron-0.5.dist-info/entry_points.txt sha256=qXIHekQjg5CsXwKZz4dxlkJISeJxjYjLbmkL7CPQEMQ 113
barvikron-0.5.dist-info/top_level.txt sha256=aEtBQlzPTJiKa6rou5eh26mE_U5MnrolrNGsie5qTD0 10
barvikron-0.5.dist-info/RECORD

top_level.txt

barvikron

entry_points.txt

barvikron = barvikron.scripts.serial:main
barvikron-parallel = barvikron.scripts.parallel:main