arithmetic-package


Namearithmetic-package JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/arithmetic-package
SummaryA simple package for basic arithmetic operations using functions
upload_time2024-05-22 13:28:32
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Arithmetic Package
 A simple python package for basic arithmetic operations.

 ## installation

 ```sh
 pip install arithmetic-package

```
## Usage

```python
from arithmetic import add, subtract, multiply

print(add(1,2)) # prints 3
print(subtract(4,6)) # prints 10
print(multiply(2,3)) # prints 6





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/arithmetic-package",
    "name": "arithmetic-package",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/4a/31/b4cfefb736e83e488558d2245271ebbec8faed71b6b3c00a0e23a69c904e/arithmetic-package-0.1.tar.gz",
    "platform": null,
    "description": "# Arithmetic Package\r\n A simple python package for basic arithmetic operations.\r\n\r\n ## installation\r\n\r\n ```sh\r\n pip install arithmetic-package\r\n\r\n```\r\n## Usage\r\n\r\n```python\r\nfrom arithmetic import add, subtract, multiply\r\n\r\nprint(add(1,2)) # prints 3\r\nprint(subtract(4,6)) # prints 10\r\nprint(multiply(2,3)) # prints 6\r\n\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple package for basic arithmetic operations using functions",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/arithmetic-package"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5b693894fffaa1eade6cf8f1c8665d37ccf7357965a06c4619ba43676b3feec",
                "md5": "cec9b80d6e75374755057976e9dfca08",
                "sha256": "a9f01125613ede218c204770e78a5339682058165133c65270d9e7454e53d781"
            },
            "downloads": -1,
            "filename": "arithmetic_package-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cec9b80d6e75374755057976e9dfca08",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2719,
            "upload_time": "2024-05-22T13:28:29",
            "upload_time_iso_8601": "2024-05-22T13:28:29.618214Z",
            "url": "https://files.pythonhosted.org/packages/c5/b6/93894fffaa1eade6cf8f1c8665d37ccf7357965a06c4619ba43676b3feec/arithmetic_package-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a31b4cfefb736e83e488558d2245271ebbec8faed71b6b3c00a0e23a69c904e",
                "md5": "459184e3cbbf6524ad8a2856c4534704",
                "sha256": "bd22f40bb63ea6246132f80239c204e79fa4784d7ef0e8816a96b2191f1abfbf"
            },
            "downloads": -1,
            "filename": "arithmetic-package-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "459184e3cbbf6524ad8a2856c4534704",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1535,
            "upload_time": "2024-05-22T13:28:32",
            "upload_time_iso_8601": "2024-05-22T13:28:32.941179Z",
            "url": "https://files.pythonhosted.org/packages/4a/31/b4cfefb736e83e488558d2245271ebbec8faed71b6b3c00a0e23a69c904e/arithmetic-package-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-22 13:28:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "arithmetic-package",
    "github_not_found": true,
    "lcname": "arithmetic-package"
}
        
Elapsed time: 0.23351s