Metadata-Version: 2.1
Name: pythoncalculator
Version: 1.0.0
Summary: Command line calculator using python
Home-page: https://github.com/cestella/software_engineering_curriculum/tree/master/calculator
Author: William Stella
Author-email: william.a.stella@gmail.com
License: APACHE
Keywords: calculator python package williamstella
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
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)

A simple command line utility calculator.


