{ "info": { "author": "Laura Dickinson", "author_email": "l@veriny.tf", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Trio", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "Curious\n=======\n\n``curious`` is a Python 3.6+ library to interact with the\n`Discord `_ API.\n\nInstallation\n------------\n\nCurious is available on PyPI under ``discord-curious``:\n\n.. code-block:: bash\n\n $ pip install -U discord-curious\n\nOr for the latest development version:\n\n.. code-block:: bash\n\n $ pip install -U git+https://github.com/Fuyukai/curious.git#egg=curious\n\nBasic Example\n-------------\n\n.. code-block:: python3\n\n from curious import BotType, Client, Message\n\n cl = Client(\"token\", bot_type=BotType.BOT | BotType.NO_DMS)\n\n\n @cl.event(\"ready\")\n async def ready(ctx):\n print(\"Ready on shard\", ctx.shard_id)\n\n\n @cl.event(\"message_create\")\n async def handle_message(ctx, message: Message):\n print(f\"{message.author.user.name} said '{message.content}'\")\n\n cl.run(shards=1)\n\nDocumentation\n-------------\n\nSee the documentation at https://curious.readthedocs.io/en/latest/.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SunDwarf/curious", "keywords": "", "license": "LGPLv3", "maintainer": "", "maintainer_email": "", "name": "discord-curious", "package_url": "https://pypi.org/project/discord-curious/", "platform": "", "project_url": "https://pypi.org/project/discord-curious/", "project_urls": { "Homepage": "https://github.com/SunDwarf/curious" }, "release_url": "https://pypi.org/project/discord-curious/0.7.9/", "requires_dist": [ "lomond (==0.1.13)", "pylru (==1.0.9)", "oauthlib (<2.1.0,>=2.0.2)", "pytz (>=2017.3)", "asks (<1.4.0,>=1.3.0)", "multidict (<4.2.0,>=4.1.0)", "multio (<0.3.0,>=0.2.1)", "async-generator (~=1.9)", "typing-inspect (>=0.2.0)", "sphinx-py3doc-enhanced-theme; extra == 'docs'", "sphinx; extra == 'docs'", "sphinxcontrib-asyncio; extra == 'docs'", "sphinx-autodoc-typehints; extra == 'docs'", "opuslib (==1.1.0); extra == 'voice'", "PyNaCL (==1.0.1); extra == 'voice'" ], "requires_python": ">=3.6.2", "summary": "An async library for the Discord API", "version": "0.7.9" }, "last_serial": 4138023, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0f84548f1aa6651feeef532f926ee654", "sha256": "487971a97f5889ab040316975579dbaef96bfd50a1d959cdf08b3555824eab47" }, "downloads": -1, "filename": "discord_curious-0.1.0-py3.5.egg", "has_sig": false, "md5_digest": "0f84548f1aa6651feeef532f926ee654", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 178191, "upload_time": "2017-01-21T22:50:48", "url": "https://files.pythonhosted.org/packages/40/1c/464915e40d6a27c9a4f23d8049b62a26b5b795cffe66936bf386177db013/discord_curious-0.1.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "36a9cec7db679b2ee3b44001dc7111d8", "sha256": "3f4628f1c3a25b74d8c535bf1b64c7d82a1a48d64ec5d623de35f07e9098a578" }, "downloads": -1, "filename": "discord_curious-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "36a9cec7db679b2ee3b44001dc7111d8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 73649, "upload_time": "2017-01-21T22:50:43", "url": "https://files.pythonhosted.org/packages/d5/eb/94dd9f4e397ab63eccab7548a4a49b919bcfe471db1ddb262bd58a4edde8/discord_curious-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d42e79c1a5b7da40e70dc1c841d2cc7", "sha256": "5658c00c4d05b4d39234e908f0e3a175c0eaf5cd0cfd2a2f2bb9696e466aa28e" }, "downloads": -1, "filename": "discord-curious-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0d42e79c1a5b7da40e70dc1c841d2cc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 58932, "upload_time": "2017-01-21T22:50:46", "url": "https://files.pythonhosted.org/packages/66/4d/4280ac160b14e86b2ddcdd9e5a325694f085bf6f44128e5b5cf33567d23c/discord-curious-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f120ab3e66635eb79ee2b3d8e22a1fda", "sha256": "dcb842632c8f42b6b50d1d4a7b5651b31e3e0bc4faaa507064c585907b4a2d31" }, "downloads": -1, "filename": "discord_curious-0.1.1-py3.5.egg", "has_sig": false, "md5_digest": "f120ab3e66635eb79ee2b3d8e22a1fda", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 182569, "upload_time": "2017-01-22T16:57:53", "url": "https://files.pythonhosted.org/packages/7d/5c/ec1556c198d6afa8b0d08422c03ba9adeebfcdb7bf4a5de7bc21cc1b1139/discord_curious-0.1.1-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "65c28d06668e30a7c5964cf4e7605e3e", "sha256": "2ced0fcfe18469d46130b7ca87fce15be8caf849aa1ed8a64d46b0bfe8a42226" }, "downloads": -1, "filename": "discord_curious-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "65c28d06668e30a7c5964cf4e7605e3e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 75423, "upload_time": "2017-01-22T16:57:49", "url": "https://files.pythonhosted.org/packages/e6/53/afecca00c24f334e54ce7d5c2a5dc2f1f92cc400e1e947bb282a5f4406b7/discord_curious-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e06224e25c1f276fe2f1798704400bba", "sha256": "283df912b7dc8699c6b5b1a275c7ec9f6329e3cbb4925a7a7b96cf3a2fd581bc" }, "downloads": -1, "filename": "discord-curious-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e06224e25c1f276fe2f1798704400bba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60554, "upload_time": "2017-01-22T16:57:51", "url": "https://files.pythonhosted.org/packages/6b/30/f03d777ae3c2111de00ea5584c4856e481003407f3ca56cfd6039d0f0a23/discord-curious-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d01e6ae30d9c2ea6ef9976e1c968a103", "sha256": "9f9ff02f0414b40967c41e0b7d206916278ace2d2d9e219fa68cbc354ac1794f" }, "downloads": -1, "filename": "discord_curious-0.1.2-py3.5.egg", "has_sig": false, "md5_digest": "d01e6ae30d9c2ea6ef9976e1c968a103", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 214313, "upload_time": "2017-02-10T22:26:13", "url": "https://files.pythonhosted.org/packages/9a/ee/f7476a2a9781632fc4d321295a12ca0b2c810939001b254e9370babec35f/discord_curious-0.1.2-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "ff13db98dc95303d8c28ad0a2578e6b3", "sha256": "23c2bee4f617b89d358321752ef4d7fd674931e0224044af432607ac8d67c100" }, "downloads": -1, "filename": "discord_curious-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ff13db98dc95303d8c28ad0a2578e6b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 88601, "upload_time": "2017-02-10T22:26:10", "url": "https://files.pythonhosted.org/packages/9f/05/71dfe310efc450fad5b37e89e64de310beacf4357cc521a8f71b99043cec/discord_curious-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d7d159e925c5983fcfecc4939b926b1", "sha256": "4830c52d17c6bf8bebb086e88b8f4186ed0641eab29e11d5f2dec2e57488c7b8" }, "downloads": -1, "filename": "discord-curious-0.1.2.tar.gz", "has_sig": false, "md5_digest": "3d7d159e925c5983fcfecc4939b926b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70758, "upload_time": "2017-02-10T22:26:12", "url": "https://files.pythonhosted.org/packages/29/c3/c2bf5d0fff1decdf3f56c5664de24a5300950a2fc19f29887bb460502e50/discord-curious-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8730419068020067a04958714130d595", "sha256": "7802512f33014af5b5cd8fb0264dcce389078aec4530608524c267316d53c5e8" }, "downloads": -1, "filename": "discord_curious-0.1.3-py3.5.egg", "has_sig": false, "md5_digest": "8730419068020067a04958714130d595", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 213314, "upload_time": "2017-02-16T00:16:24", "url": "https://files.pythonhosted.org/packages/f6/ac/3d5442541da9fc39d1f0617b71d138d5f396f2f76deb780a18e28bda49d2/discord_curious-0.1.3-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "6feaaf0b437e85a323d725f618293ac8", "sha256": "11c5e7f19ab759fa0b3e8cf9c956e8fa84c4ba023f027ace284790b41395e72a" }, "downloads": -1, "filename": "discord_curious-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "6feaaf0b437e85a323d725f618293ac8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 88120, "upload_time": "2017-02-16T00:16:20", "url": "https://files.pythonhosted.org/packages/3a/dc/87122d23c379cd59a6189e520a89615498b3cbd0270a00a807b230b62a2f/discord_curious-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59f1f3f7dbb2c529295953f28ac12fce", "sha256": "15526e8ce19749f3fbd9e9c213bf4048a0f93d661fb20979703dfe554a6bdf10" }, "downloads": -1, "filename": "discord-curious-0.1.3.tar.gz", "has_sig": false, "md5_digest": "59f1f3f7dbb2c529295953f28ac12fce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71109, "upload_time": "2017-02-16T00:16:22", "url": "https://files.pythonhosted.org/packages/e2/25/380667f2d1aca81498082ff90215d3e78a71211604d8e87fe2102b4cfc84/discord-curious-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b05a24d580a04ee2199e293882d98452", "sha256": "a3bee8d61221a0d95503e0715de3421a134dda9317ba4d21521b565c99c77bcb" }, "downloads": -1, "filename": "discord_curious-0.2.0-py3.5.egg", "has_sig": false, "md5_digest": "b05a24d580a04ee2199e293882d98452", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 227155, "upload_time": "2017-02-20T17:56:11", "url": "https://files.pythonhosted.org/packages/31/8a/c6a49bf158ba04e9d41db23be2b440a80c558f9ad7bfc5161881ad5a9773/discord_curious-0.2.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "42c6cda8c0ea4cc28490c18b9ee08cd9", "sha256": "7f07789a48514d6316866933b697e5dcabb5db2a6720699f0d0be7cc66fef2b5" }, "downloads": -1, "filename": "discord_curious-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "42c6cda8c0ea4cc28490c18b9ee08cd9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 93581, "upload_time": "2017-02-20T17:56:07", "url": "https://files.pythonhosted.org/packages/49/27/fea2d8b1a5fc3996089d58e41f2a4e332fdfdc9c7fdc054591f19b8015a9/discord_curious-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "afab63518b9197bdda2fa8ee62f06161", "sha256": "7dc49dfc5fa0955ecf95e562bbd0a00ab0f1356ab0a59142b5df55b0edfe6ba9" }, "downloads": -1, "filename": "discord-curious-0.2.0.tar.gz", "has_sig": false, "md5_digest": "afab63518b9197bdda2fa8ee62f06161", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 57255, "upload_time": "2017-02-20T17:56:09", "url": "https://files.pythonhosted.org/packages/f8/b8/61c9942c0258a7f7dca7634cd3651a6112f8bc2c724b4eab2bc63385d106/discord-curious-0.2.0.tar.gz" } ], "0.2.0.post1": [ { "comment_text": "", "digests": { "md5": "ff28817a52d6bca37454d12d908cd0d0", "sha256": "e02e89c06f2e7f458d2b98ce5d0b7be22dcf5f305038c45f41284b3880017085" }, "downloads": -1, "filename": "discord_curious-0.2.0.post1-py3.5.egg", "has_sig": false, "md5_digest": "ff28817a52d6bca37454d12d908cd0d0", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 281192, "upload_time": "2017-02-20T18:50:52", "url": "https://files.pythonhosted.org/packages/39/f0/6cde0ec5871a2f556ad62d505b23a9477598577172ddab6ddd28ff59b648/discord_curious-0.2.0.post1-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "fd38765d0fc35904f6631edc0140fd11", "sha256": "69915c93fe569f76c6501e4bfbca07868a489e6d7e84665ad61b871fb9793258" }, "downloads": -1, "filename": "discord_curious-0.2.0.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "fd38765d0fc35904f6631edc0140fd11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 115953, "upload_time": "2017-02-20T18:50:48", "url": "https://files.pythonhosted.org/packages/ff/74/c50e7dee2cb4b45be20a01e47f826a0881467a2b7b940dfc19d0b3e91b86/discord_curious-0.2.0.post1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfae37a98cb48b830f7f9f6ffa0663e2", "sha256": "28f81adecdc5bc4df01a8278a62aeb6b78af67d241bc4ae40a8b9aad0d5462b2" }, "downloads": -1, "filename": "discord-curious-0.2.0.post1.tar.gz", "has_sig": false, "md5_digest": "dfae37a98cb48b830f7f9f6ffa0663e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77463, "upload_time": "2017-02-20T18:50:50", "url": "https://files.pythonhosted.org/packages/c9/b3/1a6965a30473d1c076edf7cd501808019b1cf02453b7dc09feac2566cab9/discord-curious-0.2.0.post1.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "35f8ac08e0cca3697ff497d314fb5d29", "sha256": "6e72f4c1026eaf5d642249bfdda7504db421755f6e41227c2e7a24542d4a121d" }, "downloads": -1, "filename": "discord_curious-0.2.1-py3.5.egg", "has_sig": false, "md5_digest": "35f8ac08e0cca3697ff497d314fb5d29", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 282294, "upload_time": "2017-02-23T21:23:45", "url": "https://files.pythonhosted.org/packages/be/f7/9d5892c4b72419e8d0cd817e4a4267a4df3673f10901806a66464ea93ae6/discord_curious-0.2.1-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "322e212ab08dd953af3680b0308ea4ca", "sha256": "4e7fba7ac6cff1bf32876bbcd949fddc599d76a574bfb3baa75dca634e8c8cc6" }, "downloads": -1, "filename": "discord_curious-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "322e212ab08dd953af3680b0308ea4ca", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 116375, "upload_time": "2017-02-23T21:23:41", "url": "https://files.pythonhosted.org/packages/28/20/732f32ef6f39b90efd7468d65e32cbb73bf80a4c0826f2ae64e2663cd02b/discord_curious-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49a37ef0f1493261971ad6458f2512f3", "sha256": "1b2350749022d7f401d5506d58e074fa591cb6d703b3ded7699231a3460ba773" }, "downloads": -1, "filename": "discord-curious-0.2.1.tar.gz", "has_sig": false, "md5_digest": "49a37ef0f1493261971ad6458f2512f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77982, "upload_time": "2017-02-23T21:23:44", "url": "https://files.pythonhosted.org/packages/68/b9/d02a091379f260776c8f2236154f8e9f85ce9285058d665d5a6424902b60/discord-curious-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "98af1bb91fdc4d416c7662e7fba9c9cf", "sha256": "61604196579de946af436aef68942d0ae32733ad5819c2fcf3d588bce0da661d" }, "downloads": -1, "filename": "discord_curious-0.3.0-py3.6.egg", "has_sig": false, "md5_digest": "98af1bb91fdc4d416c7662e7fba9c9cf", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 294777, "upload_time": "2017-03-10T16:52:44", "url": "https://files.pythonhosted.org/packages/35/3f/552bd77f380d00acfe29829d4cd2da0f78b432ecee5cd4eb4cc832f044aa/discord_curious-0.3.0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "5b1381c3b940a6276925656cc0d16c35", "sha256": "cb9780350b01f5670a01d5e048d4ec4de56f6efd783d96097083a14ef091d5d1" }, "downloads": -1, "filename": "discord_curious-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5b1381c3b940a6276925656cc0d16c35", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 124403, "upload_time": "2017-03-10T16:52:40", "url": "https://files.pythonhosted.org/packages/8e/6c/e9b4174d8505a5d3f9990f06d2b5c45d8aeb80e9b2b8663dee7c7a20ac18/discord_curious-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a8f26a195c453892709fe5603c9d7925", "sha256": "15ff444478dcf3062eb879800b5b1ff769e68391295130ceea323873bc605a51" }, "downloads": -1, "filename": "discord-curious-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a8f26a195c453892709fe5603c9d7925", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84286, "upload_time": "2017-03-10T16:52:42", "url": "https://files.pythonhosted.org/packages/b1/79/8ea67df176b558cb5912a2eae3d52621910dc86fad7ae6228a43cc675eea/discord-curious-0.3.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "a9f95d08e4c51b1aa38262e5e1f13080", "sha256": "a02c8ff94551f5fdb1fbcd4fb99defe39c624e025c890823c24012b5a24542bd" }, "downloads": -1, "filename": "discord_curious-0.5.0-py3.6.egg", "has_sig": false, "md5_digest": "a9f95d08e4c51b1aa38262e5e1f13080", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 285221, "upload_time": "2017-07-31T20:54:46", "url": "https://files.pythonhosted.org/packages/d0/aa/d0be5536679989c3a69f1c44cf9fa45fa1b5ec66a4e526f1a97b45532755/discord_curious-0.5.0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "4c3728d4f0900d07e5d19ba593d21f98", "sha256": "3cfc6e8e972d36a1302d11f282fdf17e7061a552938dfc64a28f38e4b7a364a4" }, "downloads": -1, "filename": "discord_curious-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4c3728d4f0900d07e5d19ba593d21f98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 120197, "upload_time": "2017-07-31T20:54:43", "url": "https://files.pythonhosted.org/packages/05/30/1c793a3823e6d40b760ce54a48e6191961188d15d2181015ca2094940870/discord_curious-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "edcc1a52a2170d14d6a4581ba7bbb9a3", "sha256": "aa90b2f57dd9f08b157b870a383ce735cfb5fca16385aaa886adafdea32aa25f" }, "downloads": -1, "filename": "discord-curious-0.5.0.tar.gz", "has_sig": false, "md5_digest": "edcc1a52a2170d14d6a4581ba7bbb9a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98865, "upload_time": "2017-07-31T20:54:44", "url": "https://files.pythonhosted.org/packages/50/ca/fe8c1a9b35e031e62ae030999a07088dfb39c91f596b02310314fce42ae5/discord-curious-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "e46909a90f6d7700f8f0f6e7a106b3d9", "sha256": "5add735e60ce35f7b0dd844060b7e18e85037aa9b7d1eafb7d47f67f9cb61d2c" }, "downloads": -1, "filename": "discord_curious-0.5.1-py3.6.egg", "has_sig": false, "md5_digest": "e46909a90f6d7700f8f0f6e7a106b3d9", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": null, "size": 287518, "upload_time": "2017-09-09T12:30:32", "url": "https://files.pythonhosted.org/packages/32/51/90a5f060e4ce3bc1e701c74e795cc69da9f20595523863baa5b62229940e/discord_curious-0.5.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "78a76451533ed266db07530e3a250b95", "sha256": "64edc5ddc65ab04d19e26cb8df25fc1a26ba242564f6b9d76a70b896e6535cea" }, "downloads": -1, "filename": "discord_curious-0.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "78a76451533ed266db07530e3a250b95", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 121268, "upload_time": "2017-09-09T12:30:29", "url": "https://files.pythonhosted.org/packages/00/12/2ca9fa1961587049b5303528ce7ea303e2f92893dc9000f868fe78b64442/discord_curious-0.5.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4edaa97e5a930b83032bff840618bb57", "sha256": "77b053bddf3656c69379f988fe6247d3ab6b4362f23d8662fb634ff3f92d6edc" }, "downloads": -1, "filename": "discord-curious-0.5.1.tar.gz", "has_sig": false, "md5_digest": "4edaa97e5a930b83032bff840618bb57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95755, "upload_time": "2017-09-09T12:30:30", "url": "https://files.pythonhosted.org/packages/54/5c/3f47646177c301fdacf7b0c334a29394ddbdb1454249b1ea750af5bc6e13/discord-curious-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "e5bd61798b0fe5bbc019b8d713cfea53", "sha256": "e45a78ed523faefd1b3396438e3f213f970be80c888ea5fcead7e13a304da15b" }, "downloads": -1, "filename": "discord_curious-0.6.0-py3.7.egg", "has_sig": false, "md5_digest": "e5bd61798b0fe5bbc019b8d713cfea53", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 283804, "upload_time": "2018-01-26T00:45:14", "url": "https://files.pythonhosted.org/packages/3a/04/93d620380c7c9b8aa344524b1e9755908d8d308d304648eed8e39c03c038/discord_curious-0.6.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "38716c2a740edb212682533a3b072395", "sha256": "73a3adae786d4e724639a0490f2656a80212b987fd114920aaf662d7475e1cde" }, "downloads": -1, "filename": "discord_curious-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "38716c2a740edb212682533a3b072395", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 119526, "upload_time": "2018-01-26T00:45:08", "url": "https://files.pythonhosted.org/packages/ea/ab/6d1681004b3fc76aafbb939c768832bfabbbedacdb878126751d6cc82b51/discord_curious-0.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "faab992221dcbae46788bbb723b20acc", "sha256": "26f799df18916ca8623a223a93f10b49e6ff1949b38749b5dbcfbab1693bbc8a" }, "downloads": -1, "filename": "discord-curious-0.6.0.tar.gz", "has_sig": false, "md5_digest": "faab992221dcbae46788bbb723b20acc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111569, "upload_time": "2018-01-26T00:45:11", "url": "https://files.pythonhosted.org/packages/07/cf/0a7b9607a77f31125c605bf01a2297176da9dd74c9d86f7040777634ff23/discord-curious-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "c40a0dccfafdf785fceaafc2509039a9", "sha256": "8ef14cce3ea259c27ad864d93ee8ec10292209f2ee9c43fe8b82b77c3f20749e" }, "downloads": -1, "filename": "discord_curious-0.7.0-py3.6.egg", "has_sig": false, "md5_digest": "c40a0dccfafdf785fceaafc2509039a9", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6.2", "size": 338236, "upload_time": "2018-03-11T17:59:52", "url": "https://files.pythonhosted.org/packages/c0/17/1218eefe4f5a32e75b43666c604e82265c5255d9cce0a72efad4bf93c9a7/discord_curious-0.7.0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "14d872138d19cf8cd318e8ce1ed2b912", "sha256": "bf2d7b39867880c5e215626ca7fb3893c64d5aee546b543d3ce117ac71a76f8c" }, "downloads": -1, "filename": "discord_curious-0.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "14d872138d19cf8cd318e8ce1ed2b912", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152358, "upload_time": "2018-03-11T17:59:47", "url": "https://files.pythonhosted.org/packages/a0/52/615ed497bba618e37a5ef52655374afd491d55e117eec8eef35bef782cf3/discord_curious-0.7.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cdf22d37bc7066d4f1758778cf977ecf", "sha256": "0f165e6810e43e2f8fd903190ed2ccd1ed62b377ecb9439d52bd134bb53845cc" }, "downloads": -1, "filename": "discord-curious-0.7.0.tar.gz", "has_sig": false, "md5_digest": "cdf22d37bc7066d4f1758778cf977ecf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 145962, "upload_time": "2018-03-11T17:59:49", "url": "https://files.pythonhosted.org/packages/fe/6f/9a0f49c8d9f9bd684ccbebe09b760a840f139b46c5a7043189811e4ae943/discord-curious-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "65bb6cbbdde694f1b3024be89b44c9fc", "sha256": "ee6773d08b6e44a88f348bdebb8b6e235feb61918b5f9f6740d161abeb532bf1" }, "downloads": -1, "filename": "discord_curious-0.7.1-py3.6.egg", "has_sig": false, "md5_digest": "65bb6cbbdde694f1b3024be89b44c9fc", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6.2", "size": 338249, "upload_time": "2018-03-12T00:19:25", "url": "https://files.pythonhosted.org/packages/38/ec/86ab6db13cb798dac00048d33f6b9a64f39e7aa75e328dd5c984a5b93d1a/discord_curious-0.7.1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "7c74d9e2410c073dcad61080e1b7401d", "sha256": "fd4ef1ec1aae65b4a90f244eb64ea1d551e8a8666509315f59ed0975e10b8f0a" }, "downloads": -1, "filename": "discord_curious-0.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7c74d9e2410c073dcad61080e1b7401d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152364, "upload_time": "2018-03-12T00:19:19", "url": "https://files.pythonhosted.org/packages/7b/66/afd8f85001701f3494070c5ba6937dfcb8bdeb59c8f32465aa27ec549ae8/discord_curious-0.7.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fbd10df8bea4ef089982b4e3d1d4f2a4", "sha256": "2558a88bbb8fb52b1749cffdf89e8c3ecfe2fd9c5bc84eb846a44ed0b9159ebc" }, "downloads": -1, "filename": "discord-curious-0.7.1.tar.gz", "has_sig": false, "md5_digest": "fbd10df8bea4ef089982b4e3d1d4f2a4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 146013, "upload_time": "2018-03-12T00:19:22", "url": "https://files.pythonhosted.org/packages/5b/18/46bc9078508e08ed1fab5de16b154a8b72dcca720b51b93cced8dc4164b8/discord-curious-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "0f8e0986684eba06873676692465f39b", "sha256": "41e535fc9326c7859a1c4b5ce793bb7ca728bf4d8d0cbd0803637cbb48270a6e" }, "downloads": -1, "filename": "discord_curious-0.7.2-py3.7.egg", "has_sig": false, "md5_digest": "0f8e0986684eba06873676692465f39b", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 338677, "upload_time": "2018-03-27T15:36:07", "url": "https://files.pythonhosted.org/packages/bc/ad/5d51da61bb16cf7354dfdd744c278343675fbc9433ae34f64ceacfa24dba/discord_curious-0.7.2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "3823e2676f39da87a40494431f9b7c62", "sha256": "c2e9d56878bca727ae36f5b14ca14418a4f4359b2f9adee876507f99c57ce9db" }, "downloads": -1, "filename": "discord_curious-0.7.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3823e2676f39da87a40494431f9b7c62", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152366, "upload_time": "2018-03-27T15:36:03", "url": "https://files.pythonhosted.org/packages/29/3d/31d50a04d6bbcf272c859b87ac841c222f9d38b1f95233c62adc84714dc0/discord_curious-0.7.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "292a28c21329380cdd3740866cd6be5f", "sha256": "910ceb92500bbc2c07d0e9865ff228c2688b5568211099e4f81346c447fd599e" }, "downloads": -1, "filename": "discord-curious-0.7.2.tar.gz", "has_sig": false, "md5_digest": "292a28c21329380cdd3740866cd6be5f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 144476, "upload_time": "2018-03-27T15:36:05", "url": "https://files.pythonhosted.org/packages/34/6f/e0280d6e3f5d8e6f9b4a03307b21d2efaec683a0f5017bceedeeed13ce7a/discord-curious-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "bd15dc2a6ca9eec492576b972fe555f0", "sha256": "40af175ae9efb486441cb671d16398b2e5b6d49b8804762bff6b3b11d301572a" }, "downloads": -1, "filename": "discord_curious-0.7.3-py3.7.egg", "has_sig": false, "md5_digest": "bd15dc2a6ca9eec492576b972fe555f0", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 338666, "upload_time": "2018-03-27T15:38:07", "url": "https://files.pythonhosted.org/packages/19/e5/7b95c17bfbc95d3e1c9bc17c055cb9876b2802e4d4a89035d8946d7352e1/discord_curious-0.7.3-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "6e632ccc31eb281c15c0dcf3b365d685", "sha256": "71d6ac04e9e63e6d665543bd282d24555da52fd15686dfae8962b5fd90ba3948" }, "downloads": -1, "filename": "discord_curious-0.7.3-py3-none-any.whl", "has_sig": false, "md5_digest": "6e632ccc31eb281c15c0dcf3b365d685", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152360, "upload_time": "2018-03-27T15:38:04", "url": "https://files.pythonhosted.org/packages/d6/8e/6713235a323845178dcfaa83c2eb8175a68e1577550e6ddf998d594a181e/discord_curious-0.7.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4fe8ae7971cb82cd3264b948738319de", "sha256": "a411b0e76f9b99a212527f9c31f54f4068e391495d6d3ac15182f9de5ed42859" }, "downloads": -1, "filename": "discord-curious-0.7.3.tar.gz", "has_sig": false, "md5_digest": "4fe8ae7971cb82cd3264b948738319de", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 144503, "upload_time": "2018-03-27T15:38:05", "url": "https://files.pythonhosted.org/packages/7f/11/af17bbea5c9db9523e0688a4bb6930b6f62c7b6ac9cafd831ba7c9768495/discord-curious-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "f82553fa94a92a0000936665e357890b", "sha256": "e0acb27bfb69d95dca448423457b347f0fe874a72aade1993557ed20dd33d497" }, "downloads": -1, "filename": "discord_curious-0.7.4-py3.7.egg", "has_sig": false, "md5_digest": "f82553fa94a92a0000936665e357890b", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 338698, "upload_time": "2018-03-27T16:09:05", "url": "https://files.pythonhosted.org/packages/6d/cc/d2a2b40d1b92c77e19bece5261b105e387011d5b6f5c68259888076d0a9d/discord_curious-0.7.4-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "69d4ae1cdc55ebf7a1fe890aa5d5c6ba", "sha256": "72471f24336692689a86d16fd24d7327baad60e720387737ac3f9fef144095ed" }, "downloads": -1, "filename": "discord_curious-0.7.4-py3-none-any.whl", "has_sig": false, "md5_digest": "69d4ae1cdc55ebf7a1fe890aa5d5c6ba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152365, "upload_time": "2018-03-27T16:09:02", "url": "https://files.pythonhosted.org/packages/7e/8e/82f81e8fb1c85bfaf0830f6b7e7427d207d12e203ff63f4e213a5c8ed8e2/discord_curious-0.7.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "57d4822bff4609b8ec7f8dce16a252b0", "sha256": "58e8c89295280fbcaf1c53f2eb9c648f5b9f992cbcca3c1e70230f9610af5267" }, "downloads": -1, "filename": "discord-curious-0.7.4.tar.gz", "has_sig": false, "md5_digest": "57d4822bff4609b8ec7f8dce16a252b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 144555, "upload_time": "2018-03-27T16:09:04", "url": "https://files.pythonhosted.org/packages/17/73/3cbe04156d1fe9aeb1cc05048a6ebb6ba5594b7a5b8d4817b96841244111/discord-curious-0.7.4.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "56215b8d5e30afca02a8e7ab355cf458", "sha256": "bbe141ba3d2bd22ce56599c3b4b897eae9122499d75e5849e8004323cc8bdd3b" }, "downloads": -1, "filename": "discord_curious-0.7.5-py3.7.egg", "has_sig": false, "md5_digest": "56215b8d5e30afca02a8e7ab355cf458", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 338710, "upload_time": "2018-04-01T20:05:34", "url": "https://files.pythonhosted.org/packages/79/1b/e6e6acaa092602f79a7bc6e0763c84eb2d4b4352df4b65bf1ccb8cad8323/discord_curious-0.7.5-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "ab97a285b978baf1136dedd867ff0c53", "sha256": "8454ab33a0e44afb64d66376e2ee7409865b46d93020afab2be23a9d6f105c8e" }, "downloads": -1, "filename": "discord_curious-0.7.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ab97a285b978baf1136dedd867ff0c53", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152359, "upload_time": "2018-04-01T20:05:31", "url": "https://files.pythonhosted.org/packages/f5/66/c0ac5eeeaaab7eb5cf64d2bdf918f4fc5a966d425702cd77e724b30a28f9/discord_curious-0.7.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0593c47bff324f40cbcb3676f06afba", "sha256": "b3a866310eee0e5bd60fc46b0986b192a3101408d98f4116932c55e126658450" }, "downloads": -1, "filename": "discord-curious-0.7.5.tar.gz", "has_sig": false, "md5_digest": "d0593c47bff324f40cbcb3676f06afba", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 144572, "upload_time": "2018-04-01T20:05:33", "url": "https://files.pythonhosted.org/packages/21/db/1c3b75b3fc4e193b548bffdec76707dc3148fd5d78cf62f5542eeae4ecc4/discord-curious-0.7.5.tar.gz" } ], "0.7.6": [ { "comment_text": "", "digests": { "md5": "b6687938fadb95c8ade3af6359cf8657", "sha256": "c7e2a72634f3c52470e14841ae90b8f022d4ff98a0c0456467158d85cc1d660a" }, "downloads": -1, "filename": "discord_curious-0.7.6-py3.7.egg", "has_sig": false, "md5_digest": "b6687938fadb95c8ade3af6359cf8657", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 338853, "upload_time": "2018-04-03T20:40:42", "url": "https://files.pythonhosted.org/packages/23/75/95bc890abbb5246467fadf480c4bec0a3b4c18674261cf76cbf5aff8e870/discord_curious-0.7.6-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "6b736bd4de1b9f770420c274b1d05feb", "sha256": "36281714c9120e61bf6c30f80d37ec05bed2c58ad0df85dae079eb320ccd6d20" }, "downloads": -1, "filename": "discord_curious-0.7.6-py3-none-any.whl", "has_sig": false, "md5_digest": "6b736bd4de1b9f770420c274b1d05feb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152435, "upload_time": "2018-04-03T20:40:34", "url": "https://files.pythonhosted.org/packages/fd/e3/8f93efb69858d2a6c67f1358ea7cd21c91c58e36d591e4bcc524f5ccb217/discord_curious-0.7.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a08792ae3ab021d2fc0443e7e5f8abe4", "sha256": "e3643b283b4c57a5d2d68057c1af48bf68d4e532e270bba04510d6f5486a5474" }, "downloads": -1, "filename": "discord-curious-0.7.6.tar.gz", "has_sig": false, "md5_digest": "a08792ae3ab021d2fc0443e7e5f8abe4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 144716, "upload_time": "2018-04-03T20:40:40", "url": "https://files.pythonhosted.org/packages/ef/42/e861dbf231b8e3e7488c3b2a7c32e93c29d272106ddacc994df8d30ab5b1/discord-curious-0.7.6.tar.gz" } ], "0.7.6.dev1": [ { "comment_text": "", "digests": { "md5": "5e6a11d7cb9cb9d4a3acde624bbe420f", "sha256": "bd1a7afd189af63737a54a0af623fd0fcc4e1e715f2e2403836febf766a6fba7" }, "downloads": -1, "filename": "discord_curious-0.7.6.dev1-py3.7.egg", "has_sig": false, "md5_digest": "5e6a11d7cb9cb9d4a3acde624bbe420f", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 338713, "upload_time": "2018-04-03T20:40:44", "url": "https://files.pythonhosted.org/packages/46/11/3e439d0016d89fb485b3b237d976aab31f83f87e834c9977646bd897fb82/discord_curious-0.7.6.dev1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "6f4939ad362c0f58827c77d72a860b4b", "sha256": "bf22f26e1deda634520231d90d968aa11cfbd4811155bc3922cf5f628ea6284c" }, "downloads": -1, "filename": "discord_curious-0.7.6.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "6f4939ad362c0f58827c77d72a860b4b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152432, "upload_time": "2018-04-03T20:40:37", "url": "https://files.pythonhosted.org/packages/71/8b/580b0d1676d5d0ec9979b992a58f9e777627026020d2b65672712189f2fe/discord_curious-0.7.6.dev1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29cb69e351ed8219c2312ef5ee3cfff0", "sha256": "0837739275881bfb4e487ed014bb219477addc526ac3136ba9e7294a64d9e646" }, "downloads": -1, "filename": "discord-curious-0.7.6.dev1.tar.gz", "has_sig": false, "md5_digest": "29cb69e351ed8219c2312ef5ee3cfff0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 144591, "upload_time": "2018-04-03T20:40:39", "url": "https://files.pythonhosted.org/packages/22/c9/3c1bec1d5ad73d62f135c95a058d184c89ceb1e6b7d27e18f41df6235b6a/discord-curious-0.7.6.dev1.tar.gz" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "1d4c3158bb450ac935c1112f0ec69b59", "sha256": "b6ff13bd243122e79c5587abfc3272a6c21f6b7e0b597668de2d036a0b3ca528" }, "downloads": -1, "filename": "discord_curious-0.7.7-py3.7.egg", "has_sig": false, "md5_digest": "1d4c3158bb450ac935c1112f0ec69b59", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 339420, "upload_time": "2018-04-04T13:28:34", "url": "https://files.pythonhosted.org/packages/fa/15/7046b764629a98aecf541b49d838ccc5a17a42613988694ec32734d67a29/discord_curious-0.7.7-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "4f33c5f2f302a4c2305fe61b9cbb6cfb", "sha256": "94997591eef8a61f3351d4b0ee88cdf698097d75d12a916043cab59cd4b10dc5" }, "downloads": -1, "filename": "discord_curious-0.7.7-py3-none-any.whl", "has_sig": false, "md5_digest": "4f33c5f2f302a4c2305fe61b9cbb6cfb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152656, "upload_time": "2018-04-04T13:28:31", "url": "https://files.pythonhosted.org/packages/68/2c/df4cc179517fdab0c6ee531ad7e42d0e33a20d72dd84c4555bf15e950a52/discord_curious-0.7.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ce0d56827cb8a34c7cc5894d869d0a9", "sha256": "56751ebf50181c8f411a672cc18f2ff10ce70f25e6d1cc7e31507f0f8498f5be" }, "downloads": -1, "filename": "discord-curious-0.7.7.tar.gz", "has_sig": false, "md5_digest": "2ce0d56827cb8a34c7cc5894d869d0a9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 144981, "upload_time": "2018-04-04T13:28:33", "url": "https://files.pythonhosted.org/packages/dc/49/d754c7efe4ec1d6c75824f3fb879d7ca09a8ebeff501a3dfe56ce251abd3/discord-curious-0.7.7.tar.gz" } ], "0.7.8": [ { "comment_text": "", "digests": { "md5": "a60ec648f3f96f555f2656863fb9d990", "sha256": "c2cc46949ec751a572ab57b0515589c6a15b074005aa2ce6f08f75a55e674d68" }, "downloads": -1, "filename": "discord_curious-0.7.8-py3.7.egg", "has_sig": false, "md5_digest": "a60ec648f3f96f555f2656863fb9d990", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 340114, "upload_time": "2018-05-23T17:05:33", "url": "https://files.pythonhosted.org/packages/4d/47/ea88b8779178b981a816a43f211e151be43bb0f97e6f8fa39bc7a1d54d85/discord_curious-0.7.8-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "764060818f693bc21ae9b68fd6ddc136", "sha256": "159736aac6dc7a1c19bf99ec9f137f77ff49f0d69fbacda38a683b89f22c2843" }, "downloads": -1, "filename": "discord_curious-0.7.8-py3-none-any.whl", "has_sig": false, "md5_digest": "764060818f693bc21ae9b68fd6ddc136", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 152986, "upload_time": "2018-05-23T17:05:30", "url": "https://files.pythonhosted.org/packages/1d/7b/841452c18848ba3a2bc13458ac2b95ff9ef1054ad775cc209b91d6e70107/discord_curious-0.7.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2179d753ba93982a817e30f6431f401c", "sha256": "d6e227bd1407558f7bd1fd5445a80bbdd3d39ed47c493544021755dab5eb5b01" }, "downloads": -1, "filename": "discord-curious-0.7.8.tar.gz", "has_sig": false, "md5_digest": "2179d753ba93982a817e30f6431f401c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 141502, "upload_time": "2018-05-23T17:05:32", "url": "https://files.pythonhosted.org/packages/07/f9/97818cbff9f72aa54a032923d31f4f5005d1f70b5e8394232583291d4594/discord-curious-0.7.8.tar.gz" } ], "0.7.9": [ { "comment_text": "", "digests": { "md5": "61a9a2211a8ba6dfdcce398e22e68222", "sha256": "a08f76fc72bf6796d73546e5ca103e010ae38cea2b34e4a83d4613b149316087" }, "downloads": -1, "filename": "discord_curious-0.7.9-py3.7.egg", "has_sig": false, "md5_digest": "61a9a2211a8ba6dfdcce398e22e68222", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 152403, "upload_time": "2018-08-05T16:59:27", "url": "https://files.pythonhosted.org/packages/d2/1e/f152fbdef06ddcd8e2edd2da90c6d9ef58bb167fb36d22af6e17c618b626/discord_curious-0.7.9-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "9c31a1e4f020d218650ddaf894158e47", "sha256": "e766a10b6c315e4c5b5d9c25f1c858088679154b206fcedffd8c03ad5035d841" }, "downloads": -1, "filename": "discord_curious-0.7.9-py3-none-any.whl", "has_sig": false, "md5_digest": "9c31a1e4f020d218650ddaf894158e47", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 155904, "upload_time": "2018-08-05T16:59:23", "url": "https://files.pythonhosted.org/packages/a2/65/e6c5c8395fe0a0c8734d900b2773b1bd6205e69383ef77e7d1e13f8de1b2/discord_curious-0.7.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "87395c2de3b64b09fb478eee09b51317", "sha256": "8125001de48d7841dd6bf30190983b50eb317824fb13f19bcd9001d2fc19f004" }, "downloads": -1, "filename": "discord-curious-0.7.9.tar.gz", "has_sig": false, "md5_digest": "87395c2de3b64b09fb478eee09b51317", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 143904, "upload_time": "2018-08-05T16:59:25", "url": "https://files.pythonhosted.org/packages/0d/aa/b45805b08846a3d9304f7c515ce9fb7dc1b21340dd68228298ee625172a0/discord-curious-0.7.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "61a9a2211a8ba6dfdcce398e22e68222", "sha256": "a08f76fc72bf6796d73546e5ca103e010ae38cea2b34e4a83d4613b149316087" }, "downloads": -1, "filename": "discord_curious-0.7.9-py3.7.egg", "has_sig": false, "md5_digest": "61a9a2211a8ba6dfdcce398e22e68222", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.2", "size": 152403, "upload_time": "2018-08-05T16:59:27", "url": "https://files.pythonhosted.org/packages/d2/1e/f152fbdef06ddcd8e2edd2da90c6d9ef58bb167fb36d22af6e17c618b626/discord_curious-0.7.9-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "9c31a1e4f020d218650ddaf894158e47", "sha256": "e766a10b6c315e4c5b5d9c25f1c858088679154b206fcedffd8c03ad5035d841" }, "downloads": -1, "filename": "discord_curious-0.7.9-py3-none-any.whl", "has_sig": false, "md5_digest": "9c31a1e4f020d218650ddaf894158e47", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.2", "size": 155904, "upload_time": "2018-08-05T16:59:23", "url": "https://files.pythonhosted.org/packages/a2/65/e6c5c8395fe0a0c8734d900b2773b1bd6205e69383ef77e7d1e13f8de1b2/discord_curious-0.7.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "87395c2de3b64b09fb478eee09b51317", "sha256": "8125001de48d7841dd6bf30190983b50eb317824fb13f19bcd9001d2fc19f004" }, "downloads": -1, "filename": "discord-curious-0.7.9.tar.gz", "has_sig": false, "md5_digest": "87395c2de3b64b09fb478eee09b51317", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.2", "size": 143904, "upload_time": "2018-08-05T16:59:25", "url": "https://files.pythonhosted.org/packages/0d/aa/b45805b08846a3d9304f7c515ce9fb7dc1b21340dd68228298ee625172a0/discord-curious-0.7.9.tar.gz" } ] }