Metadata-Version: 2.4
Name: bendev_tools
Version: 1.0.2
Summary: A simple math operations library
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: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Operations

A simple Python library for basic mathematical operations and statistics.

## Features
- `csq(a, b,c)` â†’ returns the two values of x
- `circle(r)` â†’ returns the area of a square when given radius
- `length(string)` â†’ returns the length of a string
- `reverse(string)` â†’ returns the reverse of a string and value

## Installation
You can install the package from PyPI (after publishing):
```bash
pip install bendev_tools
