{ "info": { "author": "Imayhaveborkedit", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# discord-ext-speedups\nCython speedups for various parts of discord.py\n\n## Installation\n`pip install discord-ext-speedups`\n\n## Usage\n```py\nimport discord\nfrom discord.ext import speedups\nspeedups.install()\n```\nThis monkeypatches all available C extensions into discord.py, replacing the existing ones. This is best done immediately after `import discord`. To only install specific patches, pass the names to `install()`. For more info, see the reference section below.\n\nTo revert patches, simply call `speedups.uninstall()` to restore all modules to normal. This function also takes specific module names as arguments. **Note**: You should probably avoid doing this while you're using the modules or objects this library alters.\n\n## Available patches\n### `copus`\nCython bindings for libopus. This was written as an experiment in cython and doesn't produce that much of a speedup. A benchmark indicated a 10% speedup of `Encoder.encode()`, but this also works out to a mere 0.5% of the total time window for this call (20ms/frame).\n\n## Reference\n### `install(*install_modules, ignore=False)`\nPatches in replacement modules.\n\n- `*install_modules` (`str`)\n\n Module names to install. The list of available module names can be found above, or by calling `get_available_patches()`.\n\n- `ignore` (`bool`)\n\n If True, install all available modules *except* the given modules.\n\n Returns a `list[str]` of module names.\n\n### `uninstall(*uninstall_modules, ignore=False)`\nUndo patching and restore the original modules.\n- `*uninstall_modules` (`str`)\n\n Modules names to uninstall. The list of installed module names can be found by calling `get_installed_patches()`.\n\n- `ignore` (`bool`)\n\n If True, uninstall all available modules *except* the given modules.\n\n### `get_available_patches()`\nReturns a `tuple[str]` of available module names.\n\n### `get_installed_patches()`\nReturns a `tuple[str]` of installed module names.\n\n## Requirements\n- Python 3.6.4+\n- `discord.py`\n\nCompiling from source requires:\n- `cython` 0.27.3\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/imayhaveborkedit/discord-ext-speedups", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "discord-ext-speedups", "package_url": "https://pypi.org/project/discord-ext-speedups/", "platform": "", "project_url": "https://pypi.org/project/discord-ext-speedups/", "project_urls": { "Code": "https://github.com/imayhaveborkedit/discord-ext-speedups", "Homepage": "https://github.com/imayhaveborkedit/discord-ext-speedups", "Issue tracker": "https://github.com/imayhaveborkedit/discord-ext-speedups/issues" }, "release_url": "https://pypi.org/project/discord-ext-speedups/0.0.1/", "requires_dist": null, "requires_python": ">=3.6.4", "summary": "Cython speedups for various parts of discord.py", "version": "0.0.1" }, "last_serial": 5320471, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "21b1c0f5d4e212e3c9a3d2bc55d129d5", "sha256": "e51af22c7d7b7dfb63ffecbc4fa5c03559511d8d821de3230010892cde846996" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "21b1c0f5d4e212e3c9a3d2bc55d129d5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.4", "size": 393985, "upload_time": "2019-05-27T02:25:37", "url": "https://files.pythonhosted.org/packages/00/bd/c1718138ecef5e97ad341b6413727478372b31d02d5018613db4bbdcc18d/discord_ext_speedups-0.0.1-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cc84866d2ff6ec55b85fbe454276bb95", "sha256": "b4810f7a62a56f626cf5ac783970a27694aacea9f525c4a9c2870f48d8abc5e8" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "cc84866d2ff6ec55b85fbe454276bb95", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.4", "size": 393989, "upload_time": "2019-05-27T02:25:39", "url": "https://files.pythonhosted.org/packages/55/9c/a6b3739b0aac5d6b4134b1222d13cbacb51f21a20c00b547aa917b6d8759/discord_ext_speedups-0.0.1-cp36-cp36m-manylinux2010_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8363f1cedf1594a427b14c1639e4d5db", "sha256": "e0de59249914c509a2a981986dd3b96668e7a1f4fbd2bfd7d9610f9c9842da1b" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "8363f1cedf1594a427b14c1639e4d5db", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.4", "size": 164817, "upload_time": "2019-05-27T02:25:41", "url": "https://files.pythonhosted.org/packages/bb/0c/7fc61558b20de5952b32b7185e582dc9e65f9bc8a56b36fe25ce1ffc3642/discord_ext_speedups-0.0.1-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "479e31a4f210c13e135ba98b506fc82a", "sha256": "c955c3e67bb634927b8faf12564a2e7882ea2d82f1122a52aa10c5211084337a" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "479e31a4f210c13e135ba98b506fc82a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.4", "size": 215136, "upload_time": "2019-05-27T02:25:43", "url": "https://files.pythonhosted.org/packages/fe/29/e8192e1cb83c16989a4f4712b7e14a834aa644f154c5652b009539c8d7e4/discord_ext_speedups-0.0.1-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "46933e09d9863493234d4e7ab2280df6", "sha256": "a26aa201337ce209f2fadb786547354543e47f912330c7d70d373538f274203f" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "46933e09d9863493234d4e7ab2280df6", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6.4", "size": 391641, "upload_time": "2019-05-27T02:25:45", "url": "https://files.pythonhosted.org/packages/de/1d/3820503d6457fb2e17054efc17ac9f0d9236b942287e6e6f1f8d828b71e0/discord_ext_speedups-0.0.1-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "94ee72c18764f679e421ca889c0ed92d", "sha256": "5f5bc7b881c9b65d0ebf7a79073d48bfb6a9f534557800e63b6b3cfc6744e48e" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "94ee72c18764f679e421ca889c0ed92d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6.4", "size": 391643, "upload_time": "2019-05-27T02:25:46", "url": "https://files.pythonhosted.org/packages/bb/2f/4438007548eb5d9deac0a7427b546a97427cb7404ed44ca595aa56ce2508/discord_ext_speedups-0.0.1-cp37-cp37m-manylinux2010_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "21e25400569f1f30a1f70b7fe532f862", "sha256": "e69cb9ac10f8ebdeeaabb5aece8e9b72af6b9873ab8a0fa113b1f1f262e8d93b" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "21e25400569f1f30a1f70b7fe532f862", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6.4", "size": 164796, "upload_time": "2019-05-27T02:25:48", "url": "https://files.pythonhosted.org/packages/0d/2d/9e285a3a2b68fa6d4c2a8b2df9ca0ee3a37ad49e4de4371f3219ad0081ec/discord_ext_speedups-0.0.1-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7f47846b86a639b936905837ece37295", "sha256": "3ed4abdc0c7becd9a196d0d6cbdb866331faf4d97c5495b990fc5a23b834195b" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "7f47846b86a639b936905837ece37295", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6.4", "size": 215348, "upload_time": "2019-05-27T02:25:49", "url": "https://files.pythonhosted.org/packages/59/00/48767d9a8add6da5d423c235692c7cdb90d6f9e92c1dd3556013372fce18/discord_ext_speedups-0.0.1-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "387457e411fdde243fca9848df11292b", "sha256": "4e48216a6a5340c25e0e6f5a2b3b20c46308aaf879de3b5494e5cb4b35519b90" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "387457e411fdde243fca9848df11292b", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6.4", "size": 206654, "upload_time": "2019-05-27T02:25:51", "url": "https://files.pythonhosted.org/packages/47/5c/b34070361007704dad61d8d2b99b9e79420e962bcc0e855996ad5786f840/discord_ext_speedups-0.0.1-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "9ab48f63e1062ef7ab0f0785c89012a0", "sha256": "6c961f7143eacc686bcdf1b7db54a48c2dce6baadeaf35f3b927bf7c19d8f985" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.6-win32.egg", "has_sig": false, "md5_digest": "9ab48f63e1062ef7ab0f0785c89012a0", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6.4", "size": 168875, "upload_time": "2019-05-27T02:25:53", "url": "https://files.pythonhosted.org/packages/ba/f7/8e0f91c4b670e15e60e368ffbdfbb87adf186ef1b3ca1bb3a3200e98299a/discord_ext_speedups-0.0.1-py3.6-win32.egg" }, { "comment_text": "", "digests": { "md5": "272f8ef7101e191d5ecd1ad880d356e2", "sha256": "468b6d6a394ad6abda9e41cdb36b6830ba3ba9dd52b79f10473b5fce46e361aa" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.6-win-amd64.egg", "has_sig": false, "md5_digest": "272f8ef7101e191d5ecd1ad880d356e2", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6.4", "size": 219220, "upload_time": "2019-05-27T02:25:54", "url": "https://files.pythonhosted.org/packages/f0/13/98d03672a4480cc3295460a3d06ab07d4da3e0de0ff7e75aa792f5aed3b3/discord_ext_speedups-0.0.1-py3.6-win-amd64.egg" }, { "comment_text": "", "digests": { "md5": "b6f43597b82d92bc2082073c94395bdc", "sha256": "6a501548afa2c551ee72f41e5d49439d91d1789a161db03c00b63cddccb2dc14" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.7-linux-x86_64.egg", "has_sig": false, "md5_digest": "b6f43597b82d92bc2082073c94395bdc", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.4", "size": 204374, "upload_time": "2019-05-27T02:25:55", "url": "https://files.pythonhosted.org/packages/87/dc/f506b3ae4674810cdc308989de2dbd78e0f9e41d707411c0121ec1faf108/discord_ext_speedups-0.0.1-py3.7-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "247a29ee148fc5916b4f15035b7026dc", "sha256": "960e209a378caab9f00e632b73246e6409bda96f773ece357ebee6b7c2d37d4f" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.7-win32.egg", "has_sig": false, "md5_digest": "247a29ee148fc5916b4f15035b7026dc", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.4", "size": 168873, "upload_time": "2019-05-27T02:25:57", "url": "https://files.pythonhosted.org/packages/6b/4c/49cd165809bd07a25b4108f51cc6c17c2cce0159d19ba32a428c0cfe9a77/discord_ext_speedups-0.0.1-py3.7-win32.egg" }, { "comment_text": "", "digests": { "md5": "ec06bbdb8b5e15acda0fa9ab32b2ac36", "sha256": "523c03593913e98068babf8195bfc0e0e4732db4bf8803b39028a43d8bc50a0f" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.7-win-amd64.egg", "has_sig": false, "md5_digest": "ec06bbdb8b5e15acda0fa9ab32b2ac36", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.4", "size": 219448, "upload_time": "2019-05-27T02:25:58", "url": "https://files.pythonhosted.org/packages/9f/d8/8b17ed2dce970834a7ee7323e14f9e484a5518bf13dd8f2ce98d8dfd3e51/discord_ext_speedups-0.0.1-py3.7-win-amd64.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21b1c0f5d4e212e3c9a3d2bc55d129d5", "sha256": "e51af22c7d7b7dfb63ffecbc4fa5c03559511d8d821de3230010892cde846996" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "21b1c0f5d4e212e3c9a3d2bc55d129d5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.4", "size": 393985, "upload_time": "2019-05-27T02:25:37", "url": "https://files.pythonhosted.org/packages/00/bd/c1718138ecef5e97ad341b6413727478372b31d02d5018613db4bbdcc18d/discord_ext_speedups-0.0.1-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cc84866d2ff6ec55b85fbe454276bb95", "sha256": "b4810f7a62a56f626cf5ac783970a27694aacea9f525c4a9c2870f48d8abc5e8" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp36-cp36m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "cc84866d2ff6ec55b85fbe454276bb95", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.4", "size": 393989, "upload_time": "2019-05-27T02:25:39", "url": "https://files.pythonhosted.org/packages/55/9c/a6b3739b0aac5d6b4134b1222d13cbacb51f21a20c00b547aa917b6d8759/discord_ext_speedups-0.0.1-cp36-cp36m-manylinux2010_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8363f1cedf1594a427b14c1639e4d5db", "sha256": "e0de59249914c509a2a981986dd3b96668e7a1f4fbd2bfd7d9610f9c9842da1b" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "8363f1cedf1594a427b14c1639e4d5db", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.4", "size": 164817, "upload_time": "2019-05-27T02:25:41", "url": "https://files.pythonhosted.org/packages/bb/0c/7fc61558b20de5952b32b7185e582dc9e65f9bc8a56b36fe25ce1ffc3642/discord_ext_speedups-0.0.1-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "479e31a4f210c13e135ba98b506fc82a", "sha256": "c955c3e67bb634927b8faf12564a2e7882ea2d82f1122a52aa10c5211084337a" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "479e31a4f210c13e135ba98b506fc82a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6.4", "size": 215136, "upload_time": "2019-05-27T02:25:43", "url": "https://files.pythonhosted.org/packages/fe/29/e8192e1cb83c16989a4f4712b7e14a834aa644f154c5652b009539c8d7e4/discord_ext_speedups-0.0.1-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "46933e09d9863493234d4e7ab2280df6", "sha256": "a26aa201337ce209f2fadb786547354543e47f912330c7d70d373538f274203f" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "46933e09d9863493234d4e7ab2280df6", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6.4", "size": 391641, "upload_time": "2019-05-27T02:25:45", "url": "https://files.pythonhosted.org/packages/de/1d/3820503d6457fb2e17054efc17ac9f0d9236b942287e6e6f1f8d828b71e0/discord_ext_speedups-0.0.1-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "94ee72c18764f679e421ca889c0ed92d", "sha256": "5f5bc7b881c9b65d0ebf7a79073d48bfb6a9f534557800e63b6b3cfc6744e48e" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp37-cp37m-manylinux2010_x86_64.whl", "has_sig": false, "md5_digest": "94ee72c18764f679e421ca889c0ed92d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6.4", "size": 391643, "upload_time": "2019-05-27T02:25:46", "url": "https://files.pythonhosted.org/packages/bb/2f/4438007548eb5d9deac0a7427b546a97427cb7404ed44ca595aa56ce2508/discord_ext_speedups-0.0.1-cp37-cp37m-manylinux2010_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "21e25400569f1f30a1f70b7fe532f862", "sha256": "e69cb9ac10f8ebdeeaabb5aece8e9b72af6b9873ab8a0fa113b1f1f262e8d93b" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp37-cp37m-win32.whl", "has_sig": false, "md5_digest": "21e25400569f1f30a1f70b7fe532f862", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6.4", "size": 164796, "upload_time": "2019-05-27T02:25:48", "url": "https://files.pythonhosted.org/packages/0d/2d/9e285a3a2b68fa6d4c2a8b2df9ca0ee3a37ad49e4de4371f3219ad0081ec/discord_ext_speedups-0.0.1-cp37-cp37m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7f47846b86a639b936905837ece37295", "sha256": "3ed4abdc0c7becd9a196d0d6cbdb866331faf4d97c5495b990fc5a23b834195b" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "7f47846b86a639b936905837ece37295", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6.4", "size": 215348, "upload_time": "2019-05-27T02:25:49", "url": "https://files.pythonhosted.org/packages/59/00/48767d9a8add6da5d423c235692c7cdb90d6f9e92c1dd3556013372fce18/discord_ext_speedups-0.0.1-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "387457e411fdde243fca9848df11292b", "sha256": "4e48216a6a5340c25e0e6f5a2b3b20c46308aaf879de3b5494e5cb4b35519b90" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.6-linux-x86_64.egg", "has_sig": false, "md5_digest": "387457e411fdde243fca9848df11292b", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6.4", "size": 206654, "upload_time": "2019-05-27T02:25:51", "url": "https://files.pythonhosted.org/packages/47/5c/b34070361007704dad61d8d2b99b9e79420e962bcc0e855996ad5786f840/discord_ext_speedups-0.0.1-py3.6-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "9ab48f63e1062ef7ab0f0785c89012a0", "sha256": "6c961f7143eacc686bcdf1b7db54a48c2dce6baadeaf35f3b927bf7c19d8f985" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.6-win32.egg", "has_sig": false, "md5_digest": "9ab48f63e1062ef7ab0f0785c89012a0", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6.4", "size": 168875, "upload_time": "2019-05-27T02:25:53", "url": "https://files.pythonhosted.org/packages/ba/f7/8e0f91c4b670e15e60e368ffbdfbb87adf186ef1b3ca1bb3a3200e98299a/discord_ext_speedups-0.0.1-py3.6-win32.egg" }, { "comment_text": "", "digests": { "md5": "272f8ef7101e191d5ecd1ad880d356e2", "sha256": "468b6d6a394ad6abda9e41cdb36b6830ba3ba9dd52b79f10473b5fce46e361aa" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.6-win-amd64.egg", "has_sig": false, "md5_digest": "272f8ef7101e191d5ecd1ad880d356e2", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6.4", "size": 219220, "upload_time": "2019-05-27T02:25:54", "url": "https://files.pythonhosted.org/packages/f0/13/98d03672a4480cc3295460a3d06ab07d4da3e0de0ff7e75aa792f5aed3b3/discord_ext_speedups-0.0.1-py3.6-win-amd64.egg" }, { "comment_text": "", "digests": { "md5": "b6f43597b82d92bc2082073c94395bdc", "sha256": "6a501548afa2c551ee72f41e5d49439d91d1789a161db03c00b63cddccb2dc14" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.7-linux-x86_64.egg", "has_sig": false, "md5_digest": "b6f43597b82d92bc2082073c94395bdc", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.4", "size": 204374, "upload_time": "2019-05-27T02:25:55", "url": "https://files.pythonhosted.org/packages/87/dc/f506b3ae4674810cdc308989de2dbd78e0f9e41d707411c0121ec1faf108/discord_ext_speedups-0.0.1-py3.7-linux-x86_64.egg" }, { "comment_text": "", "digests": { "md5": "247a29ee148fc5916b4f15035b7026dc", "sha256": "960e209a378caab9f00e632b73246e6409bda96f773ece357ebee6b7c2d37d4f" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.7-win32.egg", "has_sig": false, "md5_digest": "247a29ee148fc5916b4f15035b7026dc", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.4", "size": 168873, "upload_time": "2019-05-27T02:25:57", "url": "https://files.pythonhosted.org/packages/6b/4c/49cd165809bd07a25b4108f51cc6c17c2cce0159d19ba32a428c0cfe9a77/discord_ext_speedups-0.0.1-py3.7-win32.egg" }, { "comment_text": "", "digests": { "md5": "ec06bbdb8b5e15acda0fa9ab32b2ac36", "sha256": "523c03593913e98068babf8195bfc0e0e4732db4bf8803b39028a43d8bc50a0f" }, "downloads": -1, "filename": "discord_ext_speedups-0.0.1-py3.7-win-amd64.egg", "has_sig": false, "md5_digest": "ec06bbdb8b5e15acda0fa9ab32b2ac36", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6.4", "size": 219448, "upload_time": "2019-05-27T02:25:58", "url": "https://files.pythonhosted.org/packages/9f/d8/8b17ed2dce970834a7ee7323e14f9e484a5518bf13dd8f2ce98d8dfd3e51/discord_ext_speedups-0.0.1-py3.7-win-amd64.egg" } ] }