{ "info": { "author": "Justin Hammond", "author_email": "justin@roaet.com", "bugtrack_url": null, "classifiers": [], "description": "#pydiecalc\n\n[![Build Status](https://travis-ci.org/roaet/pydiecalc.svg?branch=master)](https://travis-ci.org/roaet/pydiecalc)\n\n##Installation\n\n`pip install pydiecalc`\n\n##Usage\n\n###As a CLI\n\nTo run the pydiecalc library as an interactive CLI you run the application\nwithout arguments:\n\n`pydiecalc`\n\n###From the Command Line\n\nTo run the pydiecalc library from the command line you run the application with\narguments that will be parsed:\n\n`pydiecalc 1d6 + 10`\n\n###As a library\n\nTo use pydiecalc as a library you need to import it and then handle the output:\n\n```\nimport pydiecalc\n\nresult, rolls = pydiecalc.roll('1d6 + 10')\n```\n\n`pydiecalc.roll` will raise `CaughtRollParsingError` if the parsing fails.", "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/roaet/pydiecalc", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pydiecalc", "package_url": "https://pypi.org/project/pydiecalc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pydiecalc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/roaet/pydiecalc" }, "release_url": "https://pypi.org/project/pydiecalc/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "python RPG Dice Parser and calculator", "version": "0.1.3" }, "last_serial": 2087473, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f6f38fedde7796e69dda3d791b8ac707", "sha256": "807be536a038fd0edfd3ab11478ab28e17540b7aaf1044b37ac73e220157dc16" }, "downloads": -1, "filename": "pydiecalc-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f6f38fedde7796e69dda3d791b8ac707", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4123, "upload_time": "2016-04-10T19:02:37", "url": "https://files.pythonhosted.org/packages/a2/f8/28d578efa9b0874f098e734a5bb0a1d3db49e3f3c5a9e38b71e36cf447e4/pydiecalc-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5780cd604bbdfe63389640fc44323bd7", "sha256": "65fb42ab4f72a9047b848474da3e81f22510343f662d62f9d0e261fb8e891f8d" }, "downloads": -1, "filename": "pydiecalc-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5780cd604bbdfe63389640fc44323bd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4124, "upload_time": "2016-04-19T18:57:52", "url": "https://files.pythonhosted.org/packages/bc/6d/7b863f492d24c9d79dfa402240f89a3d157770e971a3adbc7c84913b8a8d/pydiecalc-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c5c9e902000d81e0efcc0387301095b3", "sha256": "557d9df284da5268a5fe3887fb3b972f2b5f75df86bcfc9fa168328af0497118" }, "downloads": -1, "filename": "pydiecalc-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c5c9e902000d81e0efcc0387301095b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4212, "upload_time": "2016-04-27T19:32:59", "url": "https://files.pythonhosted.org/packages/68/72/d757d67a845191a32bd2690eba042d462483af88729d08688e6d543c395a/pydiecalc-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "d42d2fc476e6fe526c19146f5bb4c258", "sha256": "e70bef1dc51cce9badbfbf897d6c747c289ed6959a7e373504921743521a0200" }, "downloads": -1, "filename": "pydiecalc-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d42d2fc476e6fe526c19146f5bb4c258", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4272, "upload_time": "2016-04-27T19:56:36", "url": "https://files.pythonhosted.org/packages/c3/1e/776336edfd5ac694093e3438b40a3e4e0007122819250619a7426efd0fb8/pydiecalc-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d42d2fc476e6fe526c19146f5bb4c258", "sha256": "e70bef1dc51cce9badbfbf897d6c747c289ed6959a7e373504921743521a0200" }, "downloads": -1, "filename": "pydiecalc-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d42d2fc476e6fe526c19146f5bb4c258", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4272, "upload_time": "2016-04-27T19:56:36", "url": "https://files.pythonhosted.org/packages/c3/1e/776336edfd5ac694093e3438b40a3e4e0007122819250619a7426efd0fb8/pydiecalc-0.1.3.tar.gz" } ] }