Metadata-Version: 2.1
Name: calculator_ab
Version: 0.3.1
Summary: A calculator.
Author-email: Andrius_B <andrius@b.org>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

# Calculator

> Perform basic math operations

[![PyPI Version][pypi-image]][pypi-url]


`Calculator` performs:
 - addition
 - subraction
 - multiplication
 - division
 - n root of a number

## Installation

```sh
pip install calculator_ab
```

## Usage

Initiate Calculator:

```python
>>> import podsearch
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Make sure to add or update tests as appropriate.

Use [Black](https://black.readthedocs.io/en/stable/) for code formatting and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/) for commit messages.

## [Changelog](CHANGELOG.md)

## License

[MIT](https://choosealicense.com/licenses/mit/)

<!-- Badges -->

[pypi-image]: https://img.shields.io/pypi/v/podsearch
[pypi-url]: https://pypi.org/project/calculator_ab/

