{ "info": { "author": "David Young", "author_email": "davidrobertyoung@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "polyglot \n=========================\n\n.. image:: http://i.imgur.com/eifuDPP.png\n :width: 300 px\n\n*A python package and command-line tools for translating documents and webpages to various markup languages and document formats (html, epub, mobi ..)*.\n\n.. image:: https://readthedocs.org/projects/pypolyglot/badge/\n :target: http://pypolyglot.readthedocs.io/en/latest/?badge\n :alt: Documentation Status\n\n.. image:: https://cdn.rawgit.com/thespacedoctor/polyglot/master/coverage.svg\n :target: https://cdn.rawgit.com/thespacedoctor/polyglot/master/htmlcov/index.html\n :alt: Coverage Status\n\n\n\n\n\nHere's a summary of what's included in the python package:\n\n.. include:: /classes_and_functions.rst\n\nCommand-Line Usage\n==================\n\n.. code-block:: bash \n\n\n Documentation for polyglot can be found here: http://pypolyglot.readthedocs.org/en/stable\n\n Translate documents and webpages to various markup languages and document formats (html, epub, mobi ..)\n\n Usage:\n polyglot init\n polyglot [-oc] (pdf|html|epub|mobi) [ -f -s ]\n polyglot kindle [-f -s ]\n polyglot [-o] (epub|mobi) [ -f -s ]\n polyglot kindle [-f -s ]\n polyglot [-o] kindleNB2MD [ -s ]\n\n Options:\n init setup the polyglot settings file for the first time\n pdf print webpage to pdf\n html parse and download webpage to a local HTML document\n epub generate an epub format book from a webpage URL\n kindle send webpage article straight to kindle\n\n -h, --help show this help message\n -v, --version show version\n -o, --open open the document after creation\n -c, --clean add polyglot's clean styling to the output document\n the url of the article's webpage\n path to a DOCX file\n -s , --settings path to alternative settings file (optional)\n the folder to save the parsed PDF or HTML document to (optional)\n -f , --filename the name of the file to save, otherwise use webpage title as filename (optional)\n\n\nDocumentation\n=============\n\nDocumentation for polyglot is hosted by `Read the Docs `__ (last `stable version `__ and `latest version `__).\n\nInstallation\n============\n\nThe easiest way to install polyglot is to use ``pip``:\n\n.. code:: bash\n\n pip install polyglot\n\nOr you can clone the `github repo `__ and install from a local version of the code:\n\n.. code:: bash\n\n git clone git@github.com:thespacedoctor/polyglot.git\n cd polyglot\n python setup.py install\n\nTo upgrade to the latest version of polyglot use the command:\n\n.. code:: bash\n\n pip install polyglot --upgrade\n\n\nDevelopment\n-----------\n\nIf you want to tinker with the code, then install in development mode.\nThis means you can modify the code from your cloned repo:\n\n.. code:: bash\n\n git clone git@github.com:thespacedoctor/polyglot.git\n cd polyglot\n python setup.py develop\n\n`Pull requests `__\nare welcomed!\n\nSublime Snippets\n~~~~~~~~~~~~~~~~\n\nIf you use `Sublime Text `_ as your code editor, and you're planning to develop your own python code with polyglot, you might find `my Sublime Snippets `_ useful. \n\nIssues\n------\n\nPlease report any issues\n`here `__.\n\nLicense\n=======\n\nCopyright (c) 2018 David Young\n\nPermission is hereby granted, free of charge, to any person obtaining a\ncopy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/thespacedoctor/polyglot/archive/v1.0.1.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/thespacedoctor/polyglot", "keywords": "pdf, html, parser", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pypolyglot", "package_url": "https://pypi.org/project/pypolyglot/", "platform": "", "project_url": "https://pypi.org/project/pypolyglot/", "project_urls": { "Download": "https://github.com/thespacedoctor/polyglot/archive/v1.0.1.zip", "Homepage": "https://github.com/thespacedoctor/polyglot" }, "release_url": "https://pypi.org/project/pypolyglot/1.0.1/", "requires_dist": [ "bs4", "fundamentals", "pypolyglot", "pyyaml", "requests" ], "requires_python": "", "summary": "Translate documents and webpages to various markup languages and document formats (html, epub, mobi ..)", "version": "1.0.1" }, "last_serial": 5169842, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "b95546a1f54da34907691d2493aa90ce", "sha256": "5a0d6de0c7eb5ded6b5e025d60ffcbd0e3b2036d23454f36d118b81fd0d10595" }, "downloads": -1, "filename": "pypolyglot-0.10.0.tar.gz", "has_sig": false, "md5_digest": "b95546a1f54da34907691d2493aa90ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34057680, "upload_time": "2017-03-02T13:44:55", "url": "https://files.pythonhosted.org/packages/29/e0/a236f7fcb24dd65b22c60504eec94c637cb23823bad9be878065030bcc8c/pypolyglot-0.10.0.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "27d8fb2e1e359edd0f9a08004cdf56d7", "sha256": "e5cff63710a653e43df0615aef2f7556a3898ca713cdb520c8b0422dbbb50c0d" }, "downloads": -1, "filename": "pypolyglot-0.3-py2.7.egg", "has_sig": false, "md5_digest": "27d8fb2e1e359edd0f9a08004cdf56d7", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 25761630, "upload_time": "2017-07-21T09:51:32", "url": "https://files.pythonhosted.org/packages/13/b7/950b5371a9de76fccca99c449bacc49e5d623d28a5c98db5870f0c201d7b/pypolyglot-0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1d343e7f107f92dd23ea532733d9b407", "sha256": "5597055bf9e1dd403758921d4e8e4cf8c806d80f3f6cdceab608477249cdf7a8" }, "downloads": -1, "filename": "pypolyglot-0.3.tar.gz", "has_sig": false, "md5_digest": "1d343e7f107f92dd23ea532733d9b407", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25736567, "upload_time": "2016-10-08T19:56:16", "url": "https://files.pythonhosted.org/packages/cd/d5/de83b598fb93dac6e3f4afcf9f060272e7fac9403054a047b83e871cf503/pypolyglot-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "3469eba5352653cd2bdb45c8af30a9d6", "sha256": "a52f4abcd4cd7cc8b11265594f7ea9d83ca85e197f225e77771b04797270ad3b" }, "downloads": -1, "filename": "pypolyglot-0.4-py2.7.egg", "has_sig": false, "md5_digest": "3469eba5352653cd2bdb45c8af30a9d6", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1168826, "upload_time": "2017-07-21T09:51:41", "url": "https://files.pythonhosted.org/packages/a4/5e/61187eb2fac64abe329705701f4fda0d1cb1c1643610746af2ca5419996c/pypolyglot-0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "175728c4ffd3b0334882ad58f6559c01", "sha256": "9bb6e9c9d90b2b918045885e4c9ff70ed66ef1d40e8a19bf7f25e1e7f826719a" }, "downloads": -1, "filename": "pypolyglot-0.4.tar.gz", "has_sig": false, "md5_digest": "175728c4ffd3b0334882ad58f6559c01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25328996, "upload_time": "2016-10-10T07:59:42", "url": "https://files.pythonhosted.org/packages/f2/63/7a3afc667aedc22d6c7167e11b49e15bc02c72c542418cb316b7a1adc98e/pypolyglot-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "4a20ddb692ed25385e8e8bde0ad6812e", "sha256": "bd503c3351704c9672d6f046aafd9b30e539c972ee037b2d01beceb91ee88cd4" }, "downloads": -1, "filename": "pypolyglot-0.5.tar.gz", "has_sig": false, "md5_digest": "4a20ddb692ed25385e8e8bde0ad6812e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097048, "upload_time": "2016-10-10T13:38:09", "url": "https://files.pythonhosted.org/packages/41/f6/1ce237e2f406d2ddcb93bc14c0788b2384fe9abc3619c76e7ddc4ccf20f4/pypolyglot-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "f066b8a1a176569f16504b9dba258a91", "sha256": "642caa1cfeaa8e640402311a72bf69a6f2645a6cfe0398c52bc962dcbfd52877" }, "downloads": -1, "filename": "pypolyglot-0.5.1.tar.gz", "has_sig": false, "md5_digest": "f066b8a1a176569f16504b9dba258a91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097088, "upload_time": "2016-10-10T21:05:04", "url": "https://files.pythonhosted.org/packages/b9/7b/51f3d3fd8c35fef92299b856b42e00cd2221bb9e5506a10b50823aa1b974/pypolyglot-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "808f41d6e7b78facdaca1a47af8534b5", "sha256": "3f508f3a9ab74ea65ad7677ac585202b64cc304c266733c21a46730e750c27ce" }, "downloads": -1, "filename": "pypolyglot-0.5.2.tar.gz", "has_sig": false, "md5_digest": "808f41d6e7b78facdaca1a47af8534b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097493, "upload_time": "2016-10-11T07:16:03", "url": "https://files.pythonhosted.org/packages/4b/57/db0670b722d8861af3f89b6d86185dc645ac069666405f65bf73c2f575ff/pypolyglot-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "aebb86687a58633da8d81adae7c62d30", "sha256": "c8b6612f8022a28f0ba57b2d7f72f7ae06bb11f02457b32b7de047cbaf6a21be" }, "downloads": -1, "filename": "pypolyglot-0.5.3.tar.gz", "has_sig": false, "md5_digest": "aebb86687a58633da8d81adae7c62d30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097473, "upload_time": "2016-10-11T19:32:15", "url": "https://files.pythonhosted.org/packages/17/c7/f52bc8d72eaa956c692b3f11eaf5acd221cc9001950011f38d42583f27b5/pypolyglot-0.5.3.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "a24d73f5c006f1d2418fcea04f6da27d", "sha256": "ab18c3a51b1e9289e5797b1c7e3857f4994d07ecadeae76e866f6fa70d9ee204" }, "downloads": -1, "filename": "pypolyglot-0.5.5.tar.gz", "has_sig": false, "md5_digest": "a24d73f5c006f1d2418fcea04f6da27d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097482, "upload_time": "2016-10-11T19:41:28", "url": "https://files.pythonhosted.org/packages/d7/29/f473feabb04b5d524493b467dac9951ce9e47edc31db0b1624de0e756321/pypolyglot-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "784eb378c778e79d13e9da910499caa2", "sha256": "f44d680a6fab47c1f83964ed166fe6aa7f2f1108f60bfa51dbae623c59e5d84c" }, "downloads": -1, "filename": "pypolyglot-0.5.6.tar.gz", "has_sig": false, "md5_digest": "784eb378c778e79d13e9da910499caa2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097496, "upload_time": "2016-10-11T19:54:37", "url": "https://files.pythonhosted.org/packages/b4/51/9b33bda85ba38e4da3bfdee434cb6d969b858bfcf89883892da5e976b47d/pypolyglot-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "9382077a97665902541ac94d835d179b", "sha256": "69a16720759f59fc3148fddf8d5b9d4bc8b3a4d6ea2ac6f4ae33bd4ea18e8e3d" }, "downloads": -1, "filename": "pypolyglot-0.5.7.tar.gz", "has_sig": false, "md5_digest": "9382077a97665902541ac94d835d179b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1097496, "upload_time": "2016-10-11T20:06:52", "url": "https://files.pythonhosted.org/packages/4e/c1/f8fbdfe4260ed4c9b930b3f86c7cd62543ab02a0af80edd0ed6a2cba2d10/pypolyglot-0.5.7.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "b89c6b856df716b57260df8935d074d3", "sha256": "b8dfe8f971f98adb66b6ddf49aaeaddcb18509226e39b895fc085275928db852" }, "downloads": -1, "filename": "pypolyglot-0.6-py2.7.egg", "has_sig": false, "md5_digest": "b89c6b856df716b57260df8935d074d3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 4851538, "upload_time": "2017-07-21T09:51:44", "url": "https://files.pythonhosted.org/packages/e0/3a/575e2b69b2c8c8ea3901bc0eb1596d8649f1472e03283bdd67eae82ced3a/pypolyglot-0.6-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "7ca2c297ed3bfd9a60a265b168dab5f7", "sha256": "95244e7ba43a1241f481e6ddbc322f03f329d4417ae88ab0a649c382fc692723" }, "downloads": -1, "filename": "pypolyglot-0.6.tar.gz", "has_sig": false, "md5_digest": "7ca2c297ed3bfd9a60a265b168dab5f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30201119, "upload_time": "2016-10-15T17:07:42", "url": "https://files.pythonhosted.org/packages/7a/5b/bf35bdbd003cf67c7f3e183a01ec75ea9c5f1870b250bc41b70e7a09212b/pypolyglot-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "061bd841c52d7ba790f69d1b99e0b21a", "sha256": "57337548fa7f303cd50671b882e5aa44848a4a3acc03e6ed03a5544427becde8" }, "downloads": -1, "filename": "pypolyglot-0.6.1.tar.gz", "has_sig": false, "md5_digest": "061bd841c52d7ba790f69d1b99e0b21a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30201357, "upload_time": "2016-10-19T14:30:05", "url": "https://files.pythonhosted.org/packages/d9/79/ce5eb07c5b2bbf90f04c006403806ca35d6ab4db2bee5a867458e99fbf5f/pypolyglot-0.6.1.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "228a3cfa012401674bdf461187f71a59", "sha256": "140dc1b797b04989a1eb980e64eff4edb2f49aa0c276bbe5cf983849e207ebb9" }, "downloads": -1, "filename": "pypolyglot-0.7-py2.7.egg", "has_sig": false, "md5_digest": "228a3cfa012401674bdf461187f71a59", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 30241359, "upload_time": "2017-07-21T09:51:58", "url": "https://files.pythonhosted.org/packages/04/b4/32997b9b763e7f83472f8dc5590c0d32eab9a81cefb6a22447b00d9f07ad/pypolyglot-0.7-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "95914ec2db6c2e42ef161d26459c3b01", "sha256": "ee5347345587dc8974dc07db38b927fd4f091013076a11187abd20ec4ded059c" }, "downloads": -1, "filename": "pypolyglot-0.7.tar.gz", "has_sig": false, "md5_digest": "95914ec2db6c2e42ef161d26459c3b01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16540745, "upload_time": "2016-10-19T21:32:21", "url": "https://files.pythonhosted.org/packages/aa/5f/db4bc3bd41eb28d1be7b7f0ecc12586382f4795194421e7996349a904289/pypolyglot-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "8e0c3ddfd2a19353f6e996faaa8be2f0", "sha256": "1e0d6e02da04505bbcf2ba41c141ddff8411f17a95730bd0cbc73cbb1d602733" }, "downloads": -1, "filename": "pypolyglot-0.7.1.tar.gz", "has_sig": false, "md5_digest": "8e0c3ddfd2a19353f6e996faaa8be2f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16541029, "upload_time": "2016-10-20T12:40:14", "url": "https://files.pythonhosted.org/packages/5a/5b/d8943bc52187acc0f8aeaf855a20ea84c64cffd4db29e234c911ba55e9af/pypolyglot-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "a3492ab460294e947faeab2c750bb10b", "sha256": "ab0387d39edef3696481755cbf0175306445e38fc557b9d9f7ea1278675f684f" }, "downloads": -1, "filename": "pypolyglot-0.7.2-py2.7.egg", "has_sig": false, "md5_digest": "a3492ab460294e947faeab2c750bb10b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 28427469, "upload_time": "2017-07-21T09:52:10", "url": "https://files.pythonhosted.org/packages/2e/c0/928c06d8007f82a7eb8e8326e2424b9d0f6d0c346093f0eda46048ef7a0e/pypolyglot-0.7.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "45423bdaa8949c9ce2ef798ca600dce9", "sha256": "f99fcb7aed650b2629e594c7623817f451bd99bc9e9eb0be02080f3100a101a8" }, "downloads": -1, "filename": "pypolyglot-0.7.2.tar.gz", "has_sig": false, "md5_digest": "45423bdaa8949c9ce2ef798ca600dce9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16541030, "upload_time": "2016-10-20T20:44:52", "url": "https://files.pythonhosted.org/packages/17/64/ca196dadaea2e9a86c836089d80b63f046115d83b41dffce4403ea70fd0d/pypolyglot-0.7.2.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "20a0d07f05baceb4d7dbdd3bedd27e82", "sha256": "ca69050f0895deb7ed083fb6a15c56879ea26d46159722bd0a1db6f1bc878f25" }, "downloads": -1, "filename": "pypolyglot-0.8.tar.gz", "has_sig": false, "md5_digest": "20a0d07f05baceb4d7dbdd3bedd27e82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30538679, "upload_time": "2016-12-08T13:43:39", "url": "https://files.pythonhosted.org/packages/a2/2b/34592c1f77e14d053edc66bb209022213be6533f6fe8acba2647bcd88fc2/pypolyglot-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "8e89095e66482ad44a5d957f8c600cca", "sha256": "5401e6052f5e5d951bce6c34bba20c71d60fe770de40a4dc5e6621bd4d46ec46" }, "downloads": -1, "filename": "pypolyglot-0.8.1.tar.gz", "has_sig": false, "md5_digest": "8e89095e66482ad44a5d957f8c600cca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4238320, "upload_time": "2016-12-08T14:05:30", "url": "https://files.pythonhosted.org/packages/07/cd/27468d732822b2146d969e2bec487efaff953b97662456b3f317c692a49a/pypolyglot-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "d42c4fe05430732a0a682e41289e9656", "sha256": "00bbe4f092710c59dea9e5dc4594ad98cf08451d760dc8941e8622c5943b5b45" }, "downloads": -1, "filename": "pypolyglot-0.8.2.tar.gz", "has_sig": false, "md5_digest": "d42c4fe05430732a0a682e41289e9656", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4238344, "upload_time": "2017-01-12T11:34:35", "url": "https://files.pythonhosted.org/packages/12/2d/8611a014a722425c8d1725cf9d9491cad7926e748a6c458862820abb272c/pypolyglot-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "3c365684171e1bde27c908612941c203", "sha256": "08247e9de105b3bcb4162d017b31bb854abf8ccd1a2f23954975202c3d1d983c" }, "downloads": -1, "filename": "pypolyglot-0.8.3-py2.7.egg", "has_sig": false, "md5_digest": "3c365684171e1bde27c908612941c203", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8403708, "upload_time": "2017-07-21T09:52:25", "url": "https://files.pythonhosted.org/packages/a3/1e/ae4a0b23837aae1805fa75ce16a97f2261bf2aa24d0c69c66cc5793af6e8/pypolyglot-0.8.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "71fcf5364987a423bd92d296caa13931", "sha256": "8982d2ddbc915de4e7df0556ebcb7354a770365bebc97512feddaa1e65fcad57" }, "downloads": -1, "filename": "pypolyglot-0.8.3.tar.gz", "has_sig": false, "md5_digest": "71fcf5364987a423bd92d296caa13931", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4238400, "upload_time": "2017-01-12T13:32:55", "url": "https://files.pythonhosted.org/packages/33/27/30ba44a0b2d59b87d5ded87e1b77ce4441ff79d03e58fdd8355b63444da8/pypolyglot-0.8.3.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "e77a9f491902cab56621850e733a046d", "sha256": "17ac54375705bb0c69e5467eee280418f778abfee339d85a61b69950691ad206" }, "downloads": -1, "filename": "pypolyglot-0.9.0-py2.7.egg", "has_sig": false, "md5_digest": "e77a9f491902cab56621850e733a046d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 8415518, "upload_time": "2017-07-21T09:52:30", "url": "https://files.pythonhosted.org/packages/eb/e0/c14decf13ffc06d82cc693a10deaed3e60c611f1d0ea4853885d9ea80f93/pypolyglot-0.9.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "c58a75f54bd78b276e56d56b7b636f8a", "sha256": "458c9e1bbf9abdf8777aa91c311feb2a10db28a66482e4f0c9acfae740ecc03f" }, "downloads": -1, "filename": "pypolyglot-0.9.0.tar.gz", "has_sig": false, "md5_digest": "c58a75f54bd78b276e56d56b7b636f8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8340989, "upload_time": "2017-02-25T07:05:30", "url": "https://files.pythonhosted.org/packages/c0/38/e9717cdc69108870e908e52640295025524a4aab481c55eecb650de71cba/pypolyglot-0.9.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d332bf9e5348322b18d76b9e4ca7e82f", "sha256": "70c3ec9c10c73dfb919e2f7d7847dd20f645634d1a9ff8dc27134588d9f15673" }, "downloads": -1, "filename": "pypolyglot-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "d332bf9e5348322b18d76b9e4ca7e82f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33602790, "upload_time": "2017-07-21T09:50:23", "url": "https://files.pythonhosted.org/packages/46/cc/a688c492fb61f83ef25338efd66dabb30adb1dccd84b8dbad58d40102360/pypolyglot-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb6a18cecf1d22c15ee0332a6debda87", "sha256": "a22ff70189cd1ceb2bcfd38fdeb42259b8e8f41b24cd78b4cc1732f990dcd1b8" }, "downloads": -1, "filename": "pypolyglot-1.0.0.tar.gz", "has_sig": false, "md5_digest": "eb6a18cecf1d22c15ee0332a6debda87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29389802, "upload_time": "2017-07-21T09:52:46", "url": "https://files.pythonhosted.org/packages/2d/45/b730468fabf25356e98ecd53d8c52818432b338181814b189b25573940a7/pypolyglot-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6e000ed6c93c856001fae98616af03b0", "sha256": "7df2a2bca8fef915f6a39cc18cf1976253f47018e8d21ce53d7d239e025a1499" }, "downloads": -1, "filename": "pypolyglot-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "6e000ed6c93c856001fae98616af03b0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33602816, "upload_time": "2019-04-21T13:28:02", "url": "https://files.pythonhosted.org/packages/7f/3a/8c04c8f3cbdeffd6e5d9d578b934db9a84a07c1fc3ecdace7cb18518c123/pypolyglot-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41933de85595c93423d5812d1cad779f", "sha256": "0843a292b9902bed7c387015735732501d2e568e08ad86abaee2ab3a5f2a23fb" }, "downloads": -1, "filename": "pypolyglot-1.0.1.tar.gz", "has_sig": false, "md5_digest": "41933de85595c93423d5812d1cad779f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29389307, "upload_time": "2019-04-21T13:28:42", "url": "https://files.pythonhosted.org/packages/d3/91/ea77a7384ce41a6c69c5c9f83f18e1021bfdd7cb7116c00d19c0a7160884/pypolyglot-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e000ed6c93c856001fae98616af03b0", "sha256": "7df2a2bca8fef915f6a39cc18cf1976253f47018e8d21ce53d7d239e025a1499" }, "downloads": -1, "filename": "pypolyglot-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "6e000ed6c93c856001fae98616af03b0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 33602816, "upload_time": "2019-04-21T13:28:02", "url": "https://files.pythonhosted.org/packages/7f/3a/8c04c8f3cbdeffd6e5d9d578b934db9a84a07c1fc3ecdace7cb18518c123/pypolyglot-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41933de85595c93423d5812d1cad779f", "sha256": "0843a292b9902bed7c387015735732501d2e568e08ad86abaee2ab3a5f2a23fb" }, "downloads": -1, "filename": "pypolyglot-1.0.1.tar.gz", "has_sig": false, "md5_digest": "41933de85595c93423d5812d1cad779f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29389307, "upload_time": "2019-04-21T13:28:42", "url": "https://files.pythonhosted.org/packages/d3/91/ea77a7384ce41a6c69c5c9f83f18e1021bfdd7cb7116c00d19c0a7160884/pypolyglot-1.0.1.tar.gz" } ] }