{ "info": { "author": "Anupam Kumar", "author_email": "anupam2221@yahoo.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "# isprime\r\nprime or not in O(1) after preprocessing.\r\nsample-\r\n\r\nfrom isprime import * \r\n\r\n\r\nakpprocess(20) #range\r\n\r\n\r\n\r\nprint isprime(11) #bool\r\n\r\n\r\n#done", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anupam2221/isprime", "keywords": "prime number or not in O(1)", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "isprime", "package_url": "https://pypi.org/project/isprime/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/isprime/", "project_urls": { "Homepage": "https://github.com/anupam2221/isprime" }, "release_url": "https://pypi.org/project/isprime/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "prime or not in O(1) after preprocessing", "version": "1.0.0" }, "last_serial": 2938834, "releases": { "1.0.0": [] }, "urls": [] }