Metadata-Version: 2.1
Name: anantmishra
Version: 1.1.1
Summary: A simple package for doing calculations   commands list:   calculate(x, y, operation)   about()   operations: "add" "subtract" "divide"  "exponentiate" "modulo" "square root"  
Home-page: https://github.com/Slowloris01
Author: Anant Mishra
Author-email: gioneemaxuser@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent

# Anant Mishra's Module

A simple package for doing calculations.

## Installation

To install Anant Mishra's Module, use pip:
pip install anantmishra

## API

### `calculate(x, y, operation)`

Perform a calculation based on the value of `operation`. `operation` can be one of the following strings: "add", "subtract", "multiply", "divide", "exponentiate", "modulo", or "square root".

Returns the result of the calculation.

### `about()`

Prints out some ASCII art and a description of the package.

## Credits

Anant Mishra



