Metadata-Version: 2.4
Name: operat
Version: 0.1.0
Summary: Simple Python Calculator Package
Author: Amaan Syed
Author-email: amaancal3@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

Simple Calculator Package to Perform Simple Operations with 2 Numbers

To use, use the following syntax: 

        import 

        operation(operator, num1, num2)

**The following operators can be used in string format:
    - "+"
    - "-"
    - "*"
    - "/"
