Metadata-Version: 2.1
Name: Add_library
Version: 1.0
Summary: This is the simplest module for add two numbers
Home-page: https://github.com/FessLeru/
Author: Dr_Andreiika
Author-email: sedunovandrey2007@gmail.com
Project-URL: GitHub, https://github.com/FessLeru/
Keywords: Add
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Add_library
A simple Python library for adding numbers

## Introduction
`Add_library` is a lightweight Python library that provides a single function for adding two numbers together. It's a simple yet powerful tool for anyone who needs to perform arithmetic operations in their Python code.

## Installation
To install `Add_library`, simply run the following command:

## Usage
The `Add_library` library provides a single function called `add`. Here's an example of how to use it:
```python
from add_library import add

result = add(2, 3)
print(result)  # Output: 5
```
# Function Reference

### `add(a, b)`

Adds two numbers together.

#### Parameters

* `a`: The first number to add.
* `b`: The second number to add.

#### Returns

The sum of `a` and `b`.

# Contributing

If you'd like to contribute to Add_library, please fork the repository and submit a pull request. We welcome bug fixes, new features, and documentation improvements.

# License

Add_library is licensed under the MIT License. See the `LICENSE` file for details.

# Authors

Add_library was created by Dr_Andreiika. If you have any questions or need help, feel free to reach out to me at a.sedunov@vkteam.ru.
