mathwizard


Namemathwizard JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/eldareliyev/mathwizard
SummaryA simple math utility library
upload_time2025-10-13 11:36:19
maintainerNone
docs_urlNone
authorEldar Eliyev
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MathWizard

A simple Python library for basic math operations.

## Functions
- add(a, b)
- subtract(a, b)
- multiply(a, b)
- divide(a, b)
- factorial(n)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eldareliyev/mathwizard",
    "name": "mathwizard",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Eldar Eliyev",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/63/b5/097ec16413687278e5c52c3572970e130b892c1240e8ed694cc32ea31200/mathwizard-0.1.0.tar.gz",
    "platform": "any",
    "description": "# MathWizard\r\n\r\nA simple Python library for basic math operations.\r\n\r\n## Functions\r\n- add(a, b)\r\n- subtract(a, b)\r\n- multiply(a, b)\r\n- divide(a, b)\r\n- factorial(n)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple math utility library",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/eldareliyev/mathwizard"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4e2d8012ce4b86d248b04bb1ac5dc2377e4cb97665b744aad1a588065cb3c5e5",
                "md5": "8531727fc0198fec9b193aba469e9365",
                "sha256": "0e5a10532c60e3c27f9c33e72348ebf6be62df6a47d34c74f9252466d11d1b26"
            },
            "downloads": -1,
            "filename": "mathwizard-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8531727fc0198fec9b193aba469e9365",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1273,
            "upload_time": "2025-10-13T11:36:13",
            "upload_time_iso_8601": "2025-10-13T11:36:13.953879Z",
            "url": "https://files.pythonhosted.org/packages/4e/2d/8012ce4b86d248b04bb1ac5dc2377e4cb97665b744aad1a588065cb3c5e5/mathwizard-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63b5097ec16413687278e5c52c3572970e130b892c1240e8ed694cc32ea31200",
                "md5": "d3a8e4a48652e3bee3d79939b0ae32f3",
                "sha256": "1ff2138ba28897bbc8927ae4d66efc4ee0bd74a22aa0020d442993c88f5e3857"
            },
            "downloads": -1,
            "filename": "mathwizard-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d3a8e4a48652e3bee3d79939b0ae32f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1280,
            "upload_time": "2025-10-13T11:36:19",
            "upload_time_iso_8601": "2025-10-13T11:36:19.021613Z",
            "url": "https://files.pythonhosted.org/packages/63/b5/097ec16413687278e5c52c3572970e130b892c1240e8ed694cc32ea31200/mathwizard-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-13 11:36:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eldareliyev",
    "github_project": "mathwizard",
    "github_not_found": true,
    "lcname": "mathwizard"
}
        
Elapsed time: 2.37130s