pyprimes


Namepyprimes JSON
Version 0.1 PyPI version JSON
download
home_pagehttp://pypi.python.org/pypi/pyprimes
SummaryGenerate and test for prime numbers.
upload_time2012-02-22 15:48:47
maintainerNone
docs_urlNone
authorSteven D'Aprano
requires_pythonNone
licenseMIT
keywords prime primes math maths algorithm fermat miller-rabin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Generate and test for prime numbers
-----------------------------------

Requires Python 2.5 or better.
            

Raw data

            {
    "_id": null,
    "home_page": "http://pypi.python.org/pypi/pyprimes",
    "name": "pyprimes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "prime,primes,math,maths,algorithm,fermat,miller-rabin",
    "author": "Steven D'Aprano",
    "author_email": "steve+python@pearwood.info",
    "download_url": "https://files.pythonhosted.org/packages/2c/56/7fdfee6a5912e6aa62e94ce3b17a20826e336f7fe9c62d30683221a1e68a/pyprimes-0.1.tar.gz",
    "platform": "UNKNOWN",
    "description": "Generate and test for prime numbers\n-----------------------------------\n\nRequires Python 2.5 or better.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generate and test for prime numbers.",
    "version": "0.1",
    "project_urls": {
        "Download": "UNKNOWN",
        "Homepage": "http://pypi.python.org/pypi/pyprimes"
    },
    "split_keywords": [
        "prime",
        "primes",
        "math",
        "maths",
        "algorithm",
        "fermat",
        "miller-rabin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9b2faf8a6cabdff08f3bcdf397698d98b011ed778ad7562ec2f3abd08bf5e06",
                "md5": "936a2e014390991ea110821f71425957",
                "sha256": "efe917fde52f55a2fe74db4421c9b6986d57387877024d48ea690c1081e0a73f"
            },
            "downloads": -1,
            "filename": "pyprimes-0.1.linux-i686.exe",
            "has_sig": false,
            "md5_digest": "936a2e014390991ea110821f71425957",
            "packagetype": "bdist_wininst",
            "python_version": "any",
            "requires_python": null,
            "size": 74050,
            "upload_time": "2012-02-22T15:48:50",
            "upload_time_iso_8601": "2012-02-22T15:48:50.748876Z",
            "url": "https://files.pythonhosted.org/packages/e9/b2/faf8a6cabdff08f3bcdf397698d98b011ed778ad7562ec2f3abd08bf5e06/pyprimes-0.1.linux-i686.exe",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c567fdfee6a5912e6aa62e94ce3b17a20826e336f7fe9c62d30683221a1e68a",
                "md5": "b8bff002f1d8b9a28d724b92a1a808a9",
                "sha256": "553b350f082160b0942add97fcab676cdf762afa66f7bfea5f4a03d08a5de4a9"
            },
            "downloads": -1,
            "filename": "pyprimes-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b8bff002f1d8b9a28d724b92a1a808a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13061,
            "upload_time": "2012-02-22T15:48:47",
            "upload_time_iso_8601": "2012-02-22T15:48:47.368559Z",
            "url": "https://files.pythonhosted.org/packages/2c/56/7fdfee6a5912e6aa62e94ce3b17a20826e336f7fe9c62d30683221a1e68a/pyprimes-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2012-02-22 15:48:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyprimes"
}
        
Elapsed time: 0.67420s