suprasupromath


Namesuprasupromath JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryA super simple math utility package for example purposes.
upload_time2025-07-28 16:30:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords math example tutorial
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Super Math

A super simple math utility package.

## Installation
```bash
pip install super-math
```

## Usage
```python
from super_math import add
result = add(5, 3)
print(result) # Output: 8
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "suprasupromath",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "math, example, tutorial",
    "author": null,
    "author_email": "skeptofox <skeptofox@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d3/ec/71c9593d4a8743028809a4fa90a6a29fe545b85b0f19d31f9ea7263b782d/suprasupromath-0.0.1.tar.gz",
    "platform": null,
    "description": "# Super Math\r\n\r\nA super simple math utility package.\r\n\r\n## Installation\r\n```bash\r\npip install super-math\r\n```\r\n\r\n## Usage\r\n```python\r\nfrom super_math import add\r\nresult = add(5, 3)\r\nprint(result) # Output: 8\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A super simple math utility package for example purposes.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/skeptofox/suprasupromath",
        "Issues": "https://github.com/skeptofox/suprasupromath/issues"
    },
    "split_keywords": [
        "math",
        " example",
        " tutorial"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d9f443528c5dae04c6cb21c12c1e4eab9e2c7ed6207d19dfd1c555ca710d1ee5",
                "md5": "e6aac000767909d816c5fa5913280058",
                "sha256": "d047eaa2c2261e86c465e7bf13fc7182cf6b7cc500389914435bd373fd1c6e4a"
            },
            "downloads": -1,
            "filename": "suprasupromath-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e6aac000767909d816c5fa5913280058",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2697,
            "upload_time": "2025-07-28T16:30:06",
            "upload_time_iso_8601": "2025-07-28T16:30:06.955807Z",
            "url": "https://files.pythonhosted.org/packages/d9/f4/43528c5dae04c6cb21c12c1e4eab9e2c7ed6207d19dfd1c555ca710d1ee5/suprasupromath-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d3ec71c9593d4a8743028809a4fa90a6a29fe545b85b0f19d31f9ea7263b782d",
                "md5": "a557d4f8091a6690f58e1e1ab7e4234c",
                "sha256": "f91984aad96e355b6bda46ea544251390d0c9cdd74a08839151d260694ae313a"
            },
            "downloads": -1,
            "filename": "suprasupromath-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a557d4f8091a6690f58e1e1ab7e4234c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2272,
            "upload_time": "2025-07-28T16:30:08",
            "upload_time_iso_8601": "2025-07-28T16:30:08.133273Z",
            "url": "https://files.pythonhosted.org/packages/d3/ec/71c9593d4a8743028809a4fa90a6a29fe545b85b0f19d31f9ea7263b782d/suprasupromath-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 16:30:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "skeptofox",
    "github_project": "suprasupromath",
    "github_not_found": true,
    "lcname": "suprasupromath"
}
        
Elapsed time: 1.90269s