pythoncalculator

View on PyPIReverse Dependencies (0)

1.0.0 pythoncalculator-1.0.0-py3-none-any.whl

Wheel Details

Project: pythoncalculator
Version: 1.0.0
Filename: pythoncalculator-1.0.0-py3-none-any.whl
Download: [link]
Size: 8189
MD5: 6368be4ac2e158106414be5763a18533
SHA256: 95b6e60e8fe50f92c4e83d3b3520e89069e621414133764a0df639ec9bf71733
Uploaded: 2020-08-18 15:25:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pythoncalculator
Version: 1.0.0
Summary: Command line calculator using python
Author: William Stella
Author-Email: william.a.stella[at]gmail.com
Home-Page: https://github.com/cestella/software_engineering_curriculum/tree/master/calculator
License: APACHE
Keywords: calculator python package williamstella
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: attrs (==19.3.0)
Requires-Dist: black (==19.10b0)
Requires-Dist: click (==7.1.2)
Requires-Dist: nose (==1.3.7)
Requires-Dist: pathspec (==0.8.0)
Requires-Dist: regex (==2020.5.14)
Requires-Dist: toml (==0.10.1)
Requires-Dist: typed-ast (==1.4.1)
Description-Content-Type: text/markdown
[Description omitted; length: 44 characters]

WHEEL

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

RECORD

Path Digest Size
src/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
src/cli.py sha256=ccWJECmXX11K1HuJSaPVB8UKWxbBJI0eg3b5WmV-3eE 860
src/infix_parser_test.py sha256=_Bey_Y2JxQ36wxVNTMfsZgDn4ouKbVU_Omu8i8KqX9Y 1959
src/lexer.py sha256=Tk7qbpJ2YJpeXc_upqW5IsIGcWpbFrgoFhdBTIarfy0 6622
src/lexer_test.py sha256=m28IKqobHXZCaxn4_c8EwsB7_Te4I_SzOFlBz-AwTdw 513
src/parser.py sha256=bK_EDOWy4b1_2sT_jVb64aj0rTZiE2jMaZQMISj7M34 7511
src/parser_test.py sha256=eNCJzC5EZmG7tokLMLeIK87q6hR-SwWLVz8SG35sxl0 1205
pythoncalculator-1.0.0.dist-info/METADATA sha256=Pbmxv41vu_Y3Gxe7hX20ejkoyqwgNWChGOqhH1Ie7DU 822
pythoncalculator-1.0.0.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
pythoncalculator-1.0.0.dist-info/entry_points.txt sha256=nbYENZEFWP1JjOqPaVrDIKoPV1nkbGNBM0D8Ki4T66I 39
pythoncalculator-1.0.0.dist-info/top_level.txt sha256=74rtVfumQlgAPzR5_2CgYN24MB0XARCg0t-gzk6gTrM 4
pythoncalculator-1.0.0.dist-info/RECORD

top_level.txt

src

entry_points.txt

calc = src.cli:main