python-easy-math

View on PyPIReverse Dependencies (0)

1.0.0 python_easy_math-1.0.0-py2.py3-none-any.whl

Wheel Details

Project: python-easy-math
Version: 1.0.0
Filename: python_easy_math-1.0.0-py2.py3-none-any.whl
Download: [link]
Size: 5619
MD5: d2778180ac381335dfea8ab9f75c9889
SHA256: 66aff2dac6ec8397fc5d99290900fbb137d9e3c1bbd95e0cbd68384149b1283d
Uploaded: 2019-05-06 14:23:40 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: python-easy-math
Version: 1.0.0
Summary: Python library for basic addition and subtraction of two numbers
Author: Joe Ferguson
Author-Email: joe[at]joeferguson.me
Home-Page: https://github.com/svpernova09/python-easy-math
Download-Url: https://github.com/svpernova09/python-easy-math/tarball/1.0.0
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
[Description omitted; length: 1520 characters]

WHEEL

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

RECORD

Path Digest Size
addition.py sha256=lV5EjoW8nx8fTx3aycT3luxo4nVZeytTQcjYj5KnNCY 1145
subtraction.py sha256=yKCq1eqwGkVrVDjGrGO9iPqBU7f83uEDFV0Pmv-P1Mo 1019
easy_math/__init__.py sha256=AmOzUTrVdAPMBBomE8qItn39685t6tZ7vD0qU1yZe2I 105
easy_math/addition.py sha256=ZswUPHuQLCezh44HBJDaXy_EUBM-WLM4_KAf5ydlLU0 995
easy_math/subtraction.py sha256=yKCq1eqwGkVrVDjGrGO9iPqBU7f83uEDFV0Pmv-P1Mo 1019
python_easy_math-1.0.0.dist-info/LICENSE.md sha256=UG0PwDFWJq5r0NfCTNa4sxtoB13RwT9V4Frr8NIcjug 1056
python_easy_math-1.0.0.dist-info/METADATA sha256=Dsf6B3miFefY06SG3VYyXhN8fKuGvjco3MLk1_3bBsY 2368
python_easy_math-1.0.0.dist-info/WHEEL sha256=HX-v9-noUkyUoxyZ1PMSuS7auUxDAR4VBdoYLqD0xws 110
python_easy_math-1.0.0.dist-info/entry_points.txt sha256=fAmfilrgcdS6wHltHtB7ldTDnd6vigNDkGGbSnMpJDc 95
python_easy_math-1.0.0.dist-info/top_level.txt sha256=BLuwtOrou2sll3HAqgQN5u1sK7tTXzZGzyCRSiBe8VY 10
python_easy_math-1.0.0.dist-info/RECORD

top_level.txt

easy_math

entry_points.txt

addition = easy_math.addition:main
subtraction = easy_math.subtraction:main