{ "info": { "author": "Stephan H\u00fcgel", "author_email": "urschrei@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Simplification \n==============\n\n|Line|\n\nSimplify a LineString using the\n`Ramer\u2013Douglas\u2013Peucker `_ or `Visvalingam\u2013Whyatt `_\nalgorithms\n\n\nInstallation\n------------\n\n``pip install simplification``\n\nPlease use a recent (>= 8.1.2) version of ``pip``\n\nSupported Python Versions\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\n- Python 2.7\n- Python 3.5\n- Python 3.6\n- Python 3.7\n\nSupported Platforms\n~~~~~~~~~~~~~~~~~~~\n\n\n- Linux (``manylinux1``-compatible)\n- OS X\n- Windows 32-bit / 64-bit\n\nUsage\n-----\n\n.. code-block:: python\n\n import numpy as np\n from simplification.cutil import simplify_coords, simplify_coordsvw\n\n coords = [\n [0.0, 0.0],\n [5.0, 4.0],\n [11.0, 5.5],\n [17.3, 3.2],\n [27.8, 0.1]\n ]\n\n # For RDP, Try an epsilon of 1.0 to start with. Other sensible values include 0.01, 0.001\n simplified = simplify_coords(coords, 1.0)\n\n # simplified is [[0.0, 0.0], [5.0, 4.0], [11.0, 5.5], [27.8, 0.1]]\n\n # Using Visvalingam-Whyatt\n # we can also pass numpy arrays, in which case numpy arrays are returned\n coords_vw = np.array([\n [5.0, 2.0],\n [3.0, 8.0],\n [6.0, 20.0],\n [7.0, 25.0],\n [10.0, 10.0]\n ])\n simplified_vw = simplify_coords_vw(coords, 30.0)\n\n # simplified_vw is [[5.0, 2.0], [7.0, 25.0], [10.0, 10.0]]\n\n\nHow it Works\n------------\n\nFFI and a `Rust binary `_\n\nIs It Fast\n----------\n\nI should think so.\n\nLicense\n-------\n\n`MIT `_\n\n.. |Line| image:: https://cdn.rawgit.com/urschrei/rdp/6c84264fd9cdc0b8fdf974fc98e51fea4834ed05/rdp.svg\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/urschrei/simplification/tarball/v0.4.2", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/urschrei/simplification", "keywords": "Geo,Polyline,Linestring,Ramer-Douglas-Peucker,Douglas-Peucker,Visvalingam-Whyatt", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "simplification", "package_url": "https://pypi.org/project/simplification/", "platform": "", "project_url": "https://pypi.org/project/simplification/", "project_urls": { "Download": "https://github.com/urschrei/simplification/tarball/v0.4.2", "Homepage": "https://github.com/urschrei/simplification" }, "release_url": "https://pypi.org/project/simplification/0.4.2/", "requires_dist": [ "numpy (>=1.11.0)" ], "requires_python": "", "summary": "Fast linestring simplification using RDP or Visvalingam-Whyatt and a Rust binary", "version": "0.4.2" }, "last_serial": 4716275, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "1028989accb6fddff69214e28082c30e", "sha256": "b12b7b2bb2d20fa87456913e0542becdce798f239bff6dc666e2a65bd8da7db7" }, "downloads": -1, "filename": "simplification-0.1.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "1028989accb6fddff69214e28082c30e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 684330, "upload_time": "2016-08-08T19:46:00", "url": "https://files.pythonhosted.org/packages/d2/a3/e5774b31d53264be2165e38b91a0f90d6cd71285e1dddfd85da8a010b6fc/simplification-0.1.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9db64a1504a2942ef6a8c4ac717e9bf4", "sha256": "6621c556e1cc3d698e1fd1718e7c67f69268939cd998baf6c2f42f82e5a2f6b3" }, "downloads": -1, "filename": "simplification-0.1.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "9db64a1504a2942ef6a8c4ac717e9bf4", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 855436, "upload_time": "2016-08-08T19:46:22", "url": "https://files.pythonhosted.org/packages/46/8d/be280f41fa356958b88acb503bb1e8e1745409c43e093b99e1b395ee2dce/simplification-0.1.1-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "eb74e0361a69d828a0639ccdd558e208", "sha256": "32c1664f411a9d0fa773dac2a59e019d2d1c355c3f86d05693953b63f9c46221" }, "downloads": -1, "filename": "simplification-0.1.1-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "eb74e0361a69d828a0639ccdd558e208", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 909748, "upload_time": "2016-08-08T19:46:07", "url": "https://files.pythonhosted.org/packages/b2/48/564aa0558ab191a8f1613d9214af41db367d1192cec95639a682cabc651e/simplification-0.1.1-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "9659feeff578d1666585624ffab50960", "sha256": "808d1c3777d6b1f6d7edb8c47a94663526cda28fab492efd78df2c81b2b6fe99" }, "downloads": -1, "filename": "simplification-0.1.1-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "9659feeff578d1666585624ffab50960", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 850231, "upload_time": "2016-08-08T19:46:15", "url": "https://files.pythonhosted.org/packages/f0/2c/7b97c256b3060d9c2b7893ea6bc0f68de3c010d8ec4901308251ef60c37e/simplification-0.1.1-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "74d5f11080c3a3293d68483d86f16c3e", "sha256": "e5c09d61a50fcb18a475c5f10eedeb18b011c2377c89a2c73e0936c4b4ced596" }, "downloads": -1, "filename": "simplification-0.1.1-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "74d5f11080c3a3293d68483d86f16c3e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 851150, "upload_time": "2016-08-08T19:46:29", "url": "https://files.pythonhosted.org/packages/5e/d6/47fc72aa8ffeff23467c9815417b35d2de25830ffa6f55fbdf8241eb4ba2/simplification-0.1.1-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "73df5d6db76b80ac33555f202131fa19", "sha256": "c7eec4359f085a5abb7ca5b6cdf9c58f00acd476034479f59274339d7e9fb0b8" }, "downloads": -1, "filename": "simplification-0.1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "73df5d6db76b80ac33555f202131fa19", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 685839, "upload_time": "2016-08-08T19:46:37", "url": "https://files.pythonhosted.org/packages/c2/02/dc6bf00ef8a02e4133f2ec37527a10916a0f9a5e1638ba1b954963e444a2/simplification-0.1.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "44e700a066c466961716789afea0564a", "sha256": "c559e35e95ed06a4ec57b1a87e432dcef6740d26536bd3727ea46bfe6692ae6e" }, "downloads": -1, "filename": "simplification-0.1.1-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "44e700a066c466961716789afea0564a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 869655, "upload_time": "2016-08-08T19:46:44", "url": "https://files.pythonhosted.org/packages/56/f5/b5733b75eb0308e5d47d487e86a3ed9cc48cdcf2bf8a052446c77c14039e/simplification-0.1.1-cp35-cp35m-manylinux1_x86_64.whl" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "500ee28500f349d1dbaac97479db4823", "sha256": "cc93b76191ba8ec5fd763810bc9a88a9cfabed9c1b2d29b4fb9549e21b2381e2" }, "downloads": -1, "filename": "simplification-0.1.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "500ee28500f349d1dbaac97479db4823", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 685080, "upload_time": "2016-08-08T21:19:48", "url": "https://files.pythonhosted.org/packages/7f/52/c003a9f646671acc89f261b39e4766b420e934453c638856bca2a2207ff2/simplification-0.1.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b0ea9808ef8007b060f662e8928aba10", "sha256": "62b7fac532c368a914056cf2183e16f6edb0b7fde808642a7eced472b29e4945" }, "downloads": -1, "filename": "simplification-0.1.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "b0ea9808ef8007b060f662e8928aba10", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 854887, "upload_time": "2016-08-08T21:20:09", "url": "https://files.pythonhosted.org/packages/5d/3d/8cca8bf2ab962229403fad456ffa096ce70da207ab012d2fdc7b7ec9db8a/simplification-0.1.2-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3e26b9177bac34ab1ff4411b51317c00", "sha256": "ca3e029fd31d24a187455f6e7f44c675f11e0740145801874a08753c6bf5a9f4" }, "downloads": -1, "filename": "simplification-0.1.2-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "3e26b9177bac34ab1ff4411b51317c00", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 910217, "upload_time": "2016-08-08T21:19:55", "url": "https://files.pythonhosted.org/packages/a1/eb/d6005a344ebec51735ce3d8e8c5ac3681042be54a0b3b30222b72df80167/simplification-0.1.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "30246acfa0eff6b0cc554736c3604ade", "sha256": "5b784270771453463327555f08793bafd0f16955163f66b630d36de94ba9fdb0" }, "downloads": -1, "filename": "simplification-0.1.2-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "30246acfa0eff6b0cc554736c3604ade", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 850828, "upload_time": "2016-08-08T21:20:03", "url": "https://files.pythonhosted.org/packages/9a/d2/cba387700815a70fced0ba7cf6003651caab75bf4835d767af63d5f7773e/simplification-0.1.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "5184eeb8fba827da6f17b7a0b6e9bcb9", "sha256": "ee1abb89f2d3f57bbf1d51a03f8d35aae670e84d3e232b204aa7f2aefbb293fa" }, "downloads": -1, "filename": "simplification-0.1.2-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "5184eeb8fba827da6f17b7a0b6e9bcb9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 851283, "upload_time": "2016-08-08T21:20:17", "url": "https://files.pythonhosted.org/packages/7b/a1/a61c9eb6adad180224e062349b4f6b57c1ebac75ce87e3efa86b3e67fe84/simplification-0.1.2-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "dbe338c6ec97b41db6690995c2429be5", "sha256": "46eacff4d742799241d348a4ed27c3a7dbfb527cf021962d400d2de9fe07e377" }, "downloads": -1, "filename": "simplification-0.1.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "dbe338c6ec97b41db6690995c2429be5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 686573, "upload_time": "2016-08-08T21:20:23", "url": "https://files.pythonhosted.org/packages/85/51/a65bf8a44c964426a6a3b3c2fc561955c4c3634a9f10cc15656747ae0488/simplification-0.1.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "19d4f3250561070d39359d5293f12bd6", "sha256": "6f08ba7f5280dbd1a3e261df20b040e716c40762de2060c679aa3c27f65e3b4a" }, "downloads": -1, "filename": "simplification-0.1.2-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "19d4f3250561070d39359d5293f12bd6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 870745, "upload_time": "2016-08-08T21:20:30", "url": "https://files.pythonhosted.org/packages/82/72/2425c4ee982c92f74b5f89f08405279286dba6bcdb4d21891c51e87233be/simplification-0.1.2-cp35-cp35m-manylinux1_x86_64.whl" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "3fa784e205e5af5d5332151a32f68e68", "sha256": "d055ba0951a2054a4a5de0b22bacfd3c597ca37e8d22c2ab6005533d181fb48b" }, "downloads": -1, "filename": "simplification-0.1.6-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "3fa784e205e5af5d5332151a32f68e68", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 629043, "upload_time": "2017-01-14T01:31:14", "url": "https://files.pythonhosted.org/packages/f7/27/015a69cb5fc7ddd9d0386096b24272986f84186c47ac05ace591ee821bca/simplification-0.1.6-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6ba5179ea2c42dc2d2e2ca83e1a3c828", "sha256": "dd10dbc6740359a788d093bc31f65dd33835739a62863e42e44784a9b30ceeb5" }, "downloads": -1, "filename": "simplification-0.1.6-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "6ba5179ea2c42dc2d2e2ca83e1a3c828", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 792552, "upload_time": "2017-01-14T01:31:53", "url": "https://files.pythonhosted.org/packages/e5/54/3e84ef61fa6c296e7d6b20ba9d8cd927fff05e188edac93f8120852adc4d/simplification-0.1.6-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e253034b8f7d3f23ef271109d1f28925", "sha256": "b07a8b147c5a67947d03ea6027ad10efd2dec319d8918f619167e6293de443b5" }, "downloads": -1, "filename": "simplification-0.1.6-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "e253034b8f7d3f23ef271109d1f28925", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 805052, "upload_time": "2017-01-14T01:31:27", "url": "https://files.pythonhosted.org/packages/cb/93/22390259fd2279fb0031b4cc904fd80eeae387a39f21126c467b744ccc0b/simplification-0.1.6-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "bd6f37932e982f50ee4461abae51c204", "sha256": "c955bd08197bb0bdadceebfa73fb93f6827ef0aa4a87f56d557fdfb0fa924240" }, "downloads": -1, "filename": "simplification-0.1.6-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "bd6f37932e982f50ee4461abae51c204", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 744982, "upload_time": "2017-01-14T01:31:40", "url": "https://files.pythonhosted.org/packages/50/23/9dd41e431ed2d0206fbc220f8c4f85628e363b1f992bb428dd086692a83d/simplification-0.1.6-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "fc38db0fd775d65ec19fef3b1e7b4986", "sha256": "10af2f6fbbf8fb560e6f4801d8c8d6cd79453a75fdfb346204a572947cb17fb5" }, "downloads": -1, "filename": "simplification-0.1.6-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "fc38db0fd775d65ec19fef3b1e7b4986", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 744890, "upload_time": "2017-01-14T01:32:05", "url": "https://files.pythonhosted.org/packages/d5/a3/82c74c3f0ed6982a9804406a20ca9ce8ebf5458254423bdafcac3af15083/simplification-0.1.6-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e902d9777c65bd60d14b5f86fdb8dba2", "sha256": "352d23221f124f2168dfb6d6684a37c359f04b5218ccded85907539fc65a72ce" }, "downloads": -1, "filename": "simplification-0.1.6-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "e902d9777c65bd60d14b5f86fdb8dba2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 628350, "upload_time": "2017-01-14T01:32:16", "url": "https://files.pythonhosted.org/packages/0c/1f/4241957b544c31ac904a51e58f21a3bf1a9d8c265d49a13d55577abf15e1/simplification-0.1.6-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d3a5fcbe913f26963b4e07941903e4b9", "sha256": "afdc836058161772a3c304e0ca79ebde6c22bbe494f2e0563c4a665e66863ca7" }, "downloads": -1, "filename": "simplification-0.1.6-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "d3a5fcbe913f26963b4e07941903e4b9", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 810470, "upload_time": "2017-01-14T01:32:30", "url": "https://files.pythonhosted.org/packages/3f/ec/6e51b9251f4fafb2b442807de8b3baa13f3885c4a9ea8e0afc47e8a9d710/simplification-0.1.6-cp35-cp35m-manylinux1_x86_64.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a54446893d14c1f85bf194ff6110de80", "sha256": "9efd3ad9ab44459336ca9067dab51d8b5fd2e41a53c4c7f2fda54eace8863d5c" }, "downloads": -1, "filename": "simplification-0.2.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "a54446893d14c1f85bf194ff6110de80", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 629133, "upload_time": "2017-01-14T14:35:53", "url": "https://files.pythonhosted.org/packages/54/70/b6c5dadfbf970598ab905fd680ad90f0ff153c81b61b7e845887967e13d9/simplification-0.2.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "55b6df841cc54e26a3b47fddf2533ff5", "sha256": "e980b5cd3ae9eb7feb351883a6b1413e1c8dbfaeda5599fb0f42e7a8d258a360" }, "downloads": -1, "filename": "simplification-0.2.1-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "55b6df841cc54e26a3b47fddf2533ff5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 792637, "upload_time": "2017-01-14T14:36:31", "url": "https://files.pythonhosted.org/packages/7d/43/f181ae8efcab61740cef9f161c717e6d0e9f59c78f828c9fd28f3d525978/simplification-0.2.1-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e647c6a1a135fbcbe20f67db4da0a228", "sha256": "bcb9b967b0f94fe944cc5dfb26f6bc147fce193ee0a4f8c30839a64d6fa3fdba" }, "downloads": -1, "filename": "simplification-0.2.1-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "e647c6a1a135fbcbe20f67db4da0a228", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 805146, "upload_time": "2017-01-14T14:36:06", "url": "https://files.pythonhosted.org/packages/9f/ea/cae28772d0ecde33f096ec3785f846055260ef04080d7178f62ab034ef54/simplification-0.2.1-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "37dfb01289da7e11c60ca7485169d21d", "sha256": "f844e76553f4c3192fbc6694342c2e43b551627ae2522dc4272e027723a45a30" }, "downloads": -1, "filename": "simplification-0.2.1-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "37dfb01289da7e11c60ca7485169d21d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 745074, "upload_time": "2017-01-14T14:36:18", "url": "https://files.pythonhosted.org/packages/08/09/00c3814ac3a5ca1f780a76229a25518e6a130ab9f983499f90e23f08321e/simplification-0.2.1-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "9eed9f004d70829859a98d84fc10b821", "sha256": "fd5afb0fbf1a28f7973d335c3b0d571af10760bc39eaa62666c3b970a106fad2" }, "downloads": -1, "filename": "simplification-0.2.1-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "9eed9f004d70829859a98d84fc10b821", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 744990, "upload_time": "2017-01-14T14:36:42", "url": "https://files.pythonhosted.org/packages/22/db/71e530f16c0cca9dad4af438b41b4862e9689f51e08ed2fca406b6d3c7b6/simplification-0.2.1-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "973e80ecd93a40ee7e5d075d52db6cb2", "sha256": "05e6068625f5f5a75f72e98cdb62612b0aa519d1a76a0c29b830877d0e2bce3b" }, "downloads": -1, "filename": "simplification-0.2.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "973e80ecd93a40ee7e5d075d52db6cb2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 628443, "upload_time": "2017-01-14T14:36:53", "url": "https://files.pythonhosted.org/packages/4b/5d/e8a147e1889f3b5353c2be484a2499ab75093780d0d31bc69b0c4b456d17/simplification-0.2.1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "90f01645be5905aee1ae42bb5d01d5a4", "sha256": "c2708773453678cbf2eed1364f479da53e186deb7817f450a7ad413ef689379c" }, "downloads": -1, "filename": "simplification-0.2.1-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "90f01645be5905aee1ae42bb5d01d5a4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 810574, "upload_time": "2017-01-14T14:37:06", "url": "https://files.pythonhosted.org/packages/e3/b5/22200ec89e7caf9831b29545e3ebaafb49f8235da48a268b10aa91103726/simplification-0.2.1-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.2.10": [ { "comment_text": "", "digests": { "md5": "9846c8819e3cde963dea2159635a519c", "sha256": "597df3d76b0f31dfd9e53801ac20a623f66b6d324ce19065eda02ad76de7dd4d" }, "downloads": -1, "filename": "simplification-0.2.10-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "9846c8819e3cde963dea2159635a519c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 384895, "upload_time": "2017-08-11T18:25:38", "url": "https://files.pythonhosted.org/packages/7f/62/3b98c25644101bd2b735e027c9d6970f549d7f8bd0d78dd6be988782cb79/simplification-0.2.10-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cc83778fa22158e7a56279b463d1d954", "sha256": "e644bf3cacaf7069adc60fc7b471216fd864a26abf1b5b182b19a8c7ea0213dc" }, "downloads": -1, "filename": "simplification-0.2.10-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "cc83778fa22158e7a56279b463d1d954", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 402357, "upload_time": "2017-08-11T18:25:58", "url": "https://files.pythonhosted.org/packages/cb/ea/ba5a5ffd1527d33cb0bb2b702aa648a974616d09edda69ec21a460136ba5/simplification-0.2.10-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "51f2d79260c5567fdcea16de7ac2a68d", "sha256": "b6a151656e8e6029bf431ac7bbd6a16f550cc53f9aeb03e4735a491f23fcf892" }, "downloads": -1, "filename": "simplification-0.2.10-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "51f2d79260c5567fdcea16de7ac2a68d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 242783, "upload_time": "2017-08-11T18:25:45", "url": "https://files.pythonhosted.org/packages/94/a3/33c4752b5c0333beac9fca243368b37aa937488a4fa9067456f585278827/simplification-0.2.10-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "33d7abb01efab1a9c4db71bbb0d47cef", "sha256": "8cb54f8fcb3a0803d44cee421b189f07cd38124cb167f80a74bbefe455046ab6" }, "downloads": -1, "filename": "simplification-0.2.10-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "33d7abb01efab1a9c4db71bbb0d47cef", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 262116, "upload_time": "2017-08-11T18:25:51", "url": "https://files.pythonhosted.org/packages/65/ec/c6f2b73468a2c2231047e38d310ac4fe87616bec5e0bbee4d68c7e6c9e8b/simplification-0.2.10-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "deab5a4a3a5a7e0d69d0ff7cc21a2020", "sha256": "d69b759e28d9caa98a2276073f33a5937dd8cdb4e0aad6a627b5908c16d55795" }, "downloads": -1, "filename": "simplification-0.2.10-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "deab5a4a3a5a7e0d69d0ff7cc21a2020", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 383573, "upload_time": "2017-08-11T18:26:04", "url": "https://files.pythonhosted.org/packages/5d/74/20a3e791a821992773fb9d63024bcc7ace1e5110c5eb901e26a0ba2d56fc/simplification-0.2.10-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c8e3693e9eb033ad6b4d56c82ad22daa", "sha256": "23723182560af8554b2489870211abd0375bcc39a6e4ccc22121ada66b84c18f" }, "downloads": -1, "filename": "simplification-0.2.10-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "c8e3693e9eb033ad6b4d56c82ad22daa", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 421970, "upload_time": "2017-08-11T18:26:10", "url": "https://files.pythonhosted.org/packages/6f/8c/5cae7740dbab85ed00642e537a1e47cbe5ba5058bd293bc8e4b2080573dd/simplification-0.2.10-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3dd095d6ae810837cd4f88bf1a8be3ef", "sha256": "ea487d80e17736493ba71a43c23233c3a5329c9b97eccaba186d2bdbcbe71afa" }, "downloads": -1, "filename": "simplification-0.2.10-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "3dd095d6ae810837cd4f88bf1a8be3ef", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 243004, "upload_time": "2017-08-11T18:26:14", "url": "https://files.pythonhosted.org/packages/81/c5/eadddf95d5a013d3767d58af7b6e8f41c3414c77bdc34cc88536a51af0fd/simplification-0.2.10-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "47425dea2f91e9df4b8b5713ea836b22", "sha256": "0dc58f9335d0d52f573213a5a33621019f4497d0299bc338d71daead685171ec" }, "downloads": -1, "filename": "simplification-0.2.10-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "47425dea2f91e9df4b8b5713ea836b22", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 260656, "upload_time": "2017-08-11T18:26:19", "url": "https://files.pythonhosted.org/packages/9e/78/1dbd7601c952ef6bad5458b97ac2a32086e6dd6f412cce6b1edd7f6446bc/simplification-0.2.10-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "4a399c03e6dc78bd5d0ab04a37e9ae35", "sha256": "a58fc3609b2917d654a68e55bb728b96105506183c9fe6ed65c1a29500259f6a" }, "downloads": -1, "filename": "simplification-0.2.10-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "4a399c03e6dc78bd5d0ab04a37e9ae35", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 241780, "upload_time": "2017-08-11T18:26:23", "url": "https://files.pythonhosted.org/packages/00/56/2a1282aa471f0c26a96efc9904ebf48b5795b3fe25f15583fabc0b941de3/simplification-0.2.10-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "8fb7e83b9313b335b9285263fd1e2e9f", "sha256": "2ae7a8b5682d590a4f2f31d9aa3ad9f4623fceb329f6665901544b584269427f" }, "downloads": -1, "filename": "simplification-0.2.10-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "8fb7e83b9313b335b9285263fd1e2e9f", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 262220, "upload_time": "2017-08-11T18:26:30", "url": "https://files.pythonhosted.org/packages/3f/e0/0f9f03625ecede6dcffb44225432cf2e97fba1c31c572391af6013a619fe/simplification-0.2.10-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "190876214434ea1439d9b9448eb2f11b", "sha256": "3706b04f02d0d24885a984976182cd3bc2d4b123107e4f7e8d3a0077425b964d" }, "downloads": -1, "filename": "simplification-0.2.10-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "190876214434ea1439d9b9448eb2f11b", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 384601, "upload_time": "2017-08-11T18:26:36", "url": "https://files.pythonhosted.org/packages/0e/58/ee3619ad66683b483bb81b45a4188316fc4293e596d28ef4b478b0e1accc/simplification-0.2.10-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ae97757544b6a6e04555a87ede116ed5", "sha256": "c35f917a191a1ae6616d79e54c7843c660a6a16b4b4b40e044aba285c43ddbc2" }, "downloads": -1, "filename": "simplification-0.2.10-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "ae97757544b6a6e04555a87ede116ed5", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 420508, "upload_time": "2017-08-11T18:26:42", "url": "https://files.pythonhosted.org/packages/ac/f9/b481c1764befa2bb6f8e67d2f600df2cd66e3f19858e15acce68aab4dd75/simplification-0.2.10-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7bf0a51be5ed358b0ec8643443d5d50e", "sha256": "f3a3390905b83a3cead641d426d4a2bcdff08e62726f35dc176a9006a064bc4f" }, "downloads": -1, "filename": "simplification-0.2.10-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "7bf0a51be5ed358b0ec8643443d5d50e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 242043, "upload_time": "2017-08-11T18:26:48", "url": "https://files.pythonhosted.org/packages/0c/ea/b6061eb18b9dc5430c3bfbc5e8d6da4e35291792cf3167e6f80979cc8db1/simplification-0.2.10-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "4d811602be772bb7144afc8e91ee247d", "sha256": "6169d21ca3769efe2cd2d77be001167b37da568b8ae1a700dc4b5dc3d3906c38" }, "downloads": -1, "filename": "simplification-0.2.10-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "4d811602be772bb7144afc8e91ee247d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 262515, "upload_time": "2017-08-11T18:26:53", "url": "https://files.pythonhosted.org/packages/a1/84/a82b61fbf919d50576afe592cbe4712bbee58a9554897edd694b52784a5d/simplification-0.2.10-cp36-cp36m-win_amd64.whl" } ], "0.2.11": [ { "comment_text": "", "digests": { "md5": "86d240baa4c794d08bf359774a0cf733", "sha256": "9fc18fa858513c4ad1086cbd6ba64dae6fa1cfd3410f44888ded1da6b8eb677b" }, "downloads": -1, "filename": "simplification-0.2.11-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "86d240baa4c794d08bf359774a0cf733", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 321261, "upload_time": "2018-03-29T14:11:35", "url": "https://files.pythonhosted.org/packages/9e/b0/b50a18f9e006d667d601358aa7095b70fd629c62584f8b28bfaca929635a/simplification-0.2.11-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2594954441071966ccf6572442dd2e70", "sha256": "40497f40132eb64835e9763f04c05d8f8748def04967b114484dfa2f13ce0591" }, "downloads": -1, "filename": "simplification-0.2.11-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "2594954441071966ccf6572442dd2e70", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 440621, "upload_time": "2017-08-11T20:54:28", "url": "https://files.pythonhosted.org/packages/7d/9e/4199076707ff9b610d56061f74c2a43aa6c6dfb1ca915160728bae082d2f/simplification-0.2.11-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d3ab5c5efbd2e647f6279988ef297233", "sha256": "6777e1ccec61fb5c5a4e590da5e48b9dc18ff167b630d0c4d7a7da1cea7db826" }, "downloads": -1, "filename": "simplification-0.2.11-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "d3ab5c5efbd2e647f6279988ef297233", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 256786, "upload_time": "2017-08-11T20:54:16", "url": "https://files.pythonhosted.org/packages/4f/9d/e3abd80d07214a9c166c82d72843f0c027ae73edcdff93d1c1bd9630f34c/simplification-0.2.11-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "823dcd70f04ff34257288ebae833416b", "sha256": "90770fe6295462e25dcd31022e5b042f7d060f1ce2954d399651b6cda335115f" }, "downloads": -1, "filename": "simplification-0.2.11-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "823dcd70f04ff34257288ebae833416b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 277106, "upload_time": "2017-08-11T20:54:21", "url": "https://files.pythonhosted.org/packages/96/37/68cc0802a1a4698dfe71eac5aaa199afb7595a9224ed350bc330314bef46/simplification-0.2.11-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "cb188eed693c437652f4c19bc4fd3a4b", "sha256": "899ca6df8ca01ad26fd143b4a5d76fcf59746a6e116b63f6fbde095cfa30da0d" }, "downloads": -1, "filename": "simplification-0.2.11-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "cb188eed693c437652f4c19bc4fd3a4b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 463409, "upload_time": "2017-08-11T20:54:35", "url": "https://files.pythonhosted.org/packages/be/5d/0a4158cadc6cb24ded59a0479e740a8b91392708f75194597353974c8e24/simplification-0.2.11-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8f8f7cb83f7b7dd13595a400fb70bf5f", "sha256": "8d123ae7ecccbfaab4441c1fea267e3726682d2010cf1fed66b394da5389581d" }, "downloads": -1, "filename": "simplification-0.2.11-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "8f8f7cb83f7b7dd13595a400fb70bf5f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 257253, "upload_time": "2017-08-11T20:54:40", "url": "https://files.pythonhosted.org/packages/c2/fa/cbe9742b6ddf4ee722559c4eace2e252f8c396bdfdbc690413d07c86e96e/simplification-0.2.11-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "16988011e8d3d3a93de493c7f34f2747", "sha256": "5855decc02515e57249069389a90cb18f72ccdfe989850b1839df86ea4c7df2a" }, "downloads": -1, "filename": "simplification-0.2.11-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "16988011e8d3d3a93de493c7f34f2747", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 275476, "upload_time": "2017-08-11T20:54:46", "url": "https://files.pythonhosted.org/packages/69/8e/6cca2e39c37b81feb78bf432cab3cf35e67515956957869a1eba4a379046/simplification-0.2.11-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "a8e08ee7d7da00c99dbf7f0ae173f408", "sha256": "6fe063cfcce7c149f2e88bf3d6b2cd7725f63361713c74b574a0ef9a7aba69ce" }, "downloads": -1, "filename": "simplification-0.2.11-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "a8e08ee7d7da00c99dbf7f0ae173f408", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 255859, "upload_time": "2017-08-11T20:54:51", "url": "https://files.pythonhosted.org/packages/76/85/b1e3e950376ad8cfda9ee04ea52d96e141256a80967212c881b970de7d1f/simplification-0.2.11-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b3f0060ee59e9818e6af8879af5e1ded", "sha256": "a4edac8a25d14b6f76783546d988d87841eff4c68d022d47336a51ef2f4ecaa8" }, "downloads": -1, "filename": "simplification-0.2.11-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "b3f0060ee59e9818e6af8879af5e1ded", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 277306, "upload_time": "2017-08-11T20:54:56", "url": "https://files.pythonhosted.org/packages/25/29/ad4495e7038fa1d808df3aba781f55ecfa501eca87e2ec16086f49c60f77/simplification-0.2.11-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "cf9277973b5f66b522481271e96c4575", "sha256": "4d4525853fc5fb5885faf33f97be8435e50762cbc4a3b516a84601ea2696ae2c" }, "downloads": -1, "filename": "simplification-0.2.11-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "cf9277973b5f66b522481271e96c4575", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 291804, "upload_time": "2017-08-11T20:55:01", "url": "https://files.pythonhosted.org/packages/39/8b/8f13920090c6bd8a7473ff2dcf3343cf8797b42f4c62cf4c0b61727a0c0b/simplification-0.2.11-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cecaf4a951d10fffed2f9d97edb26507", "sha256": "bfb6a670e199f9f33348ee55f4af5f37fe917543c83eb58a5fb10da7e7691571" }, "downloads": -1, "filename": "simplification-0.2.11-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "cecaf4a951d10fffed2f9d97edb26507", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 462223, "upload_time": "2017-08-11T20:55:09", "url": "https://files.pythonhosted.org/packages/8a/dc/e143d12d63c58a10f9f77e577eec8aa589dde21800ba515381c56dbb7297/simplification-0.2.11-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f30b9ffc78973eab76e28854bb553e42", "sha256": "a97110b0a45c9a348794bc6e8ffa5d998cbe583a3b4d7ef1762e1db2cb4472a1" }, "downloads": -1, "filename": "simplification-0.2.11-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "f30b9ffc78973eab76e28854bb553e42", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 256288, "upload_time": "2017-08-11T20:55:13", "url": "https://files.pythonhosted.org/packages/8e/ab/8ab09610c4351f9afbdaeca83728d05512192c4df7403918dce2c3190e7e/simplification-0.2.11-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d4d29656045c51a12a33d116af9feae3", "sha256": "2390a3078fe80d956f1de0020a18343e5582c541c2648307d850be23f78ed236" }, "downloads": -1, "filename": "simplification-0.2.11-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "d4d29656045c51a12a33d116af9feae3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 278032, "upload_time": "2017-08-11T20:55:18", "url": "https://files.pythonhosted.org/packages/90/83/924de8283c806ae3efe745f431281d23e5369737eb1ed11da2f138f9a21f/simplification-0.2.11-cp36-cp36m-win_amd64.whl" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "b2552a1b9c4c99ce704ef93c879b7ae5", "sha256": "a8b69b7ef4205e5747969efeceffaf310ace51588f6c9fafbe2ee750135a4c53" }, "downloads": -1, "filename": "simplification-0.2.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "b2552a1b9c4c99ce704ef93c879b7ae5", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 629138, "upload_time": "2017-01-14T15:01:42", "url": "https://files.pythonhosted.org/packages/a1/eb/37c28a137ff20d4a8ab655bbe6a32a805485318ffe5beed775f37c25888f/simplification-0.2.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "631e603d3bb8ceed12dfb6d7ebf7c9df", "sha256": "e767812744c922942a01092654bfb7a4fc57b60b7c172a64398a5a653fdaced5" }, "downloads": -1, "filename": "simplification-0.2.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "631e603d3bb8ceed12dfb6d7ebf7c9df", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 792657, "upload_time": "2017-01-14T15:02:20", "url": "https://files.pythonhosted.org/packages/41/a0/326d54ff3b6c9b38918aba8ba19b383d94419d45f888f18ba487ea643d00/simplification-0.2.2-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "043766b28466701ef92b6f7d5f1f4142", "sha256": "3c53f6a1709cd2c23d91a32b593e680591636c2c25fe042933c4930c79c7c25b" }, "downloads": -1, "filename": "simplification-0.2.2-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "043766b28466701ef92b6f7d5f1f4142", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 805144, "upload_time": "2017-01-14T15:01:55", "url": "https://files.pythonhosted.org/packages/9f/3e/e38100b9a93473d5df11f97a83628a848016bc2b309e556dd71173ca1d4b/simplification-0.2.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "6490b75313d0dc2ef2c815ccad51845a", "sha256": "c728782964bc278d9ab18eb94b8e3572e3807636f943172d094c41f73d02d9b9" }, "downloads": -1, "filename": "simplification-0.2.2-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "6490b75313d0dc2ef2c815ccad51845a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 745073, "upload_time": "2017-01-14T15:02:07", "url": "https://files.pythonhosted.org/packages/72/f8/9d5686f415deda8f6abf19360f115e9113a39e8756ff7355c0154d669241/simplification-0.2.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e8cc7ad5e793bbe2cfa81741bba64345", "sha256": "9b6d4c0185513f1243f6bab620ee4a39bdbd222e616c4015a2220ed227276372" }, "downloads": -1, "filename": "simplification-0.2.2-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "e8cc7ad5e793bbe2cfa81741bba64345", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 744987, "upload_time": "2017-01-14T15:02:32", "url": "https://files.pythonhosted.org/packages/35/6e/9a1b53ee888cf01db50c19d9248088945b2632693cd2ced679a1add2fe7e/simplification-0.2.2-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "acb7e585b1a956aa433c4c8bd70809ed", "sha256": "b91a5e09f0001196ed41cb338102daf7a900ca2d8920918ec9e4b932db655686" }, "downloads": -1, "filename": "simplification-0.2.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "acb7e585b1a956aa433c4c8bd70809ed", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 629133, "upload_time": "2017-01-14T15:02:43", "url": "https://files.pythonhosted.org/packages/59/e3/ef629008b436d580518187389aa621bf5302c6338e053a53c62dc967dd71/simplification-0.2.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "682d0febda1725a68e58e30c2042bc5d", "sha256": "de610332040be026bc7137a67825b32a7fc6cc7a66752f8371678c5dd241783b" }, "downloads": -1, "filename": "simplification-0.2.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "682d0febda1725a68e58e30c2042bc5d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 810589, "upload_time": "2017-01-14T15:02:55", "url": "https://files.pythonhosted.org/packages/7a/c5/c334edfb28a54d527b8c93d91f7f51dedc499f2a3ed0935d61fe88b7b1d5/simplification-0.2.2-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "f6670f24cb121468eccc223819396fc7", "sha256": "5dab8b9563241feff39a559d176a46bcaa93e4f439be872db76f5d06b55b2178" }, "downloads": -1, "filename": "simplification-0.2.7-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "f6670f24cb121468eccc223819396fc7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 262697, "upload_time": "2017-05-28T15:12:16", "url": "https://files.pythonhosted.org/packages/4d/c8/c88bfb2b498a5d8dddcd3e0324a99d01de1251fc94bf25c099dc888a9316/simplification-0.2.7-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "3b515617fabf16e232c02316758f1ce0", "sha256": "9b68707cb991aa54ea8a961cbe735f93852099cded8f92ab0499da4b332df0ab" }, "downloads": -1, "filename": "simplification-0.2.7-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "3b515617fabf16e232c02316758f1ce0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 398325, "upload_time": "2017-05-28T15:12:36", "url": "https://files.pythonhosted.org/packages/e4/84/19ce74c8fc8b2cf5a6430bb8f3bf977096669eaa1ee4ce8423a6b5b3e290/simplification-0.2.7-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8c1b5a5a03211b6e402236d2d9acdb5e", "sha256": "ee76900e3cfdcdd74266dadc786dfeb75257e1ab94b781ab373973c331fce937" }, "downloads": -1, "filename": "simplification-0.2.7-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "8c1b5a5a03211b6e402236d2d9acdb5e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 239418, "upload_time": "2017-05-28T15:12:22", "url": "https://files.pythonhosted.org/packages/52/1b/065fbb7fb70d37d713153df473bbd3c337d4f1e1bcfd85f6855b20255202/simplification-0.2.7-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "893d38e1a41c68bdcadfedb9034c971b", "sha256": "72659da82e6c8f8ba9d1ace3630099b040bd8a66969dbf32a03672457a25561b" }, "downloads": -1, "filename": "simplification-0.2.7-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "893d38e1a41c68bdcadfedb9034c971b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 256859, "upload_time": "2017-05-28T15:12:28", "url": "https://files.pythonhosted.org/packages/9e/61/9b82e8bc1f8d96de4c5097ae816e366ddc2eddf56528657a158cea717c86/simplification-0.2.7-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "97ea9b44d7012231a5ce343270f576ad", "sha256": "639d5c7e20e74b0c616208698256aa04ef8861ec07622c6fdcf5de8880707c0e" }, "downloads": -1, "filename": "simplification-0.2.7-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "97ea9b44d7012231a5ce343270f576ad", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 239648, "upload_time": "2017-05-28T15:12:42", "url": "https://files.pythonhosted.org/packages/0d/04/d70d3384e7c330b28154d165a6b9b8ad5fac0b499f330483aac73c610578/simplification-0.2.7-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "d35f088b1838a88c632da5bb27ee23e4", "sha256": "da544f642563cb1c069472c154dd1aaf93b3955d8d7b0bc9606b4d246382b4e0" }, "downloads": -1, "filename": "simplification-0.2.7-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "d35f088b1838a88c632da5bb27ee23e4", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 255406, "upload_time": "2017-05-28T15:12:48", "url": "https://files.pythonhosted.org/packages/ab/bc/e87f8406f3e083a2b628044f0213d5c7d3f84515b68a5d5f8e425ffe2a5c/simplification-0.2.7-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "388fddbe0a0f737c8d64e84b00578355", "sha256": "8d4028eb55fab2c2d67c346ecf43fb797f0ec4359ae012ef61574e6dbbc3d21b" }, "downloads": -1, "filename": "simplification-0.2.7-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "388fddbe0a0f737c8d64e84b00578355", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 238416, "upload_time": "2017-05-28T15:12:53", "url": "https://files.pythonhosted.org/packages/57/7d/193e41d45491bc3b1faa59c1b6ac22f9a6e49311503ebea236f658faf447/simplification-0.2.7-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "1b404170e1c51720cd2a61518cc48dee", "sha256": "f8f0a8b11d06136a263e7831d3e7686cc878d98cfcb7802371cb6dd596dccc81" }, "downloads": -1, "filename": "simplification-0.2.7-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "1b404170e1c51720cd2a61518cc48dee", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 256968, "upload_time": "2017-05-28T15:12:59", "url": "https://files.pythonhosted.org/packages/1e/f1/71853d9d0ff4d9aa2383e348dd7a919f9d67cab324f8eac1b1e3daa63670/simplification-0.2.7-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "1fd92efc158f9a031f1e13948add85cb", "sha256": "f0bb8ca1d73259f71bbe2037610b19707080f9b11308ea209f0aad1aaa880866" }, "downloads": -1, "filename": "simplification-0.2.7-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "1fd92efc158f9a031f1e13948add85cb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 262681, "upload_time": "2017-05-28T15:13:05", "url": "https://files.pythonhosted.org/packages/19/1a/b331444d9e4b02bd33ed2197e9063ca9ba65a591a3f286b3aeb190ac3274/simplification-0.2.7-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a105a17ac6d97d16cff2c35281c79ace", "sha256": "df9788fb6ad357b4849d30f810af99c2025c3c2977018710d67d35492b8e7df4" }, "downloads": -1, "filename": "simplification-0.2.7-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "a105a17ac6d97d16cff2c35281c79ace", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 416253, "upload_time": "2017-05-28T15:13:13", "url": "https://files.pythonhosted.org/packages/3c/9c/a4a3de0cc2727042c2913841a001126f8e883f9f2df341fc475c9eaef786/simplification-0.2.7-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "a295102c7bedbf6602a7816715de5436", "sha256": "51eb2d536f1e8b06da938a0de45eb58e72f602c08e3c396e95c7b02b713da880" }, "downloads": -1, "filename": "simplification-0.2.7-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "a295102c7bedbf6602a7816715de5436", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 238687, "upload_time": "2017-05-28T15:13:19", "url": "https://files.pythonhosted.org/packages/14/64/471cab4e7ae976c3b30b248394bf4689014336d94cbd8426a3957cc869a0/simplification-0.2.7-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b72d6e3b734ee71a1360a7d356365324", "sha256": "0b150490ef7ce53b8705c73df3ea8c5abcf9bff0467980ebbefc392d2fdb3b33" }, "downloads": -1, "filename": "simplification-0.2.7-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "b72d6e3b734ee71a1360a7d356365324", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 257266, "upload_time": "2017-05-28T15:13:24", "url": "https://files.pythonhosted.org/packages/e9/30/b898419546984e44d7caa311655c6938866fc5c905dd9c3966e9e18c17ba/simplification-0.2.7-cp36-cp36m-win_amd64.whl" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "bc2d9685c4b89f968dfcd4ef32d7fc71", "sha256": "ca4ba981426c188eb91152bd103ffc23d63345ff5cbd802cafb2bd38b8be2508" }, "downloads": -1, "filename": "simplification-0.2.8-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "bc2d9685c4b89f968dfcd4ef32d7fc71", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 382245, "upload_time": "2017-08-10T22:30:35", "url": "https://files.pythonhosted.org/packages/21/c7/4396babb14859a15554483d210f20358b74afe0fc4bd7f79e9ae7b3ec95a/simplification-0.2.8-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1b5e9cef06347d06dc0ea189fed3f0ac", "sha256": "c1b9b066bdec56db7e5621dbdf57cca9090b00302c5d98ff38a208fc005872f4" }, "downloads": -1, "filename": "simplification-0.2.8-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "1b5e9cef06347d06dc0ea189fed3f0ac", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 398266, "upload_time": "2017-08-10T22:30:51", "url": "https://files.pythonhosted.org/packages/6d/1b/ce523edeaa52fb87640205b049aadcadbef833b5c86abfb2cf851cec145b/simplification-0.2.8-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "61e466fad2a13c031bb8ef4bed4d1927", "sha256": "ab521033252b963f575bdd2a2b02ba176077497fb9ee1c5064598c537dfd4e00" }, "downloads": -1, "filename": "simplification-0.2.8-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "61e466fad2a13c031bb8ef4bed4d1927", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 240166, "upload_time": "2017-08-10T22:30:41", "url": "https://files.pythonhosted.org/packages/af/30/07a93548c0541c2034dd77158b5131d7cb5fe6d761693febf4322ddc3e1f/simplification-0.2.8-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "0d947f6043f3ae48d58ed6592ee3f2ba", "sha256": "8bd391c6bfc40d573bf1272fa89843ce8ecc6bd538895bde0fbf61f34fea9a2d" }, "downloads": -1, "filename": "simplification-0.2.8-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "0d947f6043f3ae48d58ed6592ee3f2ba", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 257560, "upload_time": "2017-08-10T22:30:45", "url": "https://files.pythonhosted.org/packages/b8/8c/6a474fa035e2ae6efb514874c20ea14c2a0daaf29355cd023f1a8e0ff78f/simplification-0.2.8-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8da09b6bebfbdb72d42ff0c3a4c3a082", "sha256": "d5cbf06ac154d35815f232379c870a55f5be11e05da4787b9469df9f330b9ccb" }, "downloads": -1, "filename": "simplification-0.2.8-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "8da09b6bebfbdb72d42ff0c3a4c3a082", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 417932, "upload_time": "2017-08-10T22:30:57", "url": "https://files.pythonhosted.org/packages/67/26/87e6050fb07ae0c24f0ee33dd6795855271210c7527f906e9f986251d4e4/simplification-0.2.8-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "6117cfb0e5e6cf9fce302eedd193b8c8", "sha256": "24ff0ed3c80581f72e8e52097614d2c04443f411ba69efb1705b46328b7c14f0" }, "downloads": -1, "filename": "simplification-0.2.8-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "6117cfb0e5e6cf9fce302eedd193b8c8", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 240392, "upload_time": "2017-08-10T22:31:02", "url": "https://files.pythonhosted.org/packages/24/bc/173b5a45f73261198bcecd42e23596cf4b45a45b7640ccb3444ff7110d21/simplification-0.2.8-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "c964270653f0fd5f8024ab6d05b50576", "sha256": "b966b1aa944321a2b47e754bd6ae1327644ff70081191d152a9e2479bea52ae9" }, "downloads": -1, "filename": "simplification-0.2.8-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "c964270653f0fd5f8024ab6d05b50576", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 256108, "upload_time": "2017-08-10T22:31:06", "url": "https://files.pythonhosted.org/packages/d0/d0/25806f8fd9a9f30df99d1caa5977f5bace884c05790219351d77a76fe55f/simplification-0.2.8-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "83ae51dab08b3918398ad30f4c727ccd", "sha256": "86207308458e7d6ab9c6d656973745db554c12f7a980cf057c66f2fe93ffee0f" }, "downloads": -1, "filename": "simplification-0.2.8-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "83ae51dab08b3918398ad30f4c727ccd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 239165, "upload_time": "2017-08-10T22:31:10", "url": "https://files.pythonhosted.org/packages/bb/06/7be1aaa9d7667cc9514919ef6d1863db85ad0524f175a5333d2bc1bbbe86/simplification-0.2.8-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "3d96d7ec2435af8037214d4fa98e8ba4", "sha256": "115496825f8b9f3f78df4e0e52ecd36c6a1e53fee53cd4e3292186eade04ca96" }, "downloads": -1, "filename": "simplification-0.2.8-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "3d96d7ec2435af8037214d4fa98e8ba4", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 257674, "upload_time": "2017-08-10T22:31:15", "url": "https://files.pythonhosted.org/packages/10/0f/a8c0f622b4ea329683a6c64f7ebb6b195e8943658c22e81380bfdac93501/simplification-0.2.8-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c3ff104aacfafab95492d7e6d3b9655c", "sha256": "8456be38d7c7e724d56d0e4350881aba0ddde193548f4222b9bc1ab52747c60f" }, "downloads": -1, "filename": "simplification-0.2.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "c3ff104aacfafab95492d7e6d3b9655c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 381954, "upload_time": "2017-08-10T22:31:20", "url": "https://files.pythonhosted.org/packages/df/36/dfbc21f1fc7f3ae4e19c8f409ea5af4174a9cbcf6f2a7df998736fe6197c/simplification-0.2.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "dae7274e0576f1bf1e94af937fb1a045", "sha256": "f4527e386d1a7113efc578af4cb19a75f220e5dcc3b677071b6a20720df95bee" }, "downloads": -1, "filename": "simplification-0.2.8-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "dae7274e0576f1bf1e94af937fb1a045", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 416428, "upload_time": "2017-08-10T22:31:26", "url": "https://files.pythonhosted.org/packages/e1/3c/8b86870f58bc23d82f1481b4d305d8fa522cff8943f5ead25f96e7e818d1/simplification-0.2.8-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cc0eefea2899e49012764dbbe7fbdde8", "sha256": "c231b2d253dc76081ac72fa22964ebe43b9cdd55c44ff9276d85c15760573c3c" }, "downloads": -1, "filename": "simplification-0.2.8-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "cc0eefea2899e49012764dbbe7fbdde8", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 239434, "upload_time": "2017-08-10T22:31:30", "url": "https://files.pythonhosted.org/packages/3e/48/4090e295a1753a82a06af615647af12313c407b932b5074bdd6ed9ba3a28/simplification-0.2.8-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a618f5029453820056a075c9eff0e23c", "sha256": "7e9d8831dddcd443e8679822ee3d213292a24bd5835c9bcf5ddfc3bca6495259" }, "downloads": -1, "filename": "simplification-0.2.8-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "a618f5029453820056a075c9eff0e23c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 257970, "upload_time": "2017-08-10T22:31:33", "url": "https://files.pythonhosted.org/packages/5d/a0/aa082d34881f2aee9680891c1f1949d03ddee126b001e9537112babe2d0f/simplification-0.2.8-cp36-cp36m-win_amd64.whl" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "608f4316f2cc2ab26078e4c1cb72e7cf", "sha256": "d424ae3ccb0497b2bc501b8fcfd6480662a6058170910c996f48ae853fece85e" }, "downloads": -1, "filename": "simplification-0.2.9-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "608f4316f2cc2ab26078e4c1cb72e7cf", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 382255, "upload_time": "2017-08-11T11:46:32", "url": "https://files.pythonhosted.org/packages/64/a0/b88a013dc1d782ec07bf35525336283a5edcf4fb53393ff7f35af9ac3792/simplification-0.2.9-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "262ded96fa2a28a985661293476479ff", "sha256": "561804ad0e49d794f61dad853449de50ee8eef3a173b4885366f998131a0f9c1" }, "downloads": -1, "filename": "simplification-0.2.9-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "262ded96fa2a28a985661293476479ff", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 398273, "upload_time": "2017-08-11T11:46:46", "url": "https://files.pythonhosted.org/packages/71/49/e7b3fcbbb6ffbbdbc0feffc976f4d78527d35d16d19a6889729fcd1cee70/simplification-0.2.9-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "932caa9f16071ceb240cd138139ed064", "sha256": "5b042dd71ad57984e1cd1ac6f8b0e9becbf6524f0b1d3752fbc72e174004db7b" }, "downloads": -1, "filename": "simplification-0.2.9-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "932caa9f16071ceb240cd138139ed064", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 240172, "upload_time": "2017-08-11T11:46:36", "url": "https://files.pythonhosted.org/packages/1f/4d/7f0bdb26f4d29399fe69d5b83fcd076f065c3521389d35f27bd5150403dc/simplification-0.2.9-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "c8b0059246a91df4ef636e1d0345472f", "sha256": "eea00bbfcf723181a7c872992e78f8c4f26efa4ad02c0a2b6b758cc432ec69fd" }, "downloads": -1, "filename": "simplification-0.2.9-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "c8b0059246a91df4ef636e1d0345472f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 257563, "upload_time": "2017-08-11T11:46:41", "url": "https://files.pythonhosted.org/packages/59/91/d0e8534c47638d3d3abb4b739d79b5013cc916b771fbf0db50f289445171/simplification-0.2.9-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "72f89e8600460f81d173c765ed6e90ba", "sha256": "c07e8f4189b5b2b12521a93c95203aa5031f87719d17b323817a520d6d784609" }, "downloads": -1, "filename": "simplification-0.2.9-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "72f89e8600460f81d173c765ed6e90ba", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 380934, "upload_time": "2017-08-11T11:46:52", "url": "https://files.pythonhosted.org/packages/6c/4f/f00fab446529c90ca5d69f46f995ca491d34a4b598921de8ed3ee5277f8e/simplification-0.2.9-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0d4cd525c7ac647f2066b5a5fa81982b", "sha256": "a2925f64723f8a7dc82a10cbb4b963974f116e57fcb01b5f694a7db93190a8c3" }, "downloads": -1, "filename": "simplification-0.2.9-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "0d4cd525c7ac647f2066b5a5fa81982b", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 417906, "upload_time": "2017-08-11T11:46:59", "url": "https://files.pythonhosted.org/packages/7a/5b/052cc1b68c5cf6f08dcc27690558e1dd4a62d830a5d96d53254e3a31f06b/simplification-0.2.9-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0ce86e06bb149aba66c54dcbbed4b82e", "sha256": "355420f0e6acd056671c43f168eb8f9dce15e8e7d911cd8967844d9fea8979d3" }, "downloads": -1, "filename": "simplification-0.2.9-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "0ce86e06bb149aba66c54dcbbed4b82e", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 240398, "upload_time": "2017-08-11T11:47:04", "url": "https://files.pythonhosted.org/packages/84/57/0594a9432adc1d2258077fcab726fb5274d3308d41efa89926aacb2f249d/simplification-0.2.9-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "afc88dbad40035602b5787e293335ee9", "sha256": "c31b094dfc555da9ea9ea18aac09a1fd083752edcbc7f38265abb48a9726248d" }, "downloads": -1, "filename": "simplification-0.2.9-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "afc88dbad40035602b5787e293335ee9", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 256109, "upload_time": "2017-08-11T11:47:08", "url": "https://files.pythonhosted.org/packages/fb/78/dc3d9cbb988f42696461b2e4e14a4563f142ee4cd72bdfa8c08ad6b86ae4/simplification-0.2.9-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "049aa7a9c6cdf5aa638f37f6090256ac", "sha256": "ebd9e9518c6f5fca0533a496981647557f03c0aafb82f84fbe2d66ba908086a9" }, "downloads": -1, "filename": "simplification-0.2.9-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "049aa7a9c6cdf5aa638f37f6090256ac", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 239170, "upload_time": "2017-08-11T11:47:14", "url": "https://files.pythonhosted.org/packages/fe/11/ab3666ab1b40fd5886fb3e58e7620f0c56c2bf6944f72fbe0f08a02c9375/simplification-0.2.9-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b4118edc02cd02feca9e2e39eb4824af", "sha256": "974b25c1e386232c18520ed74b99559a266015c956971e80f8897192ca44d7d8" }, "downloads": -1, "filename": "simplification-0.2.9-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "b4118edc02cd02feca9e2e39eb4824af", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 257674, "upload_time": "2017-08-11T11:47:19", "url": "https://files.pythonhosted.org/packages/03/bb/d5e10cb4037093d035e01d2f7ceb4ea466ace052e22f50d1772f6399a0d8/simplification-0.2.9-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "cf7cd297261a1388b82b503b101282c6", "sha256": "24ee9be99410a16f03d56145054c9e57e09f2cc760692b3df22084f34556d1d9" }, "downloads": -1, "filename": "simplification-0.2.9-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "cf7cd297261a1388b82b503b101282c6", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 381958, "upload_time": "2017-08-11T11:47:24", "url": "https://files.pythonhosted.org/packages/32/47/ada223a7c9343cf046dd327d376fa1bea9a3da965cdbd650c7d85595ec2c/simplification-0.2.9-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2a57a3f69f625f1f0e4983f5e135c0b9", "sha256": "8a2b62bc96ed27870261b3b18717b5931ac8965d27e6cfa28d7583907cae284f" }, "downloads": -1, "filename": "simplification-0.2.9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "2a57a3f69f625f1f0e4983f5e135c0b9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 416437, "upload_time": "2017-08-11T11:47:29", "url": "https://files.pythonhosted.org/packages/f2/3b/988878e0f2f6dcf7b45c607f76d8460d511170286f9ceeaa5fca53fe5ae2/simplification-0.2.9-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "892f2aa92fcded78d72c259331de97e9", "sha256": "21c437ae50694f3d0f3f6991b819df5dd2f0b29d2c3c895e509b75970b87f615" }, "downloads": -1, "filename": "simplification-0.2.9-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "892f2aa92fcded78d72c259331de97e9", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 239439, "upload_time": "2017-08-11T11:47:34", "url": "https://files.pythonhosted.org/packages/52/f9/cf34d3007a5f2e809e521900fdb67fbf244ad62b8f938fc880a4d7c60578/simplification-0.2.9-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "7e57474b496d95f88f466e90d68543e3", "sha256": "e5cef930d0400488cff32b021e01f1ff2f882a22ae8ff1b964bc14e919f302a3" }, "downloads": -1, "filename": "simplification-0.2.9-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "7e57474b496d95f88f466e90d68543e3", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 257968, "upload_time": "2017-08-11T11:47:38", "url": "https://files.pythonhosted.org/packages/16/fb/94d1641f44b2abff999a6abfa4d22b27e741e3f2d1d6978046f03a069d06/simplification-0.2.9-cp36-cp36m-win_amd64.whl" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "0979ac8812d90a5618ee976252964aa6", "sha256": "1eecbacc39d2d44033643f3560807b43fc1b2f2a2ae5f5b47b326a136521026a" }, "downloads": -1, "filename": "simplification-0.3.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "0979ac8812d90a5618ee976252964aa6", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 321241, "upload_time": "2018-03-29T14:39:28", "url": "https://files.pythonhosted.org/packages/e1/3f/4c44c7c52cd04cef1e27a7ca1c0f469fe3274b99f5a98e14efaf5d311881/simplification-0.3.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "96046dacdd881f90a085b326af622d5a", "sha256": "d608016e02100e66df1a64b09995e6b5900cd75975d49ffa20d402cac688f82e" }, "downloads": -1, "filename": "simplification-0.3.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "96046dacdd881f90a085b326af622d5a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 446409, "upload_time": "2018-03-29T14:39:42", "url": "https://files.pythonhosted.org/packages/0b/e0/7ef7966a76aa03a8bca2124db6e143d10f73f1913def706179ff738d7c98/simplification-0.3.2-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9dfa6e17e78ea180260d95b1306486f1", "sha256": "74e1095808829ad378d07630e235d71de8a6d388e2d80a1d5e00e6e0f35c5a03" }, "downloads": -1, "filename": "simplification-0.3.2-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "9dfa6e17e78ea180260d95b1306486f1", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 262935, "upload_time": "2018-03-29T14:39:32", "url": "https://files.pythonhosted.org/packages/57/81/2b41cc13c283891202066b7c840d60080265def77a99955a203a6083645d/simplification-0.3.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "dfc7033120701c881926e23a853322bd", "sha256": "f45962a3bcaccbedaa23fe80c30bd09ff7753f38a476c433778f058594f1c6ee" }, "downloads": -1, "filename": "simplification-0.3.2-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "dfc7033120701c881926e23a853322bd", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 279755, "upload_time": "2018-03-29T14:39:36", "url": "https://files.pythonhosted.org/packages/29/b7/4083a31a587681b0fea7c43ab6acbdc9ec612ba2b61f2491034b0b4c7204/simplification-0.3.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "2eb0a9f6810ad64820b3dc0105032296", "sha256": "3366080f3a66525bc718ddc0b0ff6678349cff9594d6e26a3fec2e344be56a08" }, "downloads": -1, "filename": "simplification-0.3.2-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "2eb0a9f6810ad64820b3dc0105032296", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 469196, "upload_time": "2018-03-29T14:39:48", "url": "https://files.pythonhosted.org/packages/1e/9e/41920951db06440e4512e92ae3f217b62baa4bf547224c4dbc8f21d8f38d/simplification-0.3.2-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "2cf01cf97a90d8cd4b62ab34e1f025a7", "sha256": "cd218aa2d4282ffdb8ea29ce2df1dd9c8f58466ef7cec7dde62af8d02f8e8791" }, "downloads": -1, "filename": "simplification-0.3.2-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "2cf01cf97a90d8cd4b62ab34e1f025a7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 261972, "upload_time": "2018-03-29T14:39:52", "url": "https://files.pythonhosted.org/packages/b1/22/36eea01b4e890e4cc9938a9cebf654726665236008369fb3418715e9bc9d/simplification-0.3.2-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "dc3d08913d74988f7e772fd4412f3eb5", "sha256": "ab890d89d571ec95deb6b96e2ea02e6fb9e65b80862349ba033756b74eed12b6" }, "downloads": -1, "filename": "simplification-0.3.2-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "dc3d08913d74988f7e772fd4412f3eb5", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 280579, "upload_time": "2018-03-29T14:39:56", "url": "https://files.pythonhosted.org/packages/9a/e4/45f6866143b5a6748184fafe56427b561d8754e052813de74a3315cb1505/simplification-0.3.2-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "020d44284199cedd59db40eec08e0cbb", "sha256": "e625358161ea6cf46625dc8a75d23301ea7ff6e345ce05c2f305f29e5d69972e" }, "downloads": -1, "filename": "simplification-0.3.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "020d44284199cedd59db40eec08e0cbb", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 314055, "upload_time": "2018-03-29T14:40:01", "url": "https://files.pythonhosted.org/packages/63/89/17e7d7535b10292c9db426c9e02c4e400143f0848202246f9b171effd60a/simplification-0.3.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5f745cab5c7b9448e7c152a0a8cbb1ea", "sha256": "844a78313f4ee0d4dc93481fd4951e752e3a0049223cf64dce539c4467db141b" }, "downloads": -1, "filename": "simplification-0.3.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "5f745cab5c7b9448e7c152a0a8cbb1ea", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 468035, "upload_time": "2018-03-29T14:40:06", "url": "https://files.pythonhosted.org/packages/8b/c6/0efbb1941debec9b16398e01a09d97b15926ba8662ee86f1023ac7f6f09f/simplification-0.3.2-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "ae630b60a8068294934779c7d0780dd0", "sha256": "85cff207ab2a5246cc332dbb56ff1d84aa8b499a9fbd8498a93d09ac8801c7e0" }, "downloads": -1, "filename": "simplification-0.3.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "ae630b60a8068294934779c7d0780dd0", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 320785, "upload_time": "2018-05-11T19:32:28", "url": "https://files.pythonhosted.org/packages/84/30/9c960305cd52e6ebf2e8aa1ae3cf8876045dffa044768082ca215c6fde55/simplification-0.3.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1eaf9c003150042f2d60029df42b9207", "sha256": "1ccf59b777edf72caf28aed95bafbd3ef58a4724ae075f126d198706e0c2ce0b" }, "downloads": -1, "filename": "simplification-0.3.3-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "1eaf9c003150042f2d60029df42b9207", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 445494, "upload_time": "2018-05-11T19:33:16", "url": "https://files.pythonhosted.org/packages/10/75/5f58ae6df92b4fd69ec33e890d02e5cd8bbceb1e4cc7b1c75cdc0ed4aa59/simplification-0.3.3-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e60f5e18ced59a75d61c208cde07cb99", "sha256": "ddc68162eab89c63fe5c205214983f96a925ed2e1123ae0a548a816825accf54" }, "downloads": -1, "filename": "simplification-0.3.3-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "e60f5e18ced59a75d61c208cde07cb99", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 263033, "upload_time": "2018-05-11T19:32:41", "url": "https://files.pythonhosted.org/packages/dd/e2/5c9176cbb690495c39eae620ef618cd3111ef6b3e5ecf0847b35af0dcf72/simplification-0.3.3-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "24b3b3e742a74fe9e0d39b8319bc6d20", "sha256": "ae391405736f1b8914c458c1d7baf608c7b5214801fce2a00b4ada9b04f30e51" }, "downloads": -1, "filename": "simplification-0.3.3-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "24b3b3e742a74fe9e0d39b8319bc6d20", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 280095, "upload_time": "2018-05-11T19:32:54", "url": "https://files.pythonhosted.org/packages/08/c8/34395c4d7f712dad5ea7ec0d460111a787712feb2d1ac248b1a58381f9b9/simplification-0.3.3-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "3040fe3d1153c88812eaf8478ab464f6", "sha256": "3e3544c9d3cc4c277719f3ca3254ca8390ca41c07025338e68772827c5d66011" }, "downloads": -1, "filename": "simplification-0.3.3-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "3040fe3d1153c88812eaf8478ab464f6", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 468284, "upload_time": "2018-05-11T19:33:44", "url": "https://files.pythonhosted.org/packages/15/8f/7f84072adb0e41de9ef236990d7bda25fb4bacf6c4825cf404eba2a5da84/simplification-0.3.3-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ef5a2cd744e11fb1e0034815182fc7a2", "sha256": "321414d83cb71df4073b7fa331664913d1ac3b57c77454bd0a2e87563d4bf9dd" }, "downloads": -1, "filename": "simplification-0.3.3-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "ef5a2cd744e11fb1e0034815182fc7a2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 262112, "upload_time": "2018-05-11T19:33:59", "url": "https://files.pythonhosted.org/packages/23/b3/def0d085080fcc4d7de05fe6ffe2079b03fdfb0d4d385a4d41b151b1b008/simplification-0.3.3-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "6d59a63f7d6fd0a6d49f5c2b347dc502", "sha256": "b469ebbdb33e688b17536989abaa5e9ea7c569166e923f6078fcacbae3338715" }, "downloads": -1, "filename": "simplification-0.3.3-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "6d59a63f7d6fd0a6d49f5c2b347dc502", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 280305, "upload_time": "2018-05-11T19:34:13", "url": "https://files.pythonhosted.org/packages/6e/b6/6d9655685e25b8c5d39dd4565e8daed07bb9f8447cbb1fcfe03ae0dcf831/simplification-0.3.3-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c8f74f55adc420f9273c06c1fdf8f1dd", "sha256": "65c8acaa3127a9ee08fb629f34a596f4720bec64f8ed0d7ea5cd3e6eea6b5597" }, "downloads": -1, "filename": "simplification-0.3.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "c8f74f55adc420f9273c06c1fdf8f1dd", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 313603, "upload_time": "2018-05-11T19:34:30", "url": "https://files.pythonhosted.org/packages/08/8e/69d2a320a3efa13dc508cd2ed6a4d6d8fc7a22a48e7c5aeca401a02f272b/simplification-0.3.3-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cede0e18a90ff221f3dd0ba6ccb5a89e", "sha256": "6af3118e809736a319c0794daa556cd318e74ac54f42e0e415a0091372261ecf" }, "downloads": -1, "filename": "simplification-0.3.3-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "cede0e18a90ff221f3dd0ba6ccb5a89e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 467143, "upload_time": "2018-05-11T19:34:53", "url": "https://files.pythonhosted.org/packages/90/5c/2c1f84b14987eb05a17dfd175c1afa6f64e3115dbbb0c91f5aaf901f429b/simplification-0.3.3-cp36-cp36m-manylinux1_x86_64.whl" } ], "0.3.7": [ { "comment_text": "", "digests": { "md5": "2a52c11f78c6d7c5b629b3b90d056907", "sha256": "de89a889d2ec5db10390bdc37a0898b81229672f1e900609312d6d4f6b4ee3eb" }, "downloads": -1, "filename": "simplification-0.3.7-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "2a52c11f78c6d7c5b629b3b90d056907", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 318933, "upload_time": "2018-05-12T11:11:47", "url": "https://files.pythonhosted.org/packages/3c/44/16992ef2a167f8f95a3e268ee250ef6a0d89605205b3630f238882160fe5/simplification-0.3.7-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "346d49c2d0691c8a59f5f3b1ffb12537", "sha256": "0dfa479ec7be05d5af3af3d4cc0438192f203e17cbf71b87e27feb647e68a739" }, "downloads": -1, "filename": "simplification-0.3.7-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "346d49c2d0691c8a59f5f3b1ffb12537", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 443597, "upload_time": "2018-05-12T11:12:19", "url": "https://files.pythonhosted.org/packages/6b/8c/21f2813d794a73e438930dee20e9444ca4291274c2e2926d208a6b93897d/simplification-0.3.7-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7e9b5e51f296ac87e6f435099a92ae3c", "sha256": "4108c82d0603dc750681f7e3c13af6910894fb6d0eb0f068d702155b170ead57" }, "downloads": -1, "filename": "simplification-0.3.7-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "7e9b5e51f296ac87e6f435099a92ae3c", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 261195, "upload_time": "2018-05-12T11:11:57", "url": "https://files.pythonhosted.org/packages/08/40/4f32405c2b47ebf0e7743abdfe601619178ce45016d8e273c463d90ec9c3/simplification-0.3.7-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "1330c99f9f4c38ef4b2fae2e14a89dbe", "sha256": "cc318260448172e3293d713a84a020895e1e7f7c5f9f320911b992aeea348162" }, "downloads": -1, "filename": "simplification-0.3.7-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "1330c99f9f4c38ef4b2fae2e14a89dbe", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 278256, "upload_time": "2018-05-12T11:12:06", "url": "https://files.pythonhosted.org/packages/24/a8/16f11c29ef2dd09d3ecf779b8de5d6945a8e49cb1ce7d8f7dfb5596eb7d1/simplification-0.3.7-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "303a057c8b2990e5bdab33997ab5de3f", "sha256": "270de736b62475c564a9241d8b6bcde6eca592f712da4c0b096ec4a44f891601" }, "downloads": -1, "filename": "simplification-0.3.7-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "303a057c8b2990e5bdab33997ab5de3f", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 466393, "upload_time": "2018-05-12T11:12:32", "url": "https://files.pythonhosted.org/packages/4d/af/1ba8527e669eda1bde418effd951d432e2b9defa3c22ba6d6c96e1966d76/simplification-0.3.7-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "66b4ea32551c6c6340fafa18b0835059", "sha256": "2ec6d555e70b986cc7d0022ca371be27db926ab101fede387e47323461da8e6f" }, "downloads": -1, "filename": "simplification-0.3.7-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "66b4ea32551c6c6340fafa18b0835059", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 263501, "upload_time": "2018-05-12T11:12:40", "url": "https://files.pythonhosted.org/packages/65/f8/69576ebfbade76fd2f14b8bdb23801669751a5c6b9c6741f5d5cfecf604e/simplification-0.3.7-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "9ef5d74317d5186077c977b2093ec26d", "sha256": "9de3e5bc851145db593acf3a6c102799a93871ae60c5ef7c9252163f94a2181a" }, "downloads": -1, "filename": "simplification-0.3.7-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "9ef5d74317d5186077c977b2093ec26d", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 278482, "upload_time": "2018-05-12T11:12:52", "url": "https://files.pythonhosted.org/packages/5d/31/5a08377512eeea977ab02133e6e1d0047ef810a06bae0caeb89c6fe4d9b9/simplification-0.3.7-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "a2c231faf30491e7ad5fe9f159862d52", "sha256": "2867d01fbaf09f3ba0ab7d6712b1da17b615781301d927487c6b031b23d57998" }, "downloads": -1, "filename": "simplification-0.3.7-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "a2c231faf30491e7ad5fe9f159862d52", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 464057, "upload_time": "2018-05-12T11:13:06", "url": "https://files.pythonhosted.org/packages/5e/d6/a5236d990911633002df4db0fe92e3a0cb52cd5407ddd372e604ef6fb3b2/simplification-0.3.7-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "b49f592cb9636588489b92edd4306acd", "sha256": "77c9e724e2ad9f21951e475f2afdf2ff2cf95a43676ea294a5a1409ce5b890a1" }, "downloads": -1, "filename": "simplification-0.3.7-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "b49f592cb9636588489b92edd4306acd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 262110, "upload_time": "2018-05-12T11:13:15", "url": "https://files.pythonhosted.org/packages/6e/13/e3152a5e909d6ff9fe3db04bfcd892a8933638bb0ac97e07d417d50c52b3/simplification-0.3.7-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "6fcfa6d57b7b132b22d836159e81592b", "sha256": "57c8e8478619aa8f3e421f41e4a58c18e9b54a67462617fcbb9fd1b744ad1902" }, "downloads": -1, "filename": "simplification-0.3.7-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "6fcfa6d57b7b132b22d836159e81592b", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 280304, "upload_time": "2018-05-12T11:13:25", "url": "https://files.pythonhosted.org/packages/0e/58/0170ae77daa69a3a663a6e8acf5d61751abf35a8e5a4fd8531e9ae3c1950/simplification-0.3.7-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "a477224f988b9bd45edcec7cc8606dba", "sha256": "d20c9d41ae3eb3b3276a121d4312cc56189eb7b1b7f397ebcb1b253414154eac" }, "downloads": -1, "filename": "simplification-0.3.7-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "a477224f988b9bd45edcec7cc8606dba", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 311761, "upload_time": "2018-05-12T11:13:41", "url": "https://files.pythonhosted.org/packages/9d/eb/74c834ce1feb64818e9d72b369ee4e39a2a9a1b8ac1395568b1b0d9455f6/simplification-0.3.7-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8c38ae9d77e3a03fd3b0f0e3ea08b09d", "sha256": "4eba0264c49d78b0b3ff34ee88399064d8622f5f2208d7f067188cd998220eef" }, "downloads": -1, "filename": "simplification-0.3.7-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "8c38ae9d77e3a03fd3b0f0e3ea08b09d", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 465257, "upload_time": "2018-05-12T11:13:53", "url": "https://files.pythonhosted.org/packages/47/d8/64476ad92fdce5409a8a318a1ff666ff136a111bdfd49ef2209aec918716/simplification-0.3.7-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e7abd71dbb6fb6d641797418d8c7197c", "sha256": "40583f03b637b341e4405aff033911f56caed520749c908d2e373183e39e1352" }, "downloads": -1, "filename": "simplification-0.3.7-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "e7abd71dbb6fb6d641797418d8c7197c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 260689, "upload_time": "2018-05-12T11:14:01", "url": "https://files.pythonhosted.org/packages/4f/b9/9a595847772fba2e52c6ebf5a186d2a12976bfa22e289824ed408ddab8e5/simplification-0.3.7-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "c4313ef0e5e1c6aa5a5a34ea4969186c", "sha256": "08cd360b2feb828910316f978cff8ecfd173dee9bcb2210db3484cee52917f6f" }, "downloads": -1, "filename": "simplification-0.3.7-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "c4313ef0e5e1c6aa5a5a34ea4969186c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 279164, "upload_time": "2018-05-12T11:14:09", "url": "https://files.pythonhosted.org/packages/99/b3/dfac204c0758c7cc00801d7e81b1cbafd92365e40681affe05fe345a2cb9/simplification-0.3.7-cp36-cp36m-win_amd64.whl" } ], "0.3.8": [ { "comment_text": "", "digests": { "md5": "f0be93243649f6dd038f0c4de5383487", "sha256": "3da16dd052edd73959eae6b9ef1404467948ec20914283cc90dc577b14b54ff4" }, "downloads": -1, "filename": "simplification-0.3.8-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "f0be93243649f6dd038f0c4de5383487", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 318928, "upload_time": "2018-05-14T08:36:10", "url": "https://files.pythonhosted.org/packages/5c/8f/d358ebb1c4ae9637cdd9d1b6645ab753baa96f867fa29dfd21d59f70555c/simplification-0.3.8-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "16e2f3bbab3c785e234477b637c49c5e", "sha256": "94e996213816e233f6a40ec429ac9fa990d8f13a4bed7db252123cf73970b15a" }, "downloads": -1, "filename": "simplification-0.3.8-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "16e2f3bbab3c785e234477b637c49c5e", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 443579, "upload_time": "2018-05-14T08:36:37", "url": "https://files.pythonhosted.org/packages/9a/0c/a636a3e615ab41b307dcaf57814df4613f98e3d4c6b19fbff829e051f03a/simplification-0.3.8-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "17a02f9cd1409af602e2e3eeba87358f", "sha256": "dfb44545ad4aadebd42ed4a9f99dcf0429cec2ab6955312e877c91d9326df1f3" }, "downloads": -1, "filename": "simplification-0.3.8-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "17a02f9cd1409af602e2e3eeba87358f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 261197, "upload_time": "2018-05-14T08:36:18", "url": "https://files.pythonhosted.org/packages/74/e0/5a5b1e9208af688830d596dd67f1010698043f41e38c6b669085a4663570/simplification-0.3.8-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "46e3be51d6171ca896fc728f7f6f9336", "sha256": "42ce23173639c28206decb87f378e76bf715be4fe85882a64c2fe3a530669cf0" }, "downloads": -1, "filename": "simplification-0.3.8-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "46e3be51d6171ca896fc728f7f6f9336", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 278257, "upload_time": "2018-05-14T08:36:26", "url": "https://files.pythonhosted.org/packages/4d/39/a3bb525bdf40f4f7969554c7cc5275d9e411662d7f19a490fefbfc4a2c0d/simplification-0.3.8-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "138890703df68f3f4c8c95a85002f062", "sha256": "e98cd130bee1d620ee88ca4bd254ba53face9be43c166e7affa12ed16cdd5555" }, "downloads": -1, "filename": "simplification-0.3.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "138890703df68f3f4c8c95a85002f062", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 317132, "upload_time": "2018-05-14T08:36:48", "url": "https://files.pythonhosted.org/packages/56/86/fc5005fb8eb126baa42390928c0f1372be4d3d598b60dce4ef07357b8347/simplification-0.3.8-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8c728d2ce5eb5b510960875fce028b88", "sha256": "83e55a19149fda41811be32115162a8b7053add71c91b90edfe4a8791bc4cf97" }, "downloads": -1, "filename": "simplification-0.3.8-cp34-cp34m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "8c728d2ce5eb5b510960875fce028b88", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 466375, "upload_time": "2018-05-14T08:37:01", "url": "https://files.pythonhosted.org/packages/8e/ec/2274408cabe5703efe16d6d3dff019dcc2d4d62eeeea2c892ea38d81e8bf/simplification-0.3.8-cp34-cp34m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c5f08bc3a551cb7284eef92bcaed81d1", "sha256": "0c7dc6f89211ca2b7919724d1eff43ebccd0a9b1e5c711c7760f9ffd06453a43" }, "downloads": -1, "filename": "simplification-0.3.8-cp34-cp34m-win32.whl", "has_sig": true, "md5_digest": "c5f08bc3a551cb7284eef92bcaed81d1", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 263505, "upload_time": "2018-05-14T08:37:08", "url": "https://files.pythonhosted.org/packages/fe/51/765d3c9ca5c0704926b14d1aa32a3b77fc7bc1af40027e607ec9b10e910e/simplification-0.3.8-cp34-cp34m-win32.whl" }, { "comment_text": "", "digests": { "md5": "1e43f6460fbe2053c98601e2d98aec78", "sha256": "cfd7a77bbb1c350962194060d1bdef4ea8efa9228eb5abde80a63939b3854722" }, "downloads": -1, "filename": "simplification-0.3.8-cp34-cp34m-win_amd64.whl", "has_sig": true, "md5_digest": "1e43f6460fbe2053c98601e2d98aec78", "packagetype": "bdist_wheel", "python_version": "cp34", "requires_python": null, "size": 278485, "upload_time": "2018-05-14T08:37:16", "url": "https://files.pythonhosted.org/packages/2d/c0/f252d8a932f33785cd7b8ba32360df5dfd1922312fdb085433f9fd9edbb5/simplification-0.3.8-cp34-cp34m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "ed488cea00ccdc25031dd4549e95c1ae", "sha256": "c0a13df542a129561185ad4d1b544934663d0cc8a6eb6501c73a4ba782b66433" }, "downloads": -1, "filename": "simplification-0.3.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "ed488cea00ccdc25031dd4549e95c1ae", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 309568, "upload_time": "2018-05-14T08:37:26", "url": "https://files.pythonhosted.org/packages/9c/1c/8286b3ee2f645cf04a4369a9c1f9c3b9b3b64fcbf46167a55ca3006c42e0/simplification-0.3.8-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "358d6451e3561b897ce072cd0adbee0a", "sha256": "5668301f362cfeaabb378ba5dbc592c2556905fe9453fd07483cb4ed5abe47de" }, "downloads": -1, "filename": "simplification-0.3.8-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "358d6451e3561b897ce072cd0adbee0a", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 464060, "upload_time": "2018-05-14T08:37:38", "url": "https://files.pythonhosted.org/packages/ee/aa/76d492630dea70c5442209843d689e56881a8bd77331f32454356c1ceae8/simplification-0.3.8-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "4ae8945f51f0e367fe23f6f11ab48be2", "sha256": "bda9acaf344f7d70815a594e45055ac605d469bed25790013afab187a8387bc3" }, "downloads": -1, "filename": "simplification-0.3.8-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "4ae8945f51f0e367fe23f6f11ab48be2", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 262115, "upload_time": "2018-05-14T08:37:46", "url": "https://files.pythonhosted.org/packages/be/b4/c8c85519446eae54ff8517024de19ee9152c75efd23f3065d3055a498615/simplification-0.3.8-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "40963cf3c31e2720a3f75e62600d70c7", "sha256": "9202172b69406f17be5c9d05bde278fb2f6c3a55dd39c5e6b12c0bd9cfe422d9" }, "downloads": -1, "filename": "simplification-0.3.8-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "40963cf3c31e2720a3f75e62600d70c7", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 280307, "upload_time": "2018-05-14T08:37:54", "url": "https://files.pythonhosted.org/packages/75/24/f03b47ed29470f1f21918b9ea4b82b727a5fd1363768e6b245a200366aa7/simplification-0.3.8-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "a02f68d6794c3fdb18178ee8cd543a97", "sha256": "b4f5d5ff740394b3c652d95c989b53070a29625843e63551e59f6b257ad237cd" }, "downloads": -1, "filename": "simplification-0.3.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "a02f68d6794c3fdb18178ee8cd543a97", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 311762, "upload_time": "2018-05-14T08:38:02", "url": "https://files.pythonhosted.org/packages/60/e5/bfc104f7c1665f53914459548ce0fd2d819ebc17328b27646cc8a3bbae21/simplification-0.3.8-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fc754c2bb5c4f383164fd1cb2573fd7f", "sha256": "65d716e79cf549f0c718201c2b299ab0164edce1e20053ab828cd2feb43ea15f" }, "downloads": -1, "filename": "simplification-0.3.8-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "fc754c2bb5c4f383164fd1cb2573fd7f", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 465255, "upload_time": "2018-05-14T08:38:14", "url": "https://files.pythonhosted.org/packages/af/37/2d1b3b9bcc7df9068fbe60e738a74f6ccaa9740182a9764b767163e51e83/simplification-0.3.8-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "11b5ceebae7bb5d9f109c7e39722ba06", "sha256": "f756748af075fd8f445d64e981af365881dd9f42ea4f1a3c7c9b9ac46b28ab97" }, "downloads": -1, "filename": "simplification-0.3.8-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "11b5ceebae7bb5d9f109c7e39722ba06", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 260690, "upload_time": "2018-05-14T08:38:21", "url": "https://files.pythonhosted.org/packages/b5/34/da34f98babadb2e81c5599809a702c0efe53b8c20f0aa84793cf99406d09/simplification-0.3.8-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "805ea002cae1bf20edd009aa74e6f3f2", "sha256": "d39bf70c386e5e7e6e07b817c7d71e9b6add3d090b996519ff2b12c21754263c" }, "downloads": -1, "filename": "simplification-0.3.8-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "805ea002cae1bf20edd009aa74e6f3f2", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 279167, "upload_time": "2018-05-14T08:38:31", "url": "https://files.pythonhosted.org/packages/e3/37/f53dc2a3e44d9038566f53716af5effedec3573569d3e58b0199c77096b1/simplification-0.3.8-cp36-cp36m-win_amd64.whl" } ], "0.3.9": [ { "comment_text": "", "digests": { "md5": "01cefca466aa45177fc0a6da5fad1b9d", "sha256": "8d2d500511fbb76daf182f767f2d04504815c231e902fbc2ecc3f0509a5c236d" }, "downloads": -1, "filename": "simplification-0.3.9-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "01cefca466aa45177fc0a6da5fad1b9d", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 334743, "upload_time": "2018-11-07T12:41:17", "url": "https://files.pythonhosted.org/packages/c2/2b/af5c6513a9738d6603951db837d25762bcf5b2d6452d3af412bdfa6586da/simplification-0.3.9-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d8cee08a594f9fd663530502caaeeca2", "sha256": "55a3e788955202c4abcba3fcc127b461413abf496bdc66267b877b2c84874a53" }, "downloads": -1, "filename": "simplification-0.3.9-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "d8cee08a594f9fd663530502caaeeca2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 469001, "upload_time": "2018-11-07T12:41:22", "url": "https://files.pythonhosted.org/packages/73/86/77f6db47d1b1d6a8cd412e01b466ac66de5e1b466877755e9c54426aebd7/simplification-0.3.9-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "98e6f8faec6ee31a54c1a3586947e62b", "sha256": "6f758358eca84cef48dd4aa5c54e5b1f42cdc1b2a394757e09cdeaa010627cfa" }, "downloads": -1, "filename": "simplification-0.3.9-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "98e6f8faec6ee31a54c1a3586947e62b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 266630, "upload_time": "2018-11-07T12:41:19", "url": "https://files.pythonhosted.org/packages/f5/01/40502a83326dca009966b4b8a79bbe4d79907402ca35cb81d1ffb457a505/simplification-0.3.9-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b74543a51f646bb5fda04daea6a4ccd7", "sha256": "4f3a5d52a8841c6b739751418c100ffafb8fc8f191dd98b2f0a538583c4902a9" }, "downloads": -1, "filename": "simplification-0.3.9-cp27-cp27m-win_amd64.whl", "has_sig": false, "md5_digest": "b74543a51f646bb5fda04daea6a4ccd7", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 287118, "upload_time": "2018-11-07T12:41:20", "url": "https://files.pythonhosted.org/packages/fb/09/8aba2b101bf82eb3b4c89c81e2f9b108cf8a15204923ee6aa7d2d8cedb2a/simplification-0.3.9-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "f65d31e484c24d293acf2f8cb2ff1366", "sha256": "4de0b3c6c3a92c2ba345e9b8d56f68140a1e3204927b7a49b2eccff8ed73a9c3" }, "downloads": -1, "filename": "simplification-0.3.9-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "f65d31e484c24d293acf2f8cb2ff1366", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 330900, "upload_time": "2018-11-07T12:41:24", "url": "https://files.pythonhosted.org/packages/13/7f/96ce2440fbad5a4b1991806fdd96bfb5db415ba5b50de0106cda40bcf1f2/simplification-0.3.9-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "22ea2def57423e90df3d44eb7b626d05", "sha256": "0c60561762995c007c2a745ae7309763506a5f43855590031005b5845e6cf70a" }, "downloads": -1, "filename": "simplification-0.3.9-cp35-cp35m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "22ea2def57423e90df3d44eb7b626d05", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 484805, "upload_time": "2018-11-07T12:41:26", "url": "https://files.pythonhosted.org/packages/19/27/cb1092557331c4118e2d736786d320d85fde8edcd2c5d69122acaf6a4c58/simplification-0.3.9-cp35-cp35m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5e41ea71dfcdfc786e7a7f5cb71b8e93", "sha256": "2c6c61931457cb1fa640465a2ed3b85dcd2a82087e5df0aac8ebc184b159fb6e" }, "downloads": -1, "filename": "simplification-0.3.9-cp35-cp35m-win32.whl", "has_sig": false, "md5_digest": "5e41ea71dfcdfc786e7a7f5cb71b8e93", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 261073, "upload_time": "2018-11-07T12:41:28", "url": "https://files.pythonhosted.org/packages/2e/73/6ed81c504776422f4258ec5c24a6d45d1a1848941404b8f14bddbdaf2453/simplification-0.3.9-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "085a6c1570096560258f01b5da6b6ed6", "sha256": "b3c7df3d1db6092529b9da508bf86188f06c04591ffeea218d389c3a08229931" }, "downloads": -1, "filename": "simplification-0.3.9-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "085a6c1570096560258f01b5da6b6ed6", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 281378, "upload_time": "2018-11-07T12:41:30", "url": "https://files.pythonhosted.org/packages/01/b9/532551d573214484afbd87ad49814745fcb2dafc8484ec85d013c8201841/simplification-0.3.9-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c1baa64192a5ff4b0797ecaae66ea88c", "sha256": "222e34d8f6769df1bd74584ee96fda650a15ce5d3c894d910b476d4f2454ac5b" }, "downloads": -1, "filename": "simplification-0.3.9-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "c1baa64192a5ff4b0797ecaae66ea88c", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 335042, "upload_time": "2018-11-07T12:41:31", "url": "https://files.pythonhosted.org/packages/16/78/1151bb4c98fab67693c73ae9f69d47d683a6313ab99526bbd3f47104dd51/simplification-0.3.9-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "9b4b639897f6220ec833649c5bc6fe43", "sha256": "6b9f6bc973668440f1a2baaaee7670f7206ed75917df097221d42bfa50fd374b" }, "downloads": -1, "filename": "simplification-0.3.9-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "9b4b639897f6220ec833649c5bc6fe43", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 490643, "upload_time": "2018-11-07T12:41:33", "url": "https://files.pythonhosted.org/packages/71/4f/451702bf5f5516d95cf1081ca3e3deb5a332a2025a91a3b85c6bee447943/simplification-0.3.9-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "e23d28cadc04abef343a28da85881400", "sha256": "f36f8f1d88d224aebba7e371e41de378a424e6568dfd3c3d0e2c55f995eb20b8" }, "downloads": -1, "filename": "simplification-0.3.9-cp36-cp36m-win32.whl", "has_sig": false, "md5_digest": "e23d28cadc04abef343a28da85881400", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 266863, "upload_time": "2018-11-07T12:41:34", "url": "https://files.pythonhosted.org/packages/05/0a/b9f0e3e5eaefb7d1021856261087d5eb45e9c092efaa3fe9ba0a3d2faf96/simplification-0.3.9-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b67e96e34610f9e05dbf24d2ea307ce4", "sha256": "8447250c06b225bb3486d01783fbc01d794d37883d1c9c939064d9c908e66cc1" }, "downloads": -1, "filename": "simplification-0.3.9-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "b67e96e34610f9e05dbf24d2ea307ce4", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 288761, "upload_time": "2018-11-07T12:41:36", "url": "https://files.pythonhosted.org/packages/e1/73/ae02e66b35eb627a046f6a25ccaf05af02c4e480a4002546878c69a5c502/simplification-0.3.9-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "01dcc1bcdbfb8cd932ee23cbec7a4f90", "sha256": "9b6e2a4c81f5de4fa0177ec221801aa5f3f5d0176f67cb2ccd0b3afd6db6335e" }, "downloads": -1, "filename": "simplification-0.3.9-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": false, "md5_digest": "01dcc1bcdbfb8cd932ee23cbec7a4f90", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 331776, "upload_time": "2018-11-07T12:41:37", "url": "https://files.pythonhosted.org/packages/36/a6/7a57792ad297edfa33e642012c15c64d4de8facd895ae7980196a3a73902/simplification-0.3.9-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fb14ce4703f3fa9d2f7691d3497972e5", "sha256": "79963b87f0374fa0f5eaf26fd09d268b42c2c9f28eb20347f15b0df718b4438d" }, "downloads": -1, "filename": "simplification-0.3.9-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "fb14ce4703f3fa9d2f7691d3497972e5", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 490343, "upload_time": "2018-11-07T12:41:39", "url": "https://files.pythonhosted.org/packages/65/e8/cf0b943e54ee870db290764a37aea9b7beccbc417adf1de5981af55a048e/simplification-0.3.9-cp37-cp37m-manylinux1_x86_64.whl" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "838004b6742da84ea7a0cdfa86d4ed78", "sha256": "a6f844c81ec416e374770468919429e983493d37cd0b5776f50ba4ba1007e771" }, "downloads": -1, "filename": "simplification-0.4.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "838004b6742da84ea7a0cdfa86d4ed78", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 364711, "upload_time": "2019-01-19T18:01:27", "url": "https://files.pythonhosted.org/packages/1c/f2/98dd7387739c24eabc6b9cb27b6717dc14de883d07a847954e9e8a64077c/simplification-0.4.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d23c64d93ca9aba4db774756bdb39af2", "sha256": "e43516c4be35d4ffcc191b514c92fdd32da212157a610b9d7629c38b34b81fea" }, "downloads": -1, "filename": "simplification-0.4.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "d23c64d93ca9aba4db774756bdb39af2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 501781, "upload_time": "2019-01-19T18:01:35", "url": "https://files.pythonhosted.org/packages/30/9b/419afc0a1bb4f7682513c941480eb27bcfd1dfd9594e57956aa6f30ad7a6/simplification-0.4.2-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1ddcd1d150da0b54973a53bf51958b13", "sha256": "6a064cc661274fa3bfa7e6819f8586bbbf5ef62be432032a276c8e5e1d3275d9" }, "downloads": -1, "filename": "simplification-0.4.2-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "1ddcd1d150da0b54973a53bf51958b13", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 291965, "upload_time": "2019-01-19T18:01:30", "url": "https://files.pythonhosted.org/packages/56/53/7d126e800a07b3f54a0718e95cd9cdf99774998b993b337400e7ea357e49/simplification-0.4.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a52fb2ede771b672030538df530abb7b", "sha256": "4e281e3d1f2cf671aa583908380d4335ed25f02b47580a3c3ed0a2b6af22f675" }, "downloads": -1, "filename": "simplification-0.4.2-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "a52fb2ede771b672030538df530abb7b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 312117, "upload_time": "2019-01-19T18:01:33", "url": "https://files.pythonhosted.org/packages/4e/f1/2fd8f588df6042f52858443b9491a2c8123b54f5c7eb5aec289ffa1adca3/simplification-0.4.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8e13fcf565b5bc8035ccd72d735f1cfd", "sha256": "7831813674953bad7eb38ee53367248c243c534e651f40f0ff956339f4faad9b" }, "downloads": -1, "filename": "simplification-0.4.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "8e13fcf565b5bc8035ccd72d735f1cfd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 360943, "upload_time": "2019-01-19T18:01:38", "url": "https://files.pythonhosted.org/packages/c2/d0/19a903872eb7c9b7db3549032dcf5a33200970ce7c5087d06dcec0698080/simplification-0.4.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "af44937d624751d59a033678945f18c8", "sha256": "6678d42ada2632150334d101459027ccef4fa38e98a86f618298168d6c25c5f7" }, "downloads": -1, "filename": "simplification-0.4.2-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "af44937d624751d59a033678945f18c8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 286447, "upload_time": "2019-01-19T18:01:41", "url": "https://files.pythonhosted.org/packages/77/8d/f01641ea169fe56302e101a5a857c2b3b0b2fa586f442505896e9b1aa632/simplification-0.4.2-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "3efc25dcb762b635e6b53b2392c5b1c8", "sha256": "7dec2c50399c523da8c003470e3930fac1f1b50e03fb71ed290cd164fa99b80a" }, "downloads": -1, "filename": "simplification-0.4.2-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "3efc25dcb762b635e6b53b2392c5b1c8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 313626, "upload_time": "2019-01-19T18:01:43", "url": "https://files.pythonhosted.org/packages/67/17/5a2a958df1ffca67e392ea25dd1ddd1be69b2b706f7cff3f69613ae7734e/simplification-0.4.2-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c0208acf7f72157c16aa32a13172c042", "sha256": "178d29ba85f896c0261ecd48a94da8212b5e77d526dd32aa8f3b8f46b846e7d5" }, "downloads": -1, "filename": "simplification-0.4.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "c0208acf7f72157c16aa32a13172c042", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 366074, "upload_time": "2019-01-19T18:01:47", "url": "https://files.pythonhosted.org/packages/7a/27/4d4facb3748ad7aa20c61f71df67a0c3338a9ea8783fc98097e45a6d2504/simplification-0.4.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7865e838e7689d3962eef4ee66c9237e", "sha256": "1bc3890db28983d7ee727c62904f34de7271a66fcf8932640bcd941d4083a5de" }, "downloads": -1, "filename": "simplification-0.4.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "7865e838e7689d3962eef4ee66c9237e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 526481, "upload_time": "2019-01-19T18:01:49", "url": "https://files.pythonhosted.org/packages/58/ac/bed7b6f51d9aa7216515672907f8af2c47cc39a7eff3a69dd0e24be38a1a/simplification-0.4.2-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "44eaccb02e841f992227d3fd68d80b20", "sha256": "be4808363ec2d12e0c1d210922cba40297df23cdfa8c2bedcf5834248d782b90" }, "downloads": -1, "filename": "simplification-0.4.2-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "44eaccb02e841f992227d3fd68d80b20", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 292205, "upload_time": "2019-01-19T18:01:51", "url": "https://files.pythonhosted.org/packages/2f/e0/4680d4bfcf2ed47a3d5643578a33c68978d066fbd2a47d924c443fd10304/simplification-0.4.2-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a9dd86ad4a1b5000e4f7e69c9feb3328", "sha256": "3d39f29b3f9fb80787e498ad198796539388ee9e64dd9f09a559dd1c5b7c2882" }, "downloads": -1, "filename": "simplification-0.4.2-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "a9dd86ad4a1b5000e4f7e69c9feb3328", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 313926, "upload_time": "2019-01-19T18:01:54", "url": "https://files.pythonhosted.org/packages/28/64/784e0d5d030c7ea267156974ecbe48f4ffc2f1d14cd6aa8934f2bbabb3ef/simplification-0.4.2-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "164723350d9246e4a5b4fa124718b8f7", "sha256": "550ca0df1ae9d2412de4f27e72a5f1ec3d5c959c6f74b125bc5fe7ef5248b3a3" }, "downloads": -1, "filename": "simplification-0.4.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "164723350d9246e4a5b4fa124718b8f7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 362527, "upload_time": "2019-01-19T18:01:58", "url": "https://files.pythonhosted.org/packages/27/d2/5a2f5b2ce64dc97a75ebf4e224b89dc7298f1c9f89c2571372fd8176c4c4/simplification-0.4.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "77ff503023bbd42dd9950ba3ba7a0cb3", "sha256": "9f48d930e869621d8c6cd6142640bddaa547d5d630a2751b120ed920f6c0235e" }, "downloads": -1, "filename": "simplification-0.4.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "77ff503023bbd42dd9950ba3ba7a0cb3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 528518, "upload_time": "2019-01-19T18:02:00", "url": "https://files.pythonhosted.org/packages/c5/0c/70147d58647889c128320f91d66f61d0d13d7902e460e111bded08f412ca/simplification-0.4.2-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0f53f2262f3738be5f13803fd85eff3b", "sha256": "4190b35e8405d9e17b03489f46a1b6adbdb921d2635bf17f49149a3ff77acdbc" }, "downloads": -1, "filename": "simplification-0.4.2-cp37-cp37m-win_amd64.whl", "has_sig": true, "md5_digest": "0f53f2262f3738be5f13803fd85eff3b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 313824, "upload_time": "2019-01-19T18:02:03", "url": "https://files.pythonhosted.org/packages/73/9d/c9626a8c084f862534828ced833c49798a34121fe6c0130b3439ca5e9ebd/simplification-0.4.2-cp37-cp37m-win_amd64.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "838004b6742da84ea7a0cdfa86d4ed78", "sha256": "a6f844c81ec416e374770468919429e983493d37cd0b5776f50ba4ba1007e771" }, "downloads": -1, "filename": "simplification-0.4.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "838004b6742da84ea7a0cdfa86d4ed78", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 364711, "upload_time": "2019-01-19T18:01:27", "url": "https://files.pythonhosted.org/packages/1c/f2/98dd7387739c24eabc6b9cb27b6717dc14de883d07a847954e9e8a64077c/simplification-0.4.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "d23c64d93ca9aba4db774756bdb39af2", "sha256": "e43516c4be35d4ffcc191b514c92fdd32da212157a610b9d7629c38b34b81fea" }, "downloads": -1, "filename": "simplification-0.4.2-cp27-cp27mu-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "d23c64d93ca9aba4db774756bdb39af2", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 501781, "upload_time": "2019-01-19T18:01:35", "url": "https://files.pythonhosted.org/packages/30/9b/419afc0a1bb4f7682513c941480eb27bcfd1dfd9594e57956aa6f30ad7a6/simplification-0.4.2-cp27-cp27mu-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1ddcd1d150da0b54973a53bf51958b13", "sha256": "6a064cc661274fa3bfa7e6819f8586bbbf5ef62be432032a276c8e5e1d3275d9" }, "downloads": -1, "filename": "simplification-0.4.2-cp27-cp27m-win32.whl", "has_sig": true, "md5_digest": "1ddcd1d150da0b54973a53bf51958b13", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 291965, "upload_time": "2019-01-19T18:01:30", "url": "https://files.pythonhosted.org/packages/56/53/7d126e800a07b3f54a0718e95cd9cdf99774998b993b337400e7ea357e49/simplification-0.4.2-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a52fb2ede771b672030538df530abb7b", "sha256": "4e281e3d1f2cf671aa583908380d4335ed25f02b47580a3c3ed0a2b6af22f675" }, "downloads": -1, "filename": "simplification-0.4.2-cp27-cp27m-win_amd64.whl", "has_sig": true, "md5_digest": "a52fb2ede771b672030538df530abb7b", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": null, "size": 312117, "upload_time": "2019-01-19T18:01:33", "url": "https://files.pythonhosted.org/packages/4e/f1/2fd8f588df6042f52858443b9491a2c8123b54f5c7eb5aec289ffa1adca3/simplification-0.4.2-cp27-cp27m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "8e13fcf565b5bc8035ccd72d735f1cfd", "sha256": "7831813674953bad7eb38ee53367248c243c534e651f40f0ff956339f4faad9b" }, "downloads": -1, "filename": "simplification-0.4.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "8e13fcf565b5bc8035ccd72d735f1cfd", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 360943, "upload_time": "2019-01-19T18:01:38", "url": "https://files.pythonhosted.org/packages/c2/d0/19a903872eb7c9b7db3549032dcf5a33200970ce7c5087d06dcec0698080/simplification-0.4.2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "af44937d624751d59a033678945f18c8", "sha256": "6678d42ada2632150334d101459027ccef4fa38e98a86f618298168d6c25c5f7" }, "downloads": -1, "filename": "simplification-0.4.2-cp35-cp35m-win32.whl", "has_sig": true, "md5_digest": "af44937d624751d59a033678945f18c8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 286447, "upload_time": "2019-01-19T18:01:41", "url": "https://files.pythonhosted.org/packages/77/8d/f01641ea169fe56302e101a5a857c2b3b0b2fa586f442505896e9b1aa632/simplification-0.4.2-cp35-cp35m-win32.whl" }, { "comment_text": "", "digests": { "md5": "3efc25dcb762b635e6b53b2392c5b1c8", "sha256": "7dec2c50399c523da8c003470e3930fac1f1b50e03fb71ed290cd164fa99b80a" }, "downloads": -1, "filename": "simplification-0.4.2-cp35-cp35m-win_amd64.whl", "has_sig": true, "md5_digest": "3efc25dcb762b635e6b53b2392c5b1c8", "packagetype": "bdist_wheel", "python_version": "cp35", "requires_python": null, "size": 313626, "upload_time": "2019-01-19T18:01:43", "url": "https://files.pythonhosted.org/packages/67/17/5a2a958df1ffca67e392ea25dd1ddd1be69b2b706f7cff3f69613ae7734e/simplification-0.4.2-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "c0208acf7f72157c16aa32a13172c042", "sha256": "178d29ba85f896c0261ecd48a94da8212b5e77d526dd32aa8f3b8f46b846e7d5" }, "downloads": -1, "filename": "simplification-0.4.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "c0208acf7f72157c16aa32a13172c042", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 366074, "upload_time": "2019-01-19T18:01:47", "url": "https://files.pythonhosted.org/packages/7a/27/4d4facb3748ad7aa20c61f71df67a0c3338a9ea8783fc98097e45a6d2504/simplification-0.4.2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "7865e838e7689d3962eef4ee66c9237e", "sha256": "1bc3890db28983d7ee727c62904f34de7271a66fcf8932640bcd941d4083a5de" }, "downloads": -1, "filename": "simplification-0.4.2-cp36-cp36m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "7865e838e7689d3962eef4ee66c9237e", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 526481, "upload_time": "2019-01-19T18:01:49", "url": "https://files.pythonhosted.org/packages/58/ac/bed7b6f51d9aa7216515672907f8af2c47cc39a7eff3a69dd0e24be38a1a/simplification-0.4.2-cp36-cp36m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "44eaccb02e841f992227d3fd68d80b20", "sha256": "be4808363ec2d12e0c1d210922cba40297df23cdfa8c2bedcf5834248d782b90" }, "downloads": -1, "filename": "simplification-0.4.2-cp36-cp36m-win32.whl", "has_sig": true, "md5_digest": "44eaccb02e841f992227d3fd68d80b20", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 292205, "upload_time": "2019-01-19T18:01:51", "url": "https://files.pythonhosted.org/packages/2f/e0/4680d4bfcf2ed47a3d5643578a33c68978d066fbd2a47d924c443fd10304/simplification-0.4.2-cp36-cp36m-win32.whl" }, { "comment_text": "", "digests": { "md5": "a9dd86ad4a1b5000e4f7e69c9feb3328", "sha256": "3d39f29b3f9fb80787e498ad198796539388ee9e64dd9f09a559dd1c5b7c2882" }, "downloads": -1, "filename": "simplification-0.4.2-cp36-cp36m-win_amd64.whl", "has_sig": true, "md5_digest": "a9dd86ad4a1b5000e4f7e69c9feb3328", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": null, "size": 313926, "upload_time": "2019-01-19T18:01:54", "url": "https://files.pythonhosted.org/packages/28/64/784e0d5d030c7ea267156974ecbe48f4ffc2f1d14cd6aa8934f2bbabb3ef/simplification-0.4.2-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "164723350d9246e4a5b4fa124718b8f7", "sha256": "550ca0df1ae9d2412de4f27e72a5f1ec3d5c959c6f74b125bc5fe7ef5248b3a3" }, "downloads": -1, "filename": "simplification-0.4.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl", "has_sig": true, "md5_digest": "164723350d9246e4a5b4fa124718b8f7", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 362527, "upload_time": "2019-01-19T18:01:58", "url": "https://files.pythonhosted.org/packages/27/d2/5a2f5b2ce64dc97a75ebf4e224b89dc7298f1c9f89c2571372fd8176c4c4/simplification-0.4.2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.macosx_10_11_intel.macosx_10_11_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "77ff503023bbd42dd9950ba3ba7a0cb3", "sha256": "9f48d930e869621d8c6cd6142640bddaa547d5d630a2751b120ed920f6c0235e" }, "downloads": -1, "filename": "simplification-0.4.2-cp37-cp37m-manylinux1_x86_64.whl", "has_sig": true, "md5_digest": "77ff503023bbd42dd9950ba3ba7a0cb3", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 528518, "upload_time": "2019-01-19T18:02:00", "url": "https://files.pythonhosted.org/packages/c5/0c/70147d58647889c128320f91d66f61d0d13d7902e460e111bded08f412ca/simplification-0.4.2-cp37-cp37m-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "0f53f2262f3738be5f13803fd85eff3b", "sha256": "4190b35e8405d9e17b03489f46a1b6adbdb921d2635bf17f49149a3ff77acdbc" }, "downloads": -1, "filename": "simplification-0.4.2-cp37-cp37m-win_amd64.whl", "has_sig": true, "md5_digest": "0f53f2262f3738be5f13803fd85eff3b", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 313824, "upload_time": "2019-01-19T18:02:03", "url": "https://files.pythonhosted.org/packages/73/9d/c9626a8c084f862534828ced833c49798a34121fe6c0130b3439ca5e9ebd/simplification-0.4.2-cp37-cp37m-win_amd64.whl" } ] }