artextest


Nameartextest JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryOne function that gets the greatest common divisor between two numbers.
upload_time2023-01-02 04:45:46
maintainer
docs_urlNone
authorArwen Terpstra
requires_python
license
keywords algorithm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a simple library with just a single algorithm that gets the greatest common divisor between two given numbers.

Function:
getGCD(m, n)

Example:
```print(getGCD(166,44))```

Output:
```2```

Change Log
==========

0.0.1 (2023/01/02)
------------------
First Release

0.0.2 (2023/01/02)
------------------
Second Release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "artextest",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "algorithm",
    "author": "Arwen Terpstra",
    "author_email": "arwenterpstra1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5a/fe/291262a050f1e1581ad441bc5a5e2b651dc5f63fab3ce9a2a2a708823811/artextest-0.0.2.tar.gz",
    "platform": null,
    "description": "This is a simple library with just a single algorithm that gets the greatest common divisor between two given numbers.\r\n\r\nFunction:\r\ngetGCD(m, n)\r\n\r\nExample:\r\n```print(getGCD(166,44))```\r\n\r\nOutput:\r\n```2```\r\n\r\nChange Log\r\n==========\r\n\r\n0.0.1 (2023/01/02)\r\n------------------\r\nFirst Release\r\n\r\n0.0.2 (2023/01/02)\r\n------------------\r\nSecond Release\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "One function that gets the greatest common divisor between two numbers.",
    "version": "0.0.2",
    "split_keywords": [
        "algorithm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "2c516f9da963f80ab4fad25ecea7b6d2",
                "sha256": "0b03b71a13c775b92195053091d3a49715d78364fdd25a86f5081d723d277fd0"
            },
            "downloads": -1,
            "filename": "artextest-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2c516f9da963f80ab4fad25ecea7b6d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2451,
            "upload_time": "2023-01-02T04:45:46",
            "upload_time_iso_8601": "2023-01-02T04:45:46.764494Z",
            "url": "https://files.pythonhosted.org/packages/5a/fe/291262a050f1e1581ad441bc5a5e2b651dc5f63fab3ce9a2a2a708823811/artextest-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-02 04:45:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "artextest"
}
        
Elapsed time: 0.02370s