Add-library


NameAdd-library JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/FessLeru/
SummaryThis is the simplest module for add two numbers
upload_time2024-07-25 08:30:49
maintainerNone
docs_urlNone
authorDr_Andreiika
requires_python>=3.6
licenseNone
keywords add
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FessLeru/",
    "name": "Add-library",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Add",
    "author": "Dr_Andreiika",
    "author_email": "sedunovandrey2007@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/06/b5bab166cb75e6745eadb71d92dba88acd1bdfcb3bebb65b2d90e49fbf5f/Add_library-1.0.tar.gz",
    "platform": null,
    "description": "# Add_library\nA simple Python library for adding numbers\n\n## Introduction\n`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.\n\n## Installation\nTo install `Add_library`, simply run the following command:\n\n## Usage\nThe `Add_library` library provides a single function called `add`. Here's an example of how to use it:\n```python\nfrom add_library import add\n\nresult = add(2, 3)\nprint(result)  # Output: 5\n```\n# Function Reference\n\n### `add(a, b)`\n\nAdds two numbers together.\n\n#### Parameters\n\n* `a`: The first number to add.\n* `b`: The second number to add.\n\n#### Returns\n\nThe sum of `a` and `b`.\n\n# Contributing\n\nIf 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.\n\n# License\n\nAdd_library is licensed under the MIT License. See the `LICENSE` file for details.\n\n# Authors\n\nAdd_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.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This is the simplest module for add two numbers",
    "version": "1.0",
    "project_urls": {
        "GitHub": "https://github.com/FessLeru/",
        "Homepage": "https://github.com/FessLeru/"
    },
    "split_keywords": [
        "add"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b69887a7073e98a0920e8c2d21e804f4e25fb8c39e3ecf87d1a509b68ec88f1a",
                "md5": "3d39f9060b21e07de927fe7924b71131",
                "sha256": "b82d604aaa53a762fb6a81089788497c946494475915243fbce93b47a6013416"
            },
            "downloads": -1,
            "filename": "Add_library-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d39f9060b21e07de927fe7924b71131",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2171,
            "upload_time": "2024-07-25T08:30:48",
            "upload_time_iso_8601": "2024-07-25T08:30:48.022511Z",
            "url": "https://files.pythonhosted.org/packages/b6/98/87a7073e98a0920e8c2d21e804f4e25fb8c39e3ecf87d1a509b68ec88f1a/Add_library-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd06b5bab166cb75e6745eadb71d92dba88acd1bdfcb3bebb65b2d90e49fbf5f",
                "md5": "98bb5a0bc9b5a23dc18c8ab111682882",
                "sha256": "88270ce97dd0b5f251dbaf268f0401d677fb86fc49f4de16b1fd2660298a74c4"
            },
            "downloads": -1,
            "filename": "Add_library-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "98bb5a0bc9b5a23dc18c8ab111682882",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2000,
            "upload_time": "2024-07-25T08:30:49",
            "upload_time_iso_8601": "2024-07-25T08:30:49.838563Z",
            "url": "https://files.pythonhosted.org/packages/cd/06/b5bab166cb75e6745eadb71d92dba88acd1bdfcb3bebb65b2d90e49fbf5f/Add_library-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-25 08:30:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "add-library"
}
        
Elapsed time: 0.69266s