{ "info": { "author": "Anthony O'Brien", "author_email": "bftm@permil.org", "bugtrack_url": null, "classifiers": [], "description": "=======\nRandOrg\n=======\n\nA Python Interface to the `Random.org `_ web service. \nProvides a python wrapper to the following Random.org API calls:\n\n- INTEGERS\n- SEQUENCE\n- STRING\n- QUOTA\n\nSee below for usage examples.\n\n\nDEPENDENCIES\n------------\n* Numpy\n\nThis is known to work using IPython (v0.13) and Python (2.7.3).\n\n\nINSTALLATION\n------------\nInstall with pip by running:\n\n\tpip install randorg\n\t\nSee below for usage examples.\n\n\nUSAGE EXAMPLES\n--------------\n\nThe package can be used as follows:\n\n.. code:: python\n\t\n\timport randomorg as ro\n\t\n\t# Generate 5 integers between 1 and 100\n\tro.integers(5, minimum=1, maximum=100, base=10)\n\t\n\t# Generate a random sequence of integers between 1 and 10\n\tro.sequence(minimum=1, maximum=10)\n\t\n\t# Generate 5 unique strings (e.g. passwords) of 10 characters each\n\tro.string(num=5, length=10, digits=True, upper=True, \n\t\t\t\tlower=True, unique=True)\n\t\n\t# Check your quota\n\tro.quota()\n\t\n\nThat pretty much sums up the functions included in the random.org api. More information on the random.org api can be found `here `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/asobrien/randomOrg", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "RandOrg", "package_url": "https://pypi.org/project/RandOrg/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/RandOrg/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/asobrien/randomOrg" }, "release_url": "https://pypi.org/project/RandOrg/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A Python wrapper to the Random.Org service.", "version": "0.1.0" }, "last_serial": 822258, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bf6136bf641b842905a7632196d66d8c", "sha256": "6224b7e32cf67b2d07823003c174818defe1da725069da1a9ff50842bd1304a5" }, "downloads": -1, "filename": "RandOrg-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bf6136bf641b842905a7632196d66d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3354, "upload_time": "2013-07-22T14:35:56", "url": "https://files.pythonhosted.org/packages/2b/0d/6d6b77056fa6e9adee2c8c95155ddbd884e3285e9aa9a70428315edf4dac/RandOrg-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf6136bf641b842905a7632196d66d8c", "sha256": "6224b7e32cf67b2d07823003c174818defe1da725069da1a9ff50842bd1304a5" }, "downloads": -1, "filename": "RandOrg-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bf6136bf641b842905a7632196d66d8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3354, "upload_time": "2013-07-22T14:35:56", "url": "https://files.pythonhosted.org/packages/2b/0d/6d6b77056fa6e9adee2c8c95155ddbd884e3285e9aa9a70428315edf4dac/RandOrg-0.1.0.tar.gz" } ] }