{ "info": { "author": "Severin Bannert", "author_email": "severin.bannert@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "Programming Language :: C", "Topic :: Scientific/Engineering :: Mathematics" ], "description": "==========================================\nPysieve -- fast prime factoring for python\n==========================================\n\nPysieve is a simple wrapper of the msieve prime factorization library.\nIt basically gives you a fast factor command and some utilities.\n\nFor now it is only tested on OSX with python 2.6 and msieve146 but it\nshould work on Linux as well. It assumes that the msieve library is\ninstalled in a standard location (i.e /usr/local/lib, /usr/lib or on\nOSX with macports /opt/local/lib)\n\nFunctions in the package\n========================\n\n* factor(n): returns a list of the prime factors of n\n\n* dfactor(n): returns a list of distinct prime factors of n (no\n duplicates)\n\n* facExponents(n): returns a list of tuples, each containing a prime\n factor of n and its exponent\n\nTODO \n==== \n* _pysieve is installed as seperate package. I somehow can't\n\tdefine it to be a subpackage of pysieve (like pysieve._pysieve)\n\n\nCredits\n=======\n\nThe msieve library can be downloaded at\nhttp://sourceforge.net/projects/msieve/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dansefatale/PySieve", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "PySieve", "package_url": "https://pypi.org/project/PySieve/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PySieve/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/dansefatale/PySieve" }, "release_url": "https://pypi.org/project/PySieve/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Fast prime factorization using the msieve library", "version": "0.5.1" }, "last_serial": 785368, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "c169077458c43464aefc1dc554acf1a6", "sha256": "70fca6ec3a65f8093bff07c85c8831a73f4a81bb4387f071742d50062ed349f5" }, "downloads": -1, "filename": "PySieve-0.5.0.tar.gz", "has_sig": false, "md5_digest": "c169077458c43464aefc1dc554acf1a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2975, "upload_time": "2010-09-03T16:20:11", "url": "https://files.pythonhosted.org/packages/9c/bf/bc4c0eb007f8ed89618f324735e4eb61577ae13383411be8bcdfd40bc717/PySieve-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "0e119b186bb9ccae96591495fa80eab7", "sha256": "45b458b8288b2e7a6214cacf28f138468ffbf6d0c7752b178c99d25e980e8b0a" }, "downloads": -1, "filename": "PySieve-0.5.1.tar.gz", "has_sig": false, "md5_digest": "0e119b186bb9ccae96591495fa80eab7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3090, "upload_time": "2010-09-03T16:29:17", "url": "https://files.pythonhosted.org/packages/6f/ca/eecc2f9cb943e7af753ce23acf150646833b9a5e0db2d3b0f169aed965e0/PySieve-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0e119b186bb9ccae96591495fa80eab7", "sha256": "45b458b8288b2e7a6214cacf28f138468ffbf6d0c7752b178c99d25e980e8b0a" }, "downloads": -1, "filename": "PySieve-0.5.1.tar.gz", "has_sig": false, "md5_digest": "0e119b186bb9ccae96591495fa80eab7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3090, "upload_time": "2010-09-03T16:29:17", "url": "https://files.pythonhosted.org/packages/6f/ca/eecc2f9cb943e7af753ce23acf150646833b9a5e0db2d3b0f169aed965e0/PySieve-0.5.1.tar.gz" } ] }