{ "info": { "author": "dgw", "author_email": "sopel-wolfram@dgw.me", "bugtrack_url": null, "classifiers": [], "description": "Sopel Wolfram\\|Alpha module\n===========================\n\nWolfram\\|Alpha module for Sopel IRC bot framework\n\nRequirements\n------------\n\n* Sopel 6.x\n* wolframalpha 2.4+\n\nNote: Some features are unavailable when run with wolframalpha 2.4. Support for\nwolframalpha 2.4 is deprecated and will be removed in a future release. All bugs must\nbe reported against sopel-wolfram with wolframalpha 3.0+.\n\nInstallation\n------------\n\nThis package's full name is ``sopel-modules.wolfram`` and it is `listed on PyPI\n`_ under that identifier.\n\nThe only supported installation method is via ``pip``::\n\n pip install sopel-modules.wolfram\n\nUse ``pip3`` as appropriate for your Python environment.\n\nDevelopment versions can be installed from GitHub via ``pip`` also::\n\n pip install git+https://github.com/dgw/sopel-wolfram.git@master\n\nNote that ``pip`` does not keep track of packages obtained from sources outside of\nPyPI, so ``pip install --upgrade sopel-modules.wolfram`` will not work for GitHub\ninstallations. Instead, to upgrade to the latest code, do::\n\n pip install --upgrade git+https://github.com/dgw/sopel-wolfram.git@master\n\nConfiguration\n-------------\n\nRequired\n::::::::\n\nThe Wolfram\\|Alpha API requires a key to be added in the bot\u2019s config. Sign up for API\naccess at http://developer.wolframalpha.com/portal/apisignup.html and add the App ID\nto Sopel\u2019s configuration file:\n\n::\n\n [wolfram]\n app_id = yourappidgoeshere\n\nOptional\n::::::::\n\n* ``max_public``: the number of lines over which results will be sent in NOTICE instead of\n to the channel (default: 10)\n* ``units``: the measurements to use in results, ``metric`` or ``nonmetric`` (needs wolframalpha 3.0)\n\nUsage\n-----\n\n::\n\n .wa 2+2\n [W|A] 2+2 = 4\n\n .wa python language release date\n [W|A] Python | date introduced = 1991\n\n .wa airspeed velocity of an unladen swallow\n [W|A] estimated average cruising airspeed of an unladen European swallow\n = 25 mph (miles per hour)(asked, but not answered, about a general\n swallow in the 1975 film Monty Python and the Holy Grail)\n\nA Note About Reloading\n----------------------\n\nIn versions of sopel up to 6.5.0 (the last tested version), reloading a third-party module\ninstalled from pip, such as wolfram, results in duplicated output. This is `a known issue in\nsopel `_ and is being worked on.\n\n**Workaround:** After updating sopel-wolfram through pip, restart the bot at your earliest\nconvenience to enable the latest code.\n\nSupport\n-------\n\nHelp with installing or configuring the module is available by pinging either\n``dgw`` or ``maxpowa`` in ``#sopel`` on freenode. ``dgw`` is also available in\n``#Kaede`` on Rizon.\n\nBugs and feature requests can be `submitted `_\nto the GitHub issue tracker, preferably after first bringing them up on IRC.\n\n\nChangelog\n=========\n\nTicket numbers in changelog entries can be looked up by visiting\n``https://github.com/dgw/sopel-wolfram/issue/``\n\nsopel-wolfram v0.4.1 \"Kibou ni tsuite\"\n--------------------------------------\n\nThis release named in memory of LuckyNumber78, who changed lives every day simply\nby being her excitable, fun-loving self. She is missed by many.\n\nFixed:\n\n* ``max_public`` setting could cause errors because it was treated as a string (#21)\n\nsopel-wolfram v0.4.0 \"Mirai no kajitsu\"\n---------------------------------------\n\nAdded:\n\n* Support for wolframalpha 3.0 with transitional fallback to 2.4 (#11, #19; see README notes)\n* New configuration option ``max_public``, a number defining the maximum number of lines\n that can be sent without using NOTICEs. Default: 5 (#13)\n* New configuration option ``units``, to specify whether the API should return\n ``metric`` (default) or ``nonmetric`` measurements (#18; see #16)\n\nUpdated:\n\n* Threshold for using NOTICEs is now 5 lines, up from the previous default of 3\n\nFixed:\n\n* Non-ASCII text in output is no longer ``\\:encoded`` (#15)\n\nsopel-wolfram v0.3.1 \"Nusumareta kuchibiru\"\n-------------------------------------------\n\nUpdates:\n\n* Unicode-encode query to avoid UnicodeEncodeError on non-ASCII characters (#10)\n\nsopel-wolfram v0.3.0 \"So long!\"\n-------------------------------\n\nUpdates:\n\n* Results longer than 3 lines will be sent via NOTICE instead of flooding channels (#8)\n\nsopel-wolfram v0.2.1 \"Mae shika mukanee\"\n----------------------------------------\n\nUpdates:\n\n* Output now split into multiple messages when line breaks are present (#4)\n* Tell pip we do not want wolframalpha 3.0 yet (#6)\n\nsopel-wolfram v0.2.0 \"Miraibashi\"\n---------------------------------\n\nUpdates:\n\n* Try a lot harder to give useful output (#3)\n* Tell user to try again if an unspecified error occurs (empty error message)\n\nMeta:\n\n* Cleanup: PEP8 & unused imports\n* Refactor to make future addition of integration tests easier\n\nsopel-wolfram v0.1.2 \"Switch\"\n-----------------------------\n\nUpdates:\n\n* Shorten some error messages\n* Identify as \"[W|A]\" instead of \"[Wolfram]\" in output for brevity\n* Ensure all module output is prefixed\n* Add more examples to help output and README\n\nMeta:\n\n* README now includes installation instructions and where to get help/report bugs\n\nsopel-wolfram v0.1.1 \"Already\"\n------------------------------\n\nUpdates:\n\n* Now outputs error if app_id is missing (#1)\n\nMeta:\n\n* README reformatted (thanks @\\ `maxpowa `_)\n* Begin maintaining version history in NEWS file\n\n\nsopel-wolfram v0.1.0 \"Beginner\"\n-------------------------------\n\n* Initial release\n* Adopted from https://github.com/maxpowa/inumuta-modules/blob/e0b195c/wolfram.py with permission\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dgw/sopel-wolfram", "keywords": "", "license": "Eiffel Forum License, version 2", "maintainer": "", "maintainer_email": "", "name": "sopel-modules.wolfram", "package_url": "https://pypi.org/project/sopel-modules.wolfram/", "platform": "", "project_url": "https://pypi.org/project/sopel-modules.wolfram/", "project_urls": { "Homepage": "https://github.com/dgw/sopel-wolfram" }, "release_url": "https://pypi.org/project/sopel-modules.wolfram/0.4.1/", "requires_dist": [ "sopel (<7,>=6.0)", "wolframalpha (<4.0,>=2.4)" ], "requires_python": "", "summary": "Wolfram|Alpha module for Sopel IRC bot framework", "version": "0.4.1" }, "last_serial": 4995809, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ab6383f6ce2eb5582f15f9b540f8c451", "sha256": "88a119478ef86dbbedfb9bb97c9b9e0bebdf5b8ce973a6c6d20ef577f2df7134" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "ab6383f6ce2eb5582f15f9b540f8c451", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5096, "upload_time": "2016-03-21T06:52:44", "url": "https://files.pythonhosted.org/packages/c5/64/93b97d7255d8e0f898eb2eea6f13273d5dfdc1511b6ca56497bd7972191b/sopel_modules.wolfram-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7afd853673949e97824909371204b9c0", "sha256": "d385b4751390ceb8d9315e2b5cc9ab5dc3f954a612fac4609aad21cf61e4c00a" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7afd853673949e97824909371204b9c0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5097, "upload_time": "2016-03-21T06:52:49", "url": "https://files.pythonhosted.org/packages/7f/3f/b9858d25ddf93b43aaca7001a1eeaa7d91c58318e174891de283ca5f4531/sopel_modules.wolfram-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6df35d9855669fe36b8ab6b949642972", "sha256": "7dc2f7a3379f54b70332b5baca37da94027835ceb16bca507c1421c4ad7e3d02" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6df35d9855669fe36b8ab6b949642972", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5095, "upload_time": "2016-03-21T06:52:54", "url": "https://files.pythonhosted.org/packages/6d/a3/e1b688cb4fa37c7d0bc7bb3d7ce512e3fefcd90500e3bcce17d77bf3e8f2/sopel_modules.wolfram-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b62008a87f79da00c911675e21933ee9", "sha256": "7ec321dd7cbde96553402c8ece253e5d2c6e50e7187d067514b67d27d90cc2a2" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b62008a87f79da00c911675e21933ee9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3355, "upload_time": "2016-03-21T06:53:00", "url": "https://files.pythonhosted.org/packages/7c/7a/33c5bb688be3495f1e2161e52016dc21a87fa3dfe32e288d4d57b734cbab/sopel_modules.wolfram-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "886af059146c4ef757648b737d8dd740", "sha256": "b50b177c917a5a4eb17dd4b7ff5eb122846bebb9934c6293d3705318b8f6a5c6" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "886af059146c4ef757648b737d8dd740", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 5697, "upload_time": "2016-03-27T05:37:22", "url": "https://files.pythonhosted.org/packages/fe/0f/b0ba60b84c359dd0bf040d370917e673564a1ea5874ca8ecbf8aff23a870/sopel_modules.wolfram-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4674fdfb07ab0047818c983741d6e67d", "sha256": "78b738bc1215599e9655c4d693f555556f59d77445476623d8b5badc47f3befc" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4674fdfb07ab0047818c983741d6e67d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5700, "upload_time": "2016-03-27T05:37:27", "url": "https://files.pythonhosted.org/packages/b2/96/e7c66fa17bd9544b91d8fcd63cee06e104336ec581eab7e62e67b829e722/sopel_modules.wolfram-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eda8982fb073a1ded526d19f50bce323", "sha256": "1e487c6f974cc119bba4e1435d80ccd823a05c99e2a709c1a18ed392ee38d896" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "eda8982fb073a1ded526d19f50bce323", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5695, "upload_time": "2016-03-27T05:37:36", "url": "https://files.pythonhosted.org/packages/a1/06/59170606aa6aae38bf67ebe4a464058f922dad04d0e667f644511ef39e20/sopel_modules.wolfram-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "856c5bb9513ab1cfca97438ac133e1d6", "sha256": "e39d5820c5d66b466a695a3b7f7706ef2ab9fd33eceaacd81792d64e534a0346" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.1.tar.gz", "has_sig": false, "md5_digest": "856c5bb9513ab1cfca97438ac133e1d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3725, "upload_time": "2016-03-27T05:37:41", "url": "https://files.pythonhosted.org/packages/f5/64/6c10a3ba189ba429c3bac2541133c63cbea1be31b460756a8c9a65eddfbb/sopel_modules.wolfram-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "4ae277fb8ca281fc14971ee895eba53f", "sha256": "37067a53f627319f6c7ae7c62c0e9bacfd9c087e1c713a91c80c548b05bf5fc8" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "4ae277fb8ca281fc14971ee895eba53f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7195, "upload_time": "2016-04-03T05:03:51", "url": "https://files.pythonhosted.org/packages/ce/3c/4decdd65a25898c247b026187f1295ca7d8c73f82aa177ab220ad256744f/sopel_modules.wolfram-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc4b05f7623408a60635c0d547600e28", "sha256": "05750292e5f157d5ece49ae056474a29e17d01b79e6173dc9b9cb428f1e39e05" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fc4b05f7623408a60635c0d547600e28", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7200, "upload_time": "2016-04-03T05:04:00", "url": "https://files.pythonhosted.org/packages/93/e4/dc361feee47608b895fc29ac7142b0ab987204b2351a915dbf01e47fb574/sopel_modules.wolfram-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e1964c86f0c73c778a1c757602e9a53", "sha256": "ece007d7a97cc03cb425de734539d7de8c6ef4a80535fd6bf37d329a24c91482" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "4e1964c86f0c73c778a1c757602e9a53", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7197, "upload_time": "2016-04-03T05:04:17", "url": "https://files.pythonhosted.org/packages/83/38/95679cfbf3c42817934d9f5f4f58795eb9099b0b75cc5cae12bce217c5d3/sopel_modules.wolfram-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46fc6b44f2eb67b570455cf1935596ea", "sha256": "5325ddcb7e064f4ee07196b4e0cc8ea30cd218de9bb36db10e7396d7e1f0e481" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.2.tar.gz", "has_sig": false, "md5_digest": "46fc6b44f2eb67b570455cf1935596ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4700, "upload_time": "2016-04-03T05:04:27", "url": "https://files.pythonhosted.org/packages/3e/b2/6f58bc63064ea3994327614dfbf4f21fe0b878c72a21922f7e30ff4defb4/sopel_modules.wolfram-0.1.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "099e803d4d7fe46c1939ae9855c3c9f0", "sha256": "c606633cb340a73f72638aca65164fdca82349ea10e76d5aff94370e7ca5583e" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.1.2.zip", "has_sig": false, "md5_digest": "099e803d4d7fe46c1939ae9855c3c9f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10914, "upload_time": "2016-04-03T05:04:32", "url": "https://files.pythonhosted.org/packages/92/47/c8e1606e591ea7e34336d3a1e513d0642bd53ca91915657f28284c8b395a/sopel_modules.wolfram-0.1.2.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "a44ee2395bc2d1a2ef2abe76611400af", "sha256": "64f49dcd54bfbf264805f5960d63e088aad2de47438dd231b7a300aa2f33890b" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "a44ee2395bc2d1a2ef2abe76611400af", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7993, "upload_time": "2016-05-18T05:38:53", "url": "https://files.pythonhosted.org/packages/63/5d/6f995a6f654740f3278c7df0e97b584cfc69f1608d9cc0c732c9a9fcebd7/sopel_modules.wolfram-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6491e40684cb0c360ef238139765506f", "sha256": "93c2b1d63bda1aa860a9f1ee4b5f37b7a906586080fc80ea6a37dbf43034ba10" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6491e40684cb0c360ef238139765506f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7998, "upload_time": "2016-05-18T05:39:00", "url": "https://files.pythonhosted.org/packages/6a/0f/f41c885e889eb59c5d2e84307c0292ba4f6a6701542b9319d8126550079a/sopel_modules.wolfram-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8fa26ada4eec98fe0093bc35be8d9bd0", "sha256": "7896fa6b60525e03e00bdd4cd92ef60b038fc446154a26d8740c609aad29c46b" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8fa26ada4eec98fe0093bc35be8d9bd0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7994, "upload_time": "2016-05-18T05:39:10", "url": "https://files.pythonhosted.org/packages/2c/e3/659d8a40f09799e8d065640c31efa522421aaeb6b8389f64c815b4e269b6/sopel_modules.wolfram-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "93df5226f5f66ec009f70bc2ca81bf31", "sha256": "0948c585aa61ee75457ca94815bab9f78a4f511d1c25da41549df52a4405f69b" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.0.tar.gz", "has_sig": false, "md5_digest": "93df5226f5f66ec009f70bc2ca81bf31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5177, "upload_time": "2016-05-18T05:39:17", "url": "https://files.pythonhosted.org/packages/c1/57/2a26b32d0484c5a560f4d12c05b0b4b245eea4af569ebcaeb468ac59017d/sopel_modules.wolfram-0.2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "db52bdf95d18592378874dbe1a2cdf3d", "sha256": "8edd5a6db4f1ae72ba0d59fe39ea719d153a3133861a462b28a9c941ecde391d" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.0.zip", "has_sig": false, "md5_digest": "db52bdf95d18592378874dbe1a2cdf3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12111, "upload_time": "2016-05-18T05:39:28", "url": "https://files.pythonhosted.org/packages/5d/93/b72e811b53b1ec5f60064da55d89ce66421bb3cda4c9207ebb2359395227/sopel_modules.wolfram-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "985429968d842719dca6f95247de1bc3", "sha256": "c723741eb683a918e31e063ed2882d97ac07c739b95847ff961ce4cbb2014ec3" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "985429968d842719dca6f95247de1bc3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8169, "upload_time": "2016-09-11T07:17:47", "url": "https://files.pythonhosted.org/packages/a2/1f/bacd91423bd350382243b59178553e3549ce2d88b9503479216d5315b23a/sopel_modules.wolfram-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0a20bebf68a73dab60f0afa627f1b20d", "sha256": "e55bec91458c9fcd67124e3e34f03637b217b4055fcef604adf1d638ffd68c8f" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0a20bebf68a73dab60f0afa627f1b20d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8175, "upload_time": "2016-09-11T07:17:49", "url": "https://files.pythonhosted.org/packages/f5/b6/939d82290860f8d008ecc1975eb9abf68dd799b3e804d723c8b7e5b06e45/sopel_modules.wolfram-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca3126f7b360824a9a694fa6b8549828", "sha256": "17c6434508cb200f5b59128a78935657f64319fdf2285b9934cdd48201871451" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ca3126f7b360824a9a694fa6b8549828", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8167, "upload_time": "2016-09-11T07:17:51", "url": "https://files.pythonhosted.org/packages/35/ef/2c78c138939668e9323532788ef1bc2474cb83ba4d5a9b7d5d9fc8c4e050/sopel_modules.wolfram-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "384f9dc67ef698bc1d6936a8fab0cb1b", "sha256": "ee385d43dcdecbd29d8b64d20c023738494a96f2371193f67b1defe250b38787" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.1.tar.gz", "has_sig": false, "md5_digest": "384f9dc67ef698bc1d6936a8fab0cb1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5289, "upload_time": "2016-09-11T07:17:53", "url": "https://files.pythonhosted.org/packages/04/63/8c27d16ff72e205847975b80666a43d3520c3e04a52e44cf48c68620d409/sopel_modules.wolfram-0.2.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "1d5bbc9cd486a8d866cce508a94bdcf6", "sha256": "7806b1399bd20b4f2ba78178e7f51ce783f7e26ccb9fd574f928c750c81e6cff" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.2.1.zip", "has_sig": false, "md5_digest": "1d5bbc9cd486a8d866cce508a94bdcf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12375, "upload_time": "2016-09-11T07:17:56", "url": "https://files.pythonhosted.org/packages/bb/55/e01c0d23c14516b6159aa46e561e66e594045750c3f29c98c0cef2231122/sopel_modules.wolfram-0.2.1.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "bbe30722b1804c8b79bc6d91084611a2", "sha256": "eb65b8ecb97f1ea026d45b7d7117765ba54f6291f38a089f39fa3c583d640d6f" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.0-py2-none-any.whl", "has_sig": false, "md5_digest": "bbe30722b1804c8b79bc6d91084611a2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8341, "upload_time": "2016-10-22T05:06:27", "url": "https://files.pythonhosted.org/packages/e2/f1/a07dbc8259b06d6ae1fe1464f63d688cbdda873c3dfd17d2308b933f2871/sopel_modules.wolfram-0.3.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3746b57c7a077e9f48e01f1b77793e08", "sha256": "dd25160faa9f1b48c20a6d5227f3fe4041e52842b1047ebe5f5090c55d7fb29d" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3746b57c7a077e9f48e01f1b77793e08", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8348, "upload_time": "2016-10-22T05:06:29", "url": "https://files.pythonhosted.org/packages/00/0e/e4fe16979b99172fa05a83a0235af4ff69620596514964699efa56cd3f42/sopel_modules.wolfram-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "405817a2394273946b9df6141fd00692", "sha256": "0475a8e138b0ab89c185df5c287c7caebcab3e9002e4a00d528d4711f8760483" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "405817a2394273946b9df6141fd00692", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8349, "upload_time": "2016-10-22T05:06:31", "url": "https://files.pythonhosted.org/packages/62/2f/826eb5dec4b01a8a9c74384e5bbf9e8f5d6ae7ccd8fb2e63a5610c3be1a3/sopel_modules.wolfram-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb1b00dccf0c54b67e2109f021e49c9e", "sha256": "67916a1fcda4b8efb89d5aef3d0b9c4697543832e4932a29ad51ba71b64200f8" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.0.tar.gz", "has_sig": false, "md5_digest": "cb1b00dccf0c54b67e2109f021e49c9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5450, "upload_time": "2016-10-22T05:06:34", "url": "https://files.pythonhosted.org/packages/f7/e1/6154217c37d0c53448e1e59e7b77e30ff32a1f4c757abe4ae07be4a043cb/sopel_modules.wolfram-0.3.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "0f36fc4de0304226f133d7d7cae82a0d", "sha256": "51d2e78a2e90df6a789aacde5cda09c0b8828182087dc2b539a698093f963364" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.0.zip", "has_sig": false, "md5_digest": "0f36fc4de0304226f133d7d7cae82a0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12649, "upload_time": "2016-10-22T05:06:37", "url": "https://files.pythonhosted.org/packages/cf/08/f17e1a66005cf1087b4750dead0947ec75629c8480b2a8516a23127c3692/sopel_modules.wolfram-0.3.0.zip" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "38854416fb33c5f31ef76ac07a849b8b", "sha256": "54b175cd4d10389561a11ab60c83e9931d6afa2cee896b3d2201db300f9316dd" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.1-py2-none-any.whl", "has_sig": false, "md5_digest": "38854416fb33c5f31ef76ac07a849b8b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8493, "upload_time": "2016-12-30T08:33:04", "url": "https://files.pythonhosted.org/packages/62/27/6c3f7dbc406db497328c12b93fa0926ba3547639f18269c6b6a54218c9ef/sopel_modules.wolfram-0.3.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3b23cbc65b03186fd28fb530b464894e", "sha256": "50ee4cc27fa364bb4c42d3a54432c76c7171f0e4a226db6e59b7707aeeebc0ce" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3b23cbc65b03186fd28fb530b464894e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8495, "upload_time": "2016-12-30T08:33:06", "url": "https://files.pythonhosted.org/packages/4c/5f/7d25ff8bbd5956766de74a000c7398b86866b2fd00d8ec82b02fd5a10cd2/sopel_modules.wolfram-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ab18d35eb8038fa2caeca87bb91db4a", "sha256": "3d3b2c7a2907e8bf77490ee968d10f1e7821b6135b1ad082d5fb68e7bd6b9959" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9ab18d35eb8038fa2caeca87bb91db4a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8493, "upload_time": "2016-12-30T08:33:08", "url": "https://files.pythonhosted.org/packages/61/40/9d7b85ddabb0e20e2f596414bed02ee0f5e169130831ab68d2fcfad1eea0/sopel_modules.wolfram-0.3.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "850e8d2a7071a9c08c3fe6306c71ce93", "sha256": "3c906bff032f3ed2b12b978e1bc9d8a2a48b93f0d70487a93fa0f026dd3f4101" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.3.1.tar.gz", "has_sig": false, "md5_digest": "850e8d2a7071a9c08c3fe6306c71ce93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5595, "upload_time": "2016-12-30T08:33:10", "url": "https://files.pythonhosted.org/packages/b0/4f/72f6396e520dd0327551c3ca9f54244ade8bf08c1e5bb6f787799bdaa154/sopel_modules.wolfram-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "83acf149c7ef3aaa32d4ab1f4e880cd8", "sha256": "1f53f13861d77672a8709bb4f21b109645804c9b7575dd668dbe058e8b98eb8d" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.0-py2-none-any.whl", "has_sig": false, "md5_digest": "83acf149c7ef3aaa32d4ab1f4e880cd8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10153, "upload_time": "2017-07-18T06:12:13", "url": "https://files.pythonhosted.org/packages/e8/71/ac6cb35d003eba7151ea9fe300ea1969f44906722ab9087c91e7ef823655/sopel_modules.wolfram-0.4.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03a1bfec6601ac2a684d981280401ab9", "sha256": "e23713df8c19d5cb738a7199ad4da7ce68abc9479214efdeb6a2054b6444a6fd" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "03a1bfec6601ac2a684d981280401ab9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10158, "upload_time": "2017-07-18T06:12:15", "url": "https://files.pythonhosted.org/packages/77/96/6cdc46e74f916daa365a6c2c0e621f4f13af64e8100e999103f3900059eb/sopel_modules.wolfram-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45cb8f8e9d8632ce93fcdb183eeadd41", "sha256": "2a303261d1c49b277059d213c6fa1318175c1766df13379387c54115767c148b" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "45cb8f8e9d8632ce93fcdb183eeadd41", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10150, "upload_time": "2017-07-18T06:12:16", "url": "https://files.pythonhosted.org/packages/15/ab/0f07dd4e4e10f1b0d577049c18e883bcbbbcdeccdab75042001c1361fc97/sopel_modules.wolfram-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef087c3d067ef65cf2a65ea892c1a12b", "sha256": "7ed9b2ffdf44a0309b5c823ce998ad19bee77b783615773d6abffa2924826df1" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.0.tar.gz", "has_sig": false, "md5_digest": "ef087c3d067ef65cf2a65ea892c1a12b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6777, "upload_time": "2017-07-18T06:12:18", "url": "https://files.pythonhosted.org/packages/43/c6/21162b2808b2144ddd6db7755a87d64298ab471f8ccc6e8d7892cb874d15/sopel_modules.wolfram-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "c5c052bb543d4d58b154605a95d0633d", "sha256": "55009fb2ff5619ba63d400c9122ec9283d5c3ff138d4885b0967e38f8b57ec8f" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c5c052bb543d4d58b154605a95d0633d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10360, "upload_time": "2018-01-01T03:57:34", "url": "https://files.pythonhosted.org/packages/3d/36/89f7a1ae9c3b3fdab9207c198a52aa36b45b96535cabedeeb4e82b08b1ec/sopel_modules.wolfram-0.4.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f9a1f3d79e2b5b0ad8970239e8a6d08c", "sha256": "584a3efa9acd71caabbc692c4742353dbd6fede20b2cdf572778f92e49a7c7af" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9a1f3d79e2b5b0ad8970239e8a6d08c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10363, "upload_time": "2018-01-01T03:57:36", "url": "https://files.pythonhosted.org/packages/52/83/6ac4fcfe2e25e10bb44a97ca251f02559ae0195794ca9541fbe849fbb28f/sopel_modules.wolfram-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "51aa769c222ebe3b13675423a9d6fd67", "sha256": "3501f6911190896fda1202293dcae400c8d23e69fe5157570d191614b26b52a6" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "51aa769c222ebe3b13675423a9d6fd67", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10482, "upload_time": "2018-01-01T03:50:38", "url": "https://files.pythonhosted.org/packages/86/b7/3d9d55fec20e9194fb60bdbb6e3d4c8509bd81a97912b95220b6ca2e91a2/sopel_modules.wolfram-0.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d04c822c1582c9d074b593182299f02", "sha256": "7ab7919553a0ff7ad5c35303ba3149fcd19e6e1cfeb201ecb5c36d4f8c4e332a" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.1.tar.gz", "has_sig": false, "md5_digest": "1d04c822c1582c9d074b593182299f02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6978, "upload_time": "2018-01-01T03:50:40", "url": "https://files.pythonhosted.org/packages/23/ab/480c14cdd5956e72316c0b3709aae1105b4dda0773d58ece827fa5745ea9/sopel_modules.wolfram-0.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c5c052bb543d4d58b154605a95d0633d", "sha256": "55009fb2ff5619ba63d400c9122ec9283d5c3ff138d4885b0967e38f8b57ec8f" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.1-py2-none-any.whl", "has_sig": false, "md5_digest": "c5c052bb543d4d58b154605a95d0633d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10360, "upload_time": "2018-01-01T03:57:34", "url": "https://files.pythonhosted.org/packages/3d/36/89f7a1ae9c3b3fdab9207c198a52aa36b45b96535cabedeeb4e82b08b1ec/sopel_modules.wolfram-0.4.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f9a1f3d79e2b5b0ad8970239e8a6d08c", "sha256": "584a3efa9acd71caabbc692c4742353dbd6fede20b2cdf572778f92e49a7c7af" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9a1f3d79e2b5b0ad8970239e8a6d08c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10363, "upload_time": "2018-01-01T03:57:36", "url": "https://files.pythonhosted.org/packages/52/83/6ac4fcfe2e25e10bb44a97ca251f02559ae0195794ca9541fbe849fbb28f/sopel_modules.wolfram-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "51aa769c222ebe3b13675423a9d6fd67", "sha256": "3501f6911190896fda1202293dcae400c8d23e69fe5157570d191614b26b52a6" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "51aa769c222ebe3b13675423a9d6fd67", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10482, "upload_time": "2018-01-01T03:50:38", "url": "https://files.pythonhosted.org/packages/86/b7/3d9d55fec20e9194fb60bdbb6e3d4c8509bd81a97912b95220b6ca2e91a2/sopel_modules.wolfram-0.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1d04c822c1582c9d074b593182299f02", "sha256": "7ab7919553a0ff7ad5c35303ba3149fcd19e6e1cfeb201ecb5c36d4f8c4e332a" }, "downloads": -1, "filename": "sopel_modules.wolfram-0.4.1.tar.gz", "has_sig": false, "md5_digest": "1d04c822c1582c9d074b593182299f02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6978, "upload_time": "2018-01-01T03:50:40", "url": "https://files.pythonhosted.org/packages/23/ab/480c14cdd5956e72316c0b3709aae1105b4dda0773d58ece827fa5745ea9/sopel_modules.wolfram-0.4.1.tar.gz" } ] }