smoothmath


Namesmoothmath JSON
Version 1.0.5 PyPI version JSON
download
home_pageNone
SummaryA python package that makes math... smooth!
upload_time2024-08-17 15:12:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SmoothMath

The smoothest math package!

## How to install:

To install this package, run ```pip install smoothmath```

## Tutorial

Some things that this package includes is the add & subtract function. Here's an example of the add:

```
import smoothmath as sm

print(sm.add(4, 2)) #result is 6
```

And to subtract, it's as easy as

```
import smoothmath as sm

print(sm.subtract(4, 2)) #result is 2
```

### For the full documentation, please visit https://qloha.github.io/smoothmath

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "smoothmath",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "qloha <sirfigaloha@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/54/6e/927db974dc40d9fe4a9e763d8cce31c2611fc53c2efb84e2c35ed7a548e7/smoothmath-1.0.5.tar.gz",
    "platform": null,
    "description": "# SmoothMath\r\n\r\nThe smoothest math package!\r\n\r\n## How to install:\r\n\r\nTo install this package, run ```pip install smoothmath```\r\n\r\n## Tutorial\r\n\r\nSome things that this package includes is the add & subtract function. Here's an example of the add:\r\n\r\n```\r\nimport smoothmath as sm\r\n\r\nprint(sm.add(4, 2)) #result is 6\r\n```\r\n\r\nAnd to subtract, it's as easy as\r\n\r\n```\r\nimport smoothmath as sm\r\n\r\nprint(sm.subtract(4, 2)) #result is 2\r\n```\r\n\r\n### For the full documentation, please visit https://qloha.github.io/smoothmath\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A python package that makes math... smooth!",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/qloha/smoothmath",
        "Issues": "https://github.com/qloha/smoothmath/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7ed565633b9225a32ffbbaf10bb9b43965c6c044d0d992451618bf6a57f3444",
                "md5": "c48731a7f56aa5e59781f800f63d6eb4",
                "sha256": "13721ac5cf65fe5b4fa0db6a32d7a2289a074587f15feaa227ff78fee95baf28"
            },
            "downloads": -1,
            "filename": "smoothmath-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c48731a7f56aa5e59781f800f63d6eb4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3626,
            "upload_time": "2024-08-17T15:12:56",
            "upload_time_iso_8601": "2024-08-17T15:12:56.173592Z",
            "url": "https://files.pythonhosted.org/packages/c7/ed/565633b9225a32ffbbaf10bb9b43965c6c044d0d992451618bf6a57f3444/smoothmath-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "546e927db974dc40d9fe4a9e763d8cce31c2611fc53c2efb84e2c35ed7a548e7",
                "md5": "052a2fa070b6a481f2b6a881bf90b94d",
                "sha256": "7ea660ae3cd5efb9130cb3cfd7b499638a7c1915f014f852122cbabb6cf88f7b"
            },
            "downloads": -1,
            "filename": "smoothmath-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "052a2fa070b6a481f2b6a881bf90b94d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2919,
            "upload_time": "2024-08-17T15:12:57",
            "upload_time_iso_8601": "2024-08-17T15:12:57.366231Z",
            "url": "https://files.pythonhosted.org/packages/54/6e/927db974dc40d9fe4a9e763d8cce31c2611fc53c2efb84e2c35ed7a548e7/smoothmath-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-17 15:12:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "qloha",
    "github_project": "smoothmath",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "smoothmath"
}
        
Elapsed time: 0.66163s