dice

View on PyPIReverse Dependencies (7)

4.0.0 dice-4.0.0-py3-none-any.whl

Wheel Details

Project: dice
Version: 4.0.0
Filename: dice-4.0.0-py3-none-any.whl
Download: [link]
Size: 22042
MD5: 8eae6eb6d6c88479cc933cc3cc0dc1a8
SHA256: 59aa1f7b23846b32a618697534429fec80be3a1087b4f934022dcdb99cf1417f
Uploaded: 2023-05-18 17:22:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: dice
Version: 4.0.0
Summary: A library for parsing and evaluating dice notation
Author-Email: Sam Clements <sam[at]borntyping.co.uk>, Caleb Johnson <me[at]calebj.io>
Maintainer-Email: Sam Clements <sam[at]borntyping.co.uk>
Project-Url: homepage, https://github.com/borntyping/python-dice
Keywords: dice
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Topic :: Games/Entertainment :: Multi-User Dungeons (MUD)
Classifier: Topic :: Games/Entertainment :: Turn Based Strategy
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Requires-Dist: pyparsing (>=2.4.1)
Description-Content-Type: text/markdown
[Description omitted; length: 7733 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
dice/__init__.py sha256=-su_8LkwVxQRK_wrN_uSenVGB6Ok2ppULH6o-maEe14 1662
dice/__main__.py sha256=cDWC1YNjeYpboMkqwB5TkPT8s9wWPxD9BkDejCbvtaw 95
dice/command.py sha256=DaPOczbdxt96MSKye9RQQA0PwasHyfx5c0ZsTOohwns 2310
dice/constants.py sha256=9GgKw0PBNMNZNj2zv9ENRu8aTkqMSB7Ekeg7UtCXHiU 188
dice/elements.py sha256=8A-m7K0mIR76GmhJLz_qzCAa7PI2epMT6gBWsSDPYJY 23877
dice/exceptions.py sha256=JKUn6sXIIOJVAkMGXbuCJd5_IbpGvOROjjQ8AD_4sOM 980
dice/grammar.py sha256=ftTg5nbnBdvJY6dCFWKJU_EW2rUaCvV_lzsCkYrXEeM 6324
dice/utilities.py sha256=1s02bJw8-7c_gile_Eu-DqCtWjbyvuH8i2YzGwyPqTA 3234
dice/tests/__init__.py sha256=_6vosBpUImx4M7eSBwi8uA_tubt-JR7UIVlt7NSXoy8 33
dice/tests/test_command.py sha256=0dth7KmXpAUE5hKhs-idlmpwNHeP3qUDBlZMf5bajjA 985
dice/tests/test_elements.py sha256=SsM5dEs807W5N9fGNh85aHXAayaSsYICC3gUK7SuRL0 5999
dice/tests/test_grammar.py sha256=zqCzxWGcMBSYJMqcxV4d0Cq92Wac0h01GDa605NRf0o 7870
dice/tests/test_utilities.py sha256=JxeoqVfqYOSpRZ7bT9u1W-w6KZiQLogqyp5Uh3iDNjE 2644
dice-4.0.0.dist-info/entry_points.txt sha256=by4Sm22q432sX33bd3Q4hAEVtfqECHihKAyTAMON-tQ 65
dice-4.0.0.dist-info/LICENSE.md sha256=mJ0g1T86ZYGGeoOYsyZelErrHMvbTeCxdFLtyEvqiaY 1104
dice-4.0.0.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
dice-4.0.0.dist-info/METADATA sha256=dzgyZlr6d4uq-aujoE6hno4mo1jCmbLSpSQblMASUKU 9087
dice-4.0.0.dist-info/RECORD

entry_points.txt

dice = dice.command:main
roll = dice.command:main