{ "info": { "author": "yassu", "author_email": "mathyassu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: Freeware", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==============\nRandomGetter\n==============\n\n.. image:: https://travis-ci.org/yassu/RandomGetter.svg?branch=master\n\nThis project provides a tools for getting various format or kind Random Value.\n\nHow to Install\n================\n\n::\n\n $ pip install RandomGetter\n\nor\n\n::\n\n $ git clone https://github.com/RandomGetter\n $ cd RandomGetter\n $ python install setup.py\n\nUsage\n=======\n\n::\n\n $ random_getter.py [option]\n\nNote that no arguments are required.\n\nFor example,\n\n::\n\n $ random_getter.py -f \"([double], [str])\"\n (-690.8986415091822, _m_c)\n $ random_getter.py -f \"([int-10:10], [double:3])\"\n (0, -5363.877296867747)\n $ random_getter.py\n -1603\n\nOptions\n=========\n\nIn default, length of random values is 4 and type of random values is `int`.\n\nThis means that in default, this program occurs `int` object such that -10**4 <\nrandom number < 10**4.\n\n* `--int`: occur `int` random value\n* `--str`: occur `str` random value\n* `--double`: occur `double` random value\n* `-n, --number`: indicate number of random values\n* `-l, --length`: indicate length of random values\n* `--min`: indicate default minimal value\n* `--max`: indicate default maximal value\n* `--min-int`: indicate minimal value of random int values\n* `--max-int`: indicate maximal value of random int values\n* `--min-double`: indicate minimal value of random double values\n* `--max-double`: indicate maximal value of random double values\n* `-f, --format`: indicate format of occured random values\n\nFormat\n========\n\n::\n\n $ random_getter.py -f \"([int], [double])\"\n (568, 5079.63840808)\n $ random_getter.py -f \"[int1000]\"\n 2288\n $ random_getter.py -f \"[int:0]\"\n -2656\n $ random_getter.py -f \"[int-100:100]\"\n 45\n\nFormat is a string which embed \"format-element\".\n\n\"format-element\" is one of following style:\n\n* `[{type}]`: random `{type}` value\n* `[{type}{min}]`: random `{type}` value more than or equal to `{min}`\n* `[{type}:{max}]`: random `{type}` value less than or equal to `{max}`\n* `[{type}{min}:{max}]`: random `{type}` value less than or equal to `{max}` and more than or equal to `{min}`\n\nLicense\n=========\n\nApache License 2.0", "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/yassu/RandomGetter", "keywords": null, "license": "Released Under the Apache license\nhttps://github.com/yassu/RandomGetter", "maintainer": null, "maintainer_email": null, "name": "RandomGetter", "package_url": "https://pypi.org/project/RandomGetter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/RandomGetter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/yassu/RandomGetter" }, "release_url": "https://pypi.org/project/RandomGetter/0.0.8/", "requires_dist": null, "requires_python": null, "summary": "This project provides a tools for getting various format or kind Random Value.", "version": "0.0.8" }, "last_serial": 1772693, "releases": { "0.0.7": [ { "comment_text": "", "digests": { "md5": "66981366b0767d03c39a09abb91a7bae", "sha256": "401ce56bd3b65bacccbad9d1e9447e7ded0eebf5c00dcdc2200570638cdba1e9" }, "downloads": -1, "filename": "RandomGetter-0.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "66981366b0767d03c39a09abb91a7bae", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 8592, "upload_time": "2015-10-16T19:03:43", "url": "https://files.pythonhosted.org/packages/d7/44/3014a5ad2e14a7358e32f6b02bb2def5b11a5d6d728ecac7fad464d234fe/RandomGetter-0.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9cadc5ba783e283b5f9a138037ff726d", "sha256": "1c9d0df42fe99d00c701663f5aec7b94994e32f2eb7f4834a4340d114d706554" }, "downloads": -1, "filename": "RandomGetter-0.0.7.tar.gz", "has_sig": false, "md5_digest": "9cadc5ba783e283b5f9a138037ff726d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4072, "upload_time": "2015-10-16T19:03:12", "url": "https://files.pythonhosted.org/packages/22/a9/fcc04123dbf400b7641afa1ac60fa8baa91417f65b90204209720acf4eab/RandomGetter-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "7b4cd81bab63ba6f43a54eb9a40b024c", "sha256": "2b142f9a8959cfaa28ffea35117e1e23eec91d389a9823f0ae787b517777850e" }, "downloads": -1, "filename": "RandomGetter-0.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7b4cd81bab63ba6f43a54eb9a40b024c", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 8908, "upload_time": "2015-10-17T01:27:33", "url": "https://files.pythonhosted.org/packages/cc/7f/1386cd4ea9a74a287fb8c5d2f44eee8cb6ede667fa99d0738c84441e54b5/RandomGetter-0.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "034586a3ddd9d1182e1d7cb55f4f3ea9", "sha256": "e77a73150d8aca86499bdae70f92af100f258c9673f6e7adba62254c8f66cfac" }, "downloads": -1, "filename": "RandomGetter-0.0.8.tar.gz", "has_sig": false, "md5_digest": "034586a3ddd9d1182e1d7cb55f4f3ea9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4202, "upload_time": "2015-10-17T01:27:27", "url": "https://files.pythonhosted.org/packages/fe/4c/962d19eacd2d63f2972998403ff8a3e54cb4057fc14cb393021d51767d39/RandomGetter-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7b4cd81bab63ba6f43a54eb9a40b024c", "sha256": "2b142f9a8959cfaa28ffea35117e1e23eec91d389a9823f0ae787b517777850e" }, "downloads": -1, "filename": "RandomGetter-0.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7b4cd81bab63ba6f43a54eb9a40b024c", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 8908, "upload_time": "2015-10-17T01:27:33", "url": "https://files.pythonhosted.org/packages/cc/7f/1386cd4ea9a74a287fb8c5d2f44eee8cb6ede667fa99d0738c84441e54b5/RandomGetter-0.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "034586a3ddd9d1182e1d7cb55f4f3ea9", "sha256": "e77a73150d8aca86499bdae70f92af100f258c9673f6e7adba62254c8f66cfac" }, "downloads": -1, "filename": "RandomGetter-0.0.8.tar.gz", "has_sig": false, "md5_digest": "034586a3ddd9d1182e1d7cb55f4f3ea9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4202, "upload_time": "2015-10-17T01:27:27", "url": "https://files.pythonhosted.org/packages/fe/4c/962d19eacd2d63f2972998403ff8a3e54cb4057fc14cb393021d51767d39/RandomGetter-0.0.8.tar.gz" } ] }