pcprimefinder


Namepcprimefinder JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummarySpark sql rules for databricks
upload_time2023-01-25 13:04:50
maintainer
docs_urlNone
authorPrathamesh Chavan
requires_python
licenseMIT
keywords prime maths
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a library to find if a number is prime.
It takes O(n^1/2) time complexity as compared to O(n) in common method

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

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

0.0.2 (24/01/2023)
--------------------
- Second Release
- changed package structure

0.0.3 (24/01/2023)
--------------------
- Added rule functions from notebook

0.1.0 (25/01/2023)
---------------------
- Demo rules added to run on notebooks



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pcprimefinder",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "prime,maths",
    "author": "Prathamesh Chavan",
    "author_email": "pratham.chavan28@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/d4/9d1baa8e01899b10b1d1892ab6e1ad1803fd7ea4a5a78cf761906904bd3c/pcprimefinder-0.1.1.tar.gz",
    "platform": null,
    "description": "This is a library to find if a number is prime.\nIt takes O(n^1/2) time complexity as compared to O(n) in common method\n\nChange Log\n==========\n\n0.0.1 (23/01/2023)\n--------------------\n- First Release\n\n0.0.2 (24/01/2023)\n--------------------\n- Second Release\n- changed package structure\n\n0.0.3 (24/01/2023)\n--------------------\n- Added rule functions from notebook\n\n0.1.0 (25/01/2023)\n---------------------\n- Demo rules added to run on notebooks\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Spark sql rules for databricks",
    "version": "0.1.1",
    "split_keywords": [
        "prime",
        "maths"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84d49d1baa8e01899b10b1d1892ab6e1ad1803fd7ea4a5a78cf761906904bd3c",
                "md5": "fce44256778022337713d41a131e1e6c",
                "sha256": "81dec095fc8a794fce925065a04aae57822de33391b781dfc01481d25236adbd"
            },
            "downloads": -1,
            "filename": "pcprimefinder-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fce44256778022337713d41a131e1e6c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5197628,
            "upload_time": "2023-01-25T13:04:50",
            "upload_time_iso_8601": "2023-01-25T13:04:50.125126Z",
            "url": "https://files.pythonhosted.org/packages/84/d4/9d1baa8e01899b10b1d1892ab6e1ad1803fd7ea4a5a78cf761906904bd3c/pcprimefinder-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-25 13:04:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pcprimefinder"
}
        
Elapsed time: 0.03199s