{ "info": { "author": "Erik-Jan van Baaren", "author_email": "erikjan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Indexing/Search" ], "description": "====================================\nWARNING: There is an official client\n====================================\nElasticSearch now has an official Python API. For new projects, I strongly recommend you to use it.\n\nYou can install the official API with:\n $ easy_install elasticsearch\n\nCheck out http://www.elasticsearch.org/guide/en/elasticsearch/client/python-api/current/index.html for more info.\n\n========\nESClient\n========\nESClient is a Python library that uses the ElasticSearch REST API. It is meant\nto be lightweight and be *close to the actual REST API* in terms of usage.\n\nWith ESClient comes two scripts that are installed in your /usr/local/bin:\n\n* esdump -- Use this script to dump one or more indexes to a file (or stdout)\n\n* esimport -- Use this script to import a dump\n\nThe only shortage with these two tools is that they do not make a backup of the\nmappings yet. This is however planned for an upcoming version.\n\n:Web: http://pypi.python.org/pypi/ESClient/\n:Download: http://pypi.python.org/pypi/ESClient/\n:Source: https://github.com/eriky/ESClient/\n\nInstallation\n============\n\nTo install::\n\n python setup.py install\n\nYou can also install ESClient with easy_install or pip.\nThe following commands will install the latest released version of ESClient::\n\n $ easy_install esclient\n\nOr with pip::\n\n $ pip install esclient\n\nUsage\n=====\nPlease take a look at the test_esclient.py file for usage examples. This code\nat least covers all the API methods that are implemented.\nAs soon as the API reaches stability I will put more time into writing decent\ndocumentation. I advice you to keep the ElasticSearch documentation at hand\nwhen you start using this library. The documentation strings in the code\nshould be very useful.\n\nUnit tests\n==========\ntest_esclient.py can be used for unit testing. You can directly run this file\nif you have an ElasticSearch instance running on localhost.\n\nBug Tracker and Issues\n======================\nIf you find a bug or any other issue you may create an issue on GitHub!\n\nhttps://github.com/eriky/ESClient/issues\n\nRoadmap / TODO\n==============\nMy target is to reach a stable 1.0 release. Currently on the roadmap to reach\nsuch a 1.0 release are:\n\n* Implementing most or even all the API methods\n* Adding support for backing up the mappings with esdump and esimport\n* Adding option to esdump to save data into multiple files, with names based \n on the name of the source index\n\nLicense\n=======\nLicensed under the New BSD License. See also the LICENSE file\n\nCredits\n=======\nThis client library was written by Erik-Jan van Baaren (erikjan@gmail.com)\nOthers have contributed bugfixes or extensions too (thanks!)\nThe style of this library is inspired by `pyelasticsearch`_.\n\nDependencies\n============\n* ESClient uses the excellent *requests* library.\n* The unit tests only work on Python 2.7 (one test will fail on 2.6)\n* The code is tested mostly on Python 2.6 and 2.7\n\nChangelog\n=========\n0.5.5\n-----\n* Added esdump script, which can dump indexes to a (optionally compressed) file or stdout\n by using the new scan and scroll methods\n\n0.5.4\n-----\n* Added two methods: scan and scroll. With these methods you can now perform\n scan queries and scroll through the results.\n \n0.5.3\n-----\n* Bugfixing\n\n0.5.2\n-----\n* fixed an issue where the dependency on the requests library was\n not automatically procesed by easy_install / pip\n\n0.5.1\n-----\n* Refactored the bulk API to use more standard methods from ESClient\n* fixed some typos in code\n\n0.5.0\n-----\n* Added bulk API + unit tests (thanks to isnowfy)\n\n0.4.0\n-----\n* Added API method: index_exists\n\n0.3.0\n-----\n* Better error handling (by using _parse_json_response() method everywhere)\n* Added API methods: get_mapping, put_mapping\n\n0.2.1\n-----\n* Added API methods: status, flush\n* some code improvements / beautifying\n\n0.2.0\n-----\n* Removed option to choose between JSON or hierachy of Python objects. It\n would have created too much hassle.\n* Added API methods: mget, open+close index, create_alias, delete_alias\n* small fixes here and there\n\n0.1.1\n-----\n* Added docstring to the get API\n* made sure that makedist.sh removes old MANIFEST file before making new\n package\n* fixed version string in esclient.py\n\n\n0.1.0\n-----\nFrom now on I will conform to the Semantic Versioning Guidelines outlined\non this site: http://semver.org/\nIn that spirit, I bumped the minor version to 0.1.0 and will keep doing so\nuntil public API stability is reached.\n\n0.0.1\n-----\nFirst official release that was published to PyPI. Alpha quality, but with\nworking unit tests for each API method.\n\n.. _`pyelasticsearch`: http://github.com/rhec/pyelasticsearch", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eriky/ESClient", "keywords": "elasticsearch", "license": "New BSD license", "maintainer": null, "maintainer_email": null, "name": "ESClient", "package_url": "https://pypi.org/project/ESClient/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ESClient/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eriky/ESClient" }, "release_url": "https://pypi.org/project/ESClient/0.5.8/", "requires_dist": null, "requires_python": null, "summary": "A lightweight Python client for ElasticSearch, including a dump and import tool for indexes", "version": "0.5.8" }, "last_serial": 1067080, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "89dc2b64fc4724ebbb92f86506fa129d", "sha256": "351117fc1aa7e2f4f6fbf5a862d869994a6e7c9e519a5fd21e8bc96c9dba480c" }, "downloads": -1, "filename": "ESClient-0.1.1.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "89dc2b64fc4724ebbb92f86506fa129d", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 65698, "upload_time": "2012-02-25T22:03:16", "url": "https://files.pythonhosted.org/packages/ff/0a/b43488899e879a9805b1cdc79a0098fb5e3fbac7cd86784c5e1e3c8e8aa0/ESClient-0.1.1.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "8076a15ea3d33d7b9bd61995bcc410a6", "sha256": "59040b409757eccfe5af80f659e56191f153edd5dbddbdd508985929973cf768" }, "downloads": -1, "filename": "ESClient-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8076a15ea3d33d7b9bd61995bcc410a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5347, "upload_time": "2012-02-25T22:03:15", "url": "https://files.pythonhosted.org/packages/11/e7/71190b8db0ba5b5a443e6e15966326118dc1a2a2ef475eab35e42d48679f/ESClient-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b429887de9bdb5ebdce2919850547119", "sha256": "d8ba78dd3959eba18c268f715d9de640ad70a1cce6a576f20ed536c515b8c529" }, "downloads": -1, "filename": "ESClient-0.2.0.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "b429887de9bdb5ebdce2919850547119", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 70504, "upload_time": "2012-03-01T08:22:10", "url": "https://files.pythonhosted.org/packages/52/43/6045ed203dbdbf266ec3ff15facf64644ac4236a2a760cdb4c064e838749/ESClient-0.2.0.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "6d31e6e9d8ced0d5456cf33c0b149147", "sha256": "ce5e78ffc7943f40f69ad8006f9cdb74ce049ae53eb2dacd6355907459c8411d" }, "downloads": -1, "filename": "ESClient-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6d31e6e9d8ced0d5456cf33c0b149147", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6574, "upload_time": "2012-03-01T08:22:02", "url": "https://files.pythonhosted.org/packages/97/02/dddc20428be224c995f251da29ff3276b50d1346f169dc94c226b36d37c0/ESClient-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "5b2f0e800e1a2c49b2e45d3cb21d167e", "sha256": "625958da3e98b1ae2beb8abaea5714f04e39a3cac1077a2c0e8686bcd4f85bd3" }, "downloads": -1, "filename": "ESClient-0.2.1.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "5b2f0e800e1a2c49b2e45d3cb21d167e", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 70350, "upload_time": "2012-03-01T21:37:41", "url": "https://files.pythonhosted.org/packages/48/84/8721022fd402304704001da2ec8fb90543d12ef0f7cf0c4c1481d2729cce/ESClient-0.2.1.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "32d1319f9908cb86e927406967243640", "sha256": "0efb8d8840a4847868ae9e18a4a469266055c84cf5d6a04352ba57f7d854d26e" }, "downloads": -1, "filename": "ESClient-0.2.1.tar.gz", "has_sig": false, "md5_digest": "32d1319f9908cb86e927406967243640", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6621, "upload_time": "2012-03-01T21:37:40", "url": "https://files.pythonhosted.org/packages/02/22/a9fb6096ca57a811d28836864bab893699203b03cfc92a0d56419f19894f/ESClient-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "52e78d006b073dd4cae2835c84e9c521", "sha256": "7a6a336369661828ae40ee4c180175e6e10bcbee4fca06414658777de18e908e" }, "downloads": -1, "filename": "ESClient-0.3.0.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "52e78d006b073dd4cae2835c84e9c521", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 70777, "upload_time": "2012-03-10T20:51:39", "url": "https://files.pythonhosted.org/packages/36/7c/82cb9da27eef834f467e590a958268ef16dba4baec2806bb0a63bce3368f/ESClient-0.3.0.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "d23935571c7c21ee6a6f80809b10dcd4", "sha256": "10d449144f543df45fdb13017b63d4d2a28db2ae1b9aa24c6b7c1b344bf95449" }, "downloads": -1, "filename": "ESClient-0.3.0.tar.gz", "has_sig": false, "md5_digest": "d23935571c7c21ee6a6f80809b10dcd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7013, "upload_time": "2012-03-10T20:51:38", "url": "https://files.pythonhosted.org/packages/6c/cc/bcaed043ca285f6418bc8790a02408817eb3d5a1f3a17fff8a237485946b/ESClient-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "c70c2b5d2edef5f674b783967c9e3d10", "sha256": "df7082c7d5773bbe3409026c68401e46c9101a7e19d11af204837159ebc2f996" }, "downloads": -1, "filename": "ESClient-0.4.0.linux-x86_64.exe", "has_sig": false, "md5_digest": "c70c2b5d2edef5f674b783967c9e3d10", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 71550, "upload_time": "2012-08-08T16:08:27", "url": "https://files.pythonhosted.org/packages/b6/43/c2c005fdbe77ab62122b18377f9a9e19c01e58ff1c07c95d63c9f491e9d3/ESClient-0.4.0.linux-x86_64.exe" }, { "comment_text": "", "digests": { "md5": "7d0862015dac23b103decca849afde06", "sha256": "764b01ef0297acb93d503a764e98407cbe58fbcb272cd5488d33d81fdde829ff" }, "downloads": -1, "filename": "ESClient-0.4.0.tar.gz", "has_sig": false, "md5_digest": "7d0862015dac23b103decca849afde06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7345, "upload_time": "2012-08-08T16:08:26", "url": "https://files.pythonhosted.org/packages/7d/d1/ead610e0efd2cc43c1e509d3ef2bb64803601bdb30a3f37f01f8aed836a9/ESClient-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "f180e748802d74ca3855a0e1fc86753d", "sha256": "7f65acf96a9087716f847f91b650b3a6d2b25f835d621cf80a53796ec8aac283" }, "downloads": -1, "filename": "ESClient-0.5.0.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "f180e748802d74ca3855a0e1fc86753d", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 71586, "upload_time": "2012-09-16T20:20:11", "url": "https://files.pythonhosted.org/packages/c7/b6/05d5bd36278a4ee67558a4bb3ff61317b5864cb1001b404139964eeae780/ESClient-0.5.0.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "79008a49591cdd5d42e3bf119f75745f", "sha256": "50cf4bb13f3a9c500fbc996990f762ade987da1ee7ce9626139ec1281216519e" }, "downloads": -1, "filename": "ESClient-0.5.0.tar.gz", "has_sig": false, "md5_digest": "79008a49591cdd5d42e3bf119f75745f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7511, "upload_time": "2012-09-16T20:20:08", "url": "https://files.pythonhosted.org/packages/ce/11/9182a272f9158c25059c22e5ee1ddd8ac26f84efc1019316125618e72a61/ESClient-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "4ccfdfecc2717b83e332fb04af151e74", "sha256": "693d2aeed4caedff8db2550ef832992b96b10f05cdcaa823de9f6b29da86549a" }, "downloads": -1, "filename": "ESClient-0.5.1.macosx-10.7-intel.exe", "has_sig": false, "md5_digest": "4ccfdfecc2717b83e332fb04af151e74", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 71668, "upload_time": "2012-11-13T21:11:07", "url": "https://files.pythonhosted.org/packages/89/3b/3243f1633da82022cea3ab8f93a8643362766d1b9df648142b07f8dacd86/ESClient-0.5.1.macosx-10.7-intel.exe" }, { "comment_text": "", "digests": { "md5": "794a2697a4cb5d80dde84057c9cf3a7a", "sha256": "e9464bf2bd8c269875a38904795dab8ff3a3e11d1490ab763d88eb4e3f680f90" }, "downloads": -1, "filename": "ESClient-0.5.1.tar.gz", "has_sig": false, "md5_digest": "794a2697a4cb5d80dde84057c9cf3a7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7582, "upload_time": "2012-11-13T21:11:06", "url": "https://files.pythonhosted.org/packages/ca/12/1aa3520c18fc69ebcaccd0aa2a4c533f167af2c74880e7a3151a00c742da/ESClient-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "d653b9cc18f2147960e88a77e5bd5742", "sha256": "df91127de1c404342541c788fc0b09f0b6a6effac4bba03ad3ccbd5aa0f17c2a" }, "downloads": -1, "filename": "ESClient-0.5.2.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "d653b9cc18f2147960e88a77e5bd5742", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 72006, "upload_time": "2012-11-13T22:18:10", "url": "https://files.pythonhosted.org/packages/48/01/f17ed5789b1c767ebdd6a965c1498968190e5684540840f6d2c946e6a32b/ESClient-0.5.2.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "6b138de1e659ae75be76c7455ce9c06a", "sha256": "e8e0eaab1540e384c279eff44f054f04357497193bd53b814a31e5153fa989af" }, "downloads": -1, "filename": "ESClient-0.5.2.tar.gz", "has_sig": false, "md5_digest": "6b138de1e659ae75be76c7455ce9c06a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7684, "upload_time": "2012-11-13T22:18:07", "url": "https://files.pythonhosted.org/packages/a2/81/ecee9d759825130393c5544b3da5bfd5390741daa94458aa4ff8d46a6cff/ESClient-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "9779bd68e618bcdfd504ab923a6f1cf5", "sha256": "e93b8611a51e0297e6c92b53145d7d61fa20fe57841364443aeba361132f32ed" }, "downloads": -1, "filename": "ESClient-0.5.3.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "9779bd68e618bcdfd504ab923a6f1cf5", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 72007, "upload_time": "2012-11-13T22:27:09", "url": "https://files.pythonhosted.org/packages/9b/84/9ed17da4a5f4e7cd3653d841cee4eaa3339df753a73cd3f623887da8fd29/ESClient-0.5.3.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "3f0ec4b8eedc128b75cfd062faaa4a24", "sha256": "4a3b920edee7fa5021804733ecca48999e33f40e35cd4ab18e8cbd4b12757cbb" }, "downloads": -1, "filename": "ESClient-0.5.3.tar.gz", "has_sig": false, "md5_digest": "3f0ec4b8eedc128b75cfd062faaa4a24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7684, "upload_time": "2012-11-13T22:27:02", "url": "https://files.pythonhosted.org/packages/f0/cb/5a047172c812f9f428eaf64895e0e9734223d4d060f4e9b5e4f987b52324/ESClient-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "d5f2c4e1e08795bc974af4029d3199b5", "sha256": "48cce7ee14e79fe9ff34b4aac43c7e4bc9b6c65471b6ae3aa65686ef670d23b1" }, "downloads": -1, "filename": "ESClient-0.5.4.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "d5f2c4e1e08795bc974af4029d3199b5", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 72480, "upload_time": "2013-01-29T12:16:27", "url": "https://files.pythonhosted.org/packages/5f/57/216224b09a7dbabcff335be1029dd270fb59acf02bf15c23c1e18d0372f3/ESClient-0.5.4.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "21621c902eb385cb82d984fa61926efc", "sha256": "a0c2f8a6cabf60ce0100957b670b0236cbbbebc0bd625ae595bd9a0575de3cd0" }, "downloads": -1, "filename": "ESClient-0.5.4.tar.gz", "has_sig": false, "md5_digest": "21621c902eb385cb82d984fa61926efc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8002, "upload_time": "2013-01-29T12:16:22", "url": "https://files.pythonhosted.org/packages/ba/d7/ddef84b9eb2763d9847c4077abf22806f11d32f5f8868eb5f8d49fc1acf1/ESClient-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "40a223c212b57c4b181d1b380c130600", "sha256": "de83b04556d3729e8560dfabda9c7f52049fcaaff25f3cda4b527355f55ea90b" }, "downloads": -1, "filename": "ESClient-0.5.5.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "40a223c212b57c4b181d1b380c130600", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 75817, "upload_time": "2013-02-01T08:36:19", "url": "https://files.pythonhosted.org/packages/f9/b9/63a4d21d0f8466506d8d7dcc2dd0ff83cbf4c2649ecf764ba91dde3f6bfb/ESClient-0.5.5.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "1ec70c507d359396d88d285a633604e9", "sha256": "fce4c30e69fa1ef6fb1388cbcc84c559f664ffc876af7db04d2104f663107154" }, "downloads": -1, "filename": "ESClient-0.5.5.tar.gz", "has_sig": false, "md5_digest": "1ec70c507d359396d88d285a633604e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9863, "upload_time": "2013-02-01T08:36:14", "url": "https://files.pythonhosted.org/packages/64/1c/0102321b0764fcc356ee9c25500d8cf597f3a47284bda45657c278a2bd21/ESClient-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "60cc125b1ca4bda685ce6342f26eace0", "sha256": "499a571062d0056bb2977982d3cf3cbb27d548a327e1da517093bacbf11253ab" }, "downloads": -1, "filename": "ESClient-0.5.6.macosx-10.8-intel.exe", "has_sig": false, "md5_digest": "60cc125b1ca4bda685ce6342f26eace0", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 76254, "upload_time": "2013-06-04T11:39:21", "url": "https://files.pythonhosted.org/packages/9b/72/edf1b96cd870fa1b1d37b839d1958d9ce6d6ade38bd24aad5018422a5d09/ESClient-0.5.6.macosx-10.8-intel.exe" }, { "comment_text": "", "digests": { "md5": "2d09410898cdabf7bf92fdb7ed1a17b9", "sha256": "526bb87867ae4cfea08e31c99625bf5920a54da560864484c1236ba353c6b2e1" }, "downloads": -1, "filename": "ESClient-0.5.6.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "2d09410898cdabf7bf92fdb7ed1a17b9", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 78392, "upload_time": "2014-03-23T12:52:54", "url": "https://files.pythonhosted.org/packages/9e/d2/7f68eb5f66168a2b7d725cd74846c0081bef57345f8087dfa0e9ef65eec4/ESClient-0.5.6.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "466ee9a5f561219c3679b2f92bf6a80d", "sha256": "2facc1c7f0b96278795467083ecdb0a68e87724563373720ba0adc69d05d567a" }, "downloads": -1, "filename": "ESClient-0.5.6.tar.gz", "has_sig": false, "md5_digest": "466ee9a5f561219c3679b2f92bf6a80d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10232, "upload_time": "2013-06-04T11:39:18", "url": "https://files.pythonhosted.org/packages/7d/ff/36feaa0d4e67622390c6d35464988c719389d8dbb3212b0800d3790a5f36/ESClient-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "ed8b607c64df3eac55d1ffae78e38c27", "sha256": "f5e3f4c12383b5396ac9801c6d0231178ba009909c9631363b37447d634ff58c" }, "downloads": -1, "filename": "ESClient-0.5.7.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "ed8b607c64df3eac55d1ffae78e38c27", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 78392, "upload_time": "2014-03-23T12:55:28", "url": "https://files.pythonhosted.org/packages/bd/ad/1027934dcaf90639dc266ddebcc7936ef36475c2f294b19fc0e76e9b9d91/ESClient-0.5.7.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "67f5a14b505c6c6834f3f4119079150d", "sha256": "e8e9916de6f707c5c5972cf6f426815d7b6331025569f351cd930796263da34a" }, "downloads": -1, "filename": "ESClient-0.5.7.tar.gz", "has_sig": false, "md5_digest": "67f5a14b505c6c6834f3f4119079150d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13588, "upload_time": "2014-03-23T12:55:27", "url": "https://files.pythonhosted.org/packages/56/c0/77678c0dba6c39090bb9896a4f4f5a7e24a41bb9b5cad82341e8df56a8a8/ESClient-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "aafb8774527d59974d358f462d49e73b", "sha256": "3c7c21530d2e9f638c9063ced11ac17f21d5bd6161c9369e775796ee3550d626" }, "downloads": -1, "filename": "ESClient-0.5.8.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "aafb8774527d59974d358f462d49e73b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 78423, "upload_time": "2014-04-21T20:30:13", "url": "https://files.pythonhosted.org/packages/2c/aa/8076efbff4bc1174741735b9b5045f4abba9890fca8a74751702eefd3c61/ESClient-0.5.8.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "0f8d7dfc1eebf9360c5739a8f84a7cde", "sha256": "911d00fc5b448a15343cfc3d92bcdbe6d57392ffe0b9eb62ce90d04b4b57b002" }, "downloads": -1, "filename": "ESClient-0.5.8.tar.gz", "has_sig": false, "md5_digest": "0f8d7dfc1eebf9360c5739a8f84a7cde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13635, "upload_time": "2014-04-21T20:30:11", "url": "https://files.pythonhosted.org/packages/71/55/6ed2927ac7ea78f767c94edf7e1670c2cb8b31d1e37e931cdeb6618f7b26/ESClient-0.5.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aafb8774527d59974d358f462d49e73b", "sha256": "3c7c21530d2e9f638c9063ced11ac17f21d5bd6161c9369e775796ee3550d626" }, "downloads": -1, "filename": "ESClient-0.5.8.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "aafb8774527d59974d358f462d49e73b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 78423, "upload_time": "2014-04-21T20:30:13", "url": "https://files.pythonhosted.org/packages/2c/aa/8076efbff4bc1174741735b9b5045f4abba9890fca8a74751702eefd3c61/ESClient-0.5.8.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "0f8d7dfc1eebf9360c5739a8f84a7cde", "sha256": "911d00fc5b448a15343cfc3d92bcdbe6d57392ffe0b9eb62ce90d04b4b57b002" }, "downloads": -1, "filename": "ESClient-0.5.8.tar.gz", "has_sig": false, "md5_digest": "0f8d7dfc1eebf9360c5739a8f84a7cde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13635, "upload_time": "2014-04-21T20:30:11", "url": "https://files.pythonhosted.org/packages/71/55/6ed2927ac7ea78f767c94edf7e1670c2cb8b31d1e37e931cdeb6618f7b26/ESClient-0.5.8.tar.gz" } ] }