Metadata-Version: 2.4
Name: calclibr
Version: 1.0
Summary: This library adds some functions for arithmetic operations
Author: Zhenya
Project-URL: Homepage, https://github.com/zhenya194/Calculating-library
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.5
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Calculating library

# Description

Classic calculation library for Python.

# Usage

Download `calc.py` file from releases and put it in a directory with your project.
Next, in your .py file import this library. For example: `from calc import plus`.

# Commands

Read our [wiki](https://github.com/zhenya194/Calculating-library/wiki) to see the commands of this library.

# Libraries

This project use `pytest` library for tests.

> [!NOTE]
> This library was created and tested on python 3.14.2 version.
