{ "info": { "author": "Abdullah Selek", "author_email": "abdullahselek.os@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "HerePy\n======\n\n.. image:: https://github.com/abdullahselek/HerePy/workflows/HerePy%20CI/badge.svg\n :target: https://github.com/abdullahselek/HerePy/actions\n\n.. image:: https://img.shields.io/pypi/v/herepy.svg\n :target: https://pypi.python.org/pypi/herepy/\n\n.. image:: https://img.shields.io/pypi/pyversions/herepy.svg\n :target: https://pypi.org/project/herepy\n\n.. image:: https://codecov.io/gh/abdullahselek/HerePy/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/abdullahselek/HerePy\n\n.. image:: https://pepy.tech/badge/herepy\n :target: https://pepy.tech/project/herepy\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/herepy?logo=conda-forge\n :target: https://anaconda.org/conda-forge/herepy\n\n.. image:: https://anaconda.org/conda-forge/herepy/badges/latest_release_date.svg\n :target: https://anaconda.org/conda-forge/herepy\n\n.. image:: https://anaconda.org/conda-forge/herepy/badges/license.svg\n :target: https://anaconda.org/conda-forge/herepy\n\nIntroduction\n============\n\nThis library provides a pure Python interface for the `HERE API `_. It works with Python versions 3.x.\n\n`HERE `_ provides location based services. HERE exposes a `rest APIs `_ and this library is intended to make it even easier for Python programmers to use.\n\nInstalling\n==========\n\nYou can install herepy using Python Package Index::\n\n $ pip install herepy\n\nInstall with conda from the Anaconda conda-forge channel::\n\n $ conda install -c conda-forge herepy\n\nInstall from its source repository on GitHub::\n\n $ pip install -e git+https://github.com/abdullahselek/HerePy#egg=herepy\n\nGetting the code\n================\n\nThe code is hosted at https://github.com/abdullahselek/HerePy\n\nCheck out the latest development version anonymously with::\n\n $ git clone git://github.com/abdullahselek/HerePy.git\n $ cd HerePy\n\nTo install dependencies, run either::\n\n $ pip install -r requirements.testing.txt\n $ pip install -r requirements.txt\n\nTo install the minimal dependencies for production use (i.e., what is installed\nwith ``pip install herepy``) run::\n\n $ pip install -r requirements.txt\n\nRunning Tests\n=============\n\nThe test suite can be run against a single Python version which requires ``pip install pytest`` and optionally ``pip install pytest-cov`` (these are included if you have installed dependencies from ``requirements.testing.txt``)\n\nTo run the unit tests with a single Python version::\n\n $ py.test -v\n\nto also run code coverage::\n\n $ py.test --cov=herepy\n\nTo run the unit tests against a set of Python versions::\n\n $ tox\n\nModels\n======\n\nThe library utilizes models to represent various data structures returned by **herepy**::\n\n * herepy.GeocoderResponse\n * herepy.GeocoderReverseResponse\n * herepy.RoutingResponse\n * herepy.RoutingResponseV8\n * herepy.RoutingMatrixResponse\n * herepy.GeocoderAutoCompleteResponse\n * herepy.PlacesResponse\n * herepy.PublicTransitResponse\n * herepy.RmeResponse\n * herepy.TrafficIncidentResponse\n * herepy.DestinationWeatherResponse\n * herepy.EVChargingStationsResponse\n * herepy.WaypointSequenceResponse\n * herepy.TrafficFlowResponse\n * herepy.TrafficFlowAvailabilityResponse\n * herepy.IsolineRoutingResponse\n\nAPI Clients\n===========\n\nAvailable API clients in **herepy**::\n\n * herepy.DestinationWeatherApi\n * herepy.EVChargingStationsApi\n * herepy.FleetTelematicsApi\n * herepy.GeocoderApi\n * herepy.GeocoderAutoCompleteApi\n * herepy.GeocoderReverseApi\n * herepy.PlacesApi\n * herepy.PublicTransitApi\n * herepy.RmeApi\n * herepy.RoutingApi\n * herepy.TrafficApi\n * herepy.IsolineRoutingApi\n * herepy.MapTileApi\n * herepy.VectorTileApi\n * herepy.MapImageApi\n\nDocumentation\n=============\n\nView the latest herepy documentation at `https://herepy.abdullahselek.com/ `_. You can view HERE's API documentation at: `https://developer.here.com/documentation `_.\n\nUsing\n=====\n\nThe library provides a Python wrapper around the HERE APIs with different data models. To get started, check out the examples in the ``examples/`` folder or\nread the documentation at `https://herepy.abdullahselek.com/ `_. All API clients need an API key which you can get from `HERE Developer Portal `_.\n\nLicense\n-------\n\nMIT License\n\nCopyright (c) 2017 Abdullah Selek\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "https://pypi.org/pypi/herepy", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/abdullahselek/HerePy", "keywords": "here api,here technologies,here python api clients,rest api clients", "license": "MIT License", "maintainer": "Abdullah Selek", "maintainer_email": "abdullahselek.os@gmail.com", "name": "herepy", "package_url": "https://pypi.org/project/herepy/", "platform": "Any", "project_url": "https://pypi.org/project/herepy/", "project_urls": { "Download": "https://pypi.org/pypi/herepy", "Homepage": "https://github.com/abdullahselek/HerePy" }, "release_url": "https://pypi.org/project/herepy/3.5.8/", "requires_dist": [ "requests (<3,>=2.25.1)" ], "requires_python": ">=3.5", "summary": "A library that provides a Python interface to the HERE APIs", "version": "3.5.8", "yanked": false, "yanked_reason": null }, "last_serial": 13834006, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5938d034bcd62eb9e843fb5058deef4a", "sha256": "cc71a790ce6efbd40a9abf2e378b69858c63f19486fd5f469ee927ca4466b3e9" }, "downloads": -1, "filename": "herepy-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "5938d034bcd62eb9e843fb5058deef4a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 12053, "upload_time": "2017-10-29T11:00:36", "upload_time_iso_8601": "2017-10-29T11:00:36.981203Z", "url": "https://files.pythonhosted.org/packages/69/e9/63af1ecfa93b5cc6f5a4799d8c688e1037b762be4b21ff214f8542041480/herepy-0.1-py2-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "06a1bff7a4697f5b5b0c2c5b4f1ccc17", "sha256": "29be34e8b3f03e1137b2fd1edcb08b1b123cdc1d3c2c69bafbf806ecb99fe2e2" }, "downloads": -1, "filename": "herepy-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "06a1bff7a4697f5b5b0c2c5b4f1ccc17", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 12397, "upload_time": "2017-10-30T18:35:03", "upload_time_iso_8601": "2017-10-30T18:35:03.508154Z", "url": "https://files.pythonhosted.org/packages/b2/9b/afddd7559e680f4edd0f1c8ff06dd9af7f0ed43b019d506faa61a8802e16/herepy-0.1.1-py2-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.2": [ { "comment_text": "", "digests": { "md5": "617d2f676ed3b69ed17571e1d13925d1", "sha256": "22e3dcbb0189a463ffef1047eefdf7f5ad405741f99ed63277cb2ad70a0cfa4f" }, "downloads": -1, "filename": "herepy-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "617d2f676ed3b69ed17571e1d13925d1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14604, "upload_time": "2017-11-02T14:40:57", "upload_time_iso_8601": "2017-11-02T14:40:57.053389Z", "url": "https://files.pythonhosted.org/packages/75/21/2529d9b0abae616ce430f9c510d522c5ae2fee03336cad1b4c8304fe8f81/herepy-0.2-py2-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.3": [ { "comment_text": "", "digests": { "md5": "44d898fa4499955d4a4161d253a0ba4d", "sha256": "8dc0d05746b7b4c19f5adcf957d937aeb0f38e8a877d3965539bf4473fa52bb1" }, "downloads": -1, "filename": "herepy-0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44d898fa4499955d4a4161d253a0ba4d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 17250, "upload_time": "2017-11-10T08:41:19", "upload_time_iso_8601": "2017-11-10T08:41:19.916949Z", "url": "https://files.pythonhosted.org/packages/de/42/8a8e68fd9bc3a1c460217bf3a4e9174d694a46ba7fe791dd09e051a01678/herepy-0.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.4": [ { "comment_text": "", "digests": { "md5": "e58eafd8b27a1bac0cfa6f0eb78ce5db", "sha256": "90ab05f70040d37756f5592588ab2fe57cfa981aba32f9758fa525c2eac8e2e1" }, "downloads": -1, "filename": "herepy-0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e58eafd8b27a1bac0cfa6f0eb78ce5db", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 20322, "upload_time": "2017-12-05T09:31:39", "upload_time_iso_8601": "2017-12-05T09:31:39.450128Z", "url": "https://files.pythonhosted.org/packages/81/2f/4dcee4551994be030eb24aef0bd01d40759d2f5984814f7f1c1ed4489c59/herepy-0.4-py2-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "28d441f459fd74f677eb9542826924d9", "sha256": "176077034b39324b1ccde2052dc668178701e1858432558c948c6e05c6569ad3" }, "downloads": -1, "filename": "herepy-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "28d441f459fd74f677eb9542826924d9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16748, "upload_time": "2018-05-01T08:15:12", "upload_time_iso_8601": "2018-05-01T08:15:12.036714Z", "url": "https://files.pythonhosted.org/packages/3d/11/60a5744acc4d8ff1907df4d782784cc36a15bd4218e528d87009fb0c99d6/herepy-0.4.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "9cc827184353a072898acdf1ab07abb7", "sha256": "40292ec2bb7edb4e96268b0e38c2f0a25ea3770418f04b04251cc9e364de0df2" }, "downloads": -1, "filename": "herepy-0.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9cc827184353a072898acdf1ab07abb7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16764, "upload_time": "2019-01-19T16:50:50", "upload_time_iso_8601": "2019-01-19T16:50:50.255493Z", "url": "https://files.pythonhosted.org/packages/ac/f7/e703453a30d8f6dbe631b9f7e8dd8ae619849851bdbf90faaaeefe1986cb/herepy-0.4.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6e2894afbae8b937ab527821430ca155", "sha256": "401a8586787f18052132d953d45056946acb9fec7796f1c5e6a47d1e985c7847" }, "downloads": -1, "filename": "herepy-0.4.2.tar.gz", "has_sig": false, "md5_digest": "6e2894afbae8b937ab527821430ca155", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15824, "upload_time": "2019-01-19T16:50:51", "upload_time_iso_8601": "2019-01-19T16:50:51.790893Z", "url": "https://files.pythonhosted.org/packages/6d/0e/d8ee114d258bb0f105de0a1daa7d3222e7223e7ca5984804fc53fc8a9baf/herepy-0.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "5cd1dcf5db58cb527c76352c6e80d31a", "sha256": "aad45262efe9e574cebd527f667e55c51e5b0fb8b77e30d694f150b5823b7bfa" }, "downloads": -1, "filename": "herepy-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5cd1dcf5db58cb527c76352c6e80d31a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 19551, "upload_time": "2019-02-03T19:03:43", "upload_time_iso_8601": "2019-02-03T19:03:43.799505Z", "url": "https://files.pythonhosted.org/packages/b2/1c/755c30a2601cee9fd9b9647bab40ea7647b3cd6ff8102b95afa164666ced/herepy-0.5.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37466162d553d29c4b709516d4aec553", "sha256": "071884f7ee65c514ce34a4139a58969f02456babebdf0bc4236be8402bb13a8d" }, "downloads": -1, "filename": "herepy-0.5.0.tar.gz", "has_sig": false, "md5_digest": "37466162d553d29c4b709516d4aec553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16054, "upload_time": "2019-02-03T19:05:28", "upload_time_iso_8601": "2019-02-03T19:05:28.576754Z", "url": "https://files.pythonhosted.org/packages/4c/b8/b84db5aaf9c40c0ac9e43ddcfe460b77a5bad5148937f2a470fa035eaef4/herepy-0.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "f17ddf396827dca041dca2f1a45a7fd0", "sha256": "aad1f8716fe7652db5efde050760aaa998b1962e09944a053c9da48705f15ddc" }, "downloads": -1, "filename": "herepy-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f17ddf396827dca041dca2f1a45a7fd0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22102, "upload_time": "2019-06-02T10:11:32", "upload_time_iso_8601": "2019-06-02T10:11:32.130030Z", "url": "https://files.pythonhosted.org/packages/86/9e/8c339f25f29970dfdf16ebe0647653b9d42026c777cb68b43f28982175f5/herepy-0.6.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "a12404b0c7c39048eab1044a016c5193", "sha256": "bb4a2d5d6d9e4b985229fcfd8875da3c5335fba217b9dcf09ee1f997533539a0" }, "downloads": -1, "filename": "herepy-0.6.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a12404b0c7c39048eab1044a016c5193", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 22446, "upload_time": "2019-06-23T10:40:05", "upload_time_iso_8601": "2019-06-23T10:40:05.011423Z", "url": "https://files.pythonhosted.org/packages/40/c1/13584756ea8a4029c83e531120d15e232fe8e613a1f489145d737e5da226/herepy-0.6.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "b9e60bb50c9e405b1727fe890d964b87", "sha256": "4f7a565a3c6821a242f7f173a9eefdd2b8567cc61a228d378decce8ddfa32473" }, "downloads": -1, "filename": "herepy-0.6.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b9e60bb50c9e405b1727fe890d964b87", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 21329, "upload_time": "2019-09-02T06:19:25", "upload_time_iso_8601": "2019-09-02T06:19:25.893128Z", "url": "https://files.pythonhosted.org/packages/36/ef/9056aa1169a531ea17f2488a96ed8c6879fa5c9a607b25e86a2941321a5d/herepy-0.6.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.3.1": [ { "comment_text": "", "digests": { "md5": "95038abf4c4ed804bcdd3111da856fba", "sha256": "5c98cf08fc706572f3a7e5cdc6ab3842ee95384375348cb5946329c65911fff0" }, "downloads": -1, "filename": "herepy-0.6.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "95038abf4c4ed804bcdd3111da856fba", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23995, "upload_time": "2019-09-20T21:32:17", "upload_time_iso_8601": "2019-09-20T21:32:17.389631Z", "url": "https://files.pythonhosted.org/packages/54/a7/1fd5e72d273b7702ecb89c8371419a9d5aa72054a19f6ecf15ae12df96bf/herepy-0.6.3.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.3.2": [ { "comment_text": "", "digests": { "md5": "ff1b768f83437b72956f3b0b227066e4", "sha256": "50a2531d1cc48b458b8735e07fd804658fe3c0de3c12a1f38ea964156ad227a1" }, "downloads": -1, "filename": "herepy-0.6.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ff1b768f83437b72956f3b0b227066e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 22635, "upload_time": "2019-10-10T12:23:17", "upload_time_iso_8601": "2019-10-10T12:23:17.186884Z", "url": "https://files.pythonhosted.org/packages/b4/4e/eb15ccb27ce4872a8dea00963b2915d7e1c29993d4b0a83236dd6ecc72b5/herepy-0.6.3.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.3.3": [ { "comment_text": "", "digests": { "md5": "34674306669adce93a5d849bd01e467b", "sha256": "8626d2dbe8737df52b0feede9ebe5ccabc81724f060e20887ce26e3115a73785" }, "downloads": -1, "filename": "herepy-0.6.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "34674306669adce93a5d849bd01e467b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 25259, "upload_time": "2019-10-21T21:14:16", "upload_time_iso_8601": "2019-10-21T21:14:16.956075Z", "url": "https://files.pythonhosted.org/packages/73/8c/4b249e82d4180824315f324c35f2b55b0df1e79362830c76a4c4adada378/herepy-0.6.3.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6.3.4": [ { "comment_text": "", "digests": { "md5": "13afae4ee045c59d51d91a6f8bbc2e3f", "sha256": "547e1e1f3708fb78d5969165e822358bf77df0f50af330e7372d790d5ba0f851" }, "downloads": -1, "filename": "herepy-0.6.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "13afae4ee045c59d51d91a6f8bbc2e3f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", "size": 23577, "upload_time": "2019-12-10T13:59:29", "upload_time_iso_8601": "2019-12-10T13:59:29.782786Z", "url": "https://files.pythonhosted.org/packages/4d/d0/580c791b29cf54486041da9b382153f77048904e48450e3d984a2ab8a9de/herepy-0.6.3.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "231ba78c8468a403f2ff6102217528d3", "sha256": "b2ddadae5a4369169f07aebb528448d742664d70261b82065341d40433d90fd7" }, "downloads": -1, "filename": "herepy-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "231ba78c8468a403f2ff6102217528d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 25209, "upload_time": "2019-12-10T20:49:09", "upload_time_iso_8601": "2019-12-10T20:49:09.016227Z", "url": "https://files.pythonhosted.org/packages/1c/e0/12a2fdf1523f5bf7d36066ae0b61682dfe8ff1b7081fe031f361bc59d266/herepy-1.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "75aedc56cc5c614d3693c88d45e3cc18", "sha256": "e1eb3d2aeb628da44856af3c6c330c6e72aa267e7ea81bf2b39b2fd2a02814b3" }, "downloads": -1, "filename": "herepy-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "75aedc56cc5c614d3693c88d45e3cc18", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 24965, "upload_time": "2019-12-15T14:11:16", "upload_time_iso_8601": "2019-12-15T14:11:16.455241Z", "url": "https://files.pythonhosted.org/packages/90/fa/a28f05069dd57098452a802d5de57e25d39bdf8e56cf782813e5aae130c9/herepy-2.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "36f242c0d44503d349b167b4ecc49ecb", "sha256": "29dc76b2316ebfb2fa9667769d2539739f1cf5e51c942707fae2952c105d3285" }, "downloads": -1, "filename": "herepy-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "36f242c0d44503d349b167b4ecc49ecb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 26454, "upload_time": "2020-01-23T13:43:25", "upload_time_iso_8601": "2020-01-23T13:43:25.508336Z", "url": "https://files.pythonhosted.org/packages/ac/3d/de9ca2ce58ba76339efd7e23e932ddee389849f4816fee1742b412825cb1/herepy-2.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "ea961698c4b4f262ff972ad1b4fe0090", "sha256": "b2264ff34688877381b72d35e2c92eb0fecf4a31f7b571cc7378cbec0a67865d" }, "downloads": -1, "filename": "herepy-2.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ea961698c4b4f262ff972ad1b4fe0090", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 26451, "upload_time": "2020-03-08T21:23:17", "upload_time_iso_8601": "2020-03-08T21:23:17.708395Z", "url": "https://files.pythonhosted.org/packages/a0/65/45359da88b9f08d3cb4a83f689bc4ae05d5dc7f96ad9237a60a6344f96d2/herepy-2.1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "1a8d0a65693188726f81856ae2b3c8d5", "sha256": "c268374c77ca1f24d3f7fa584829a3456ca7b2cdd2cf842b4cd376e681c0ae84" }, "downloads": -1, "filename": "herepy-2.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1a8d0a65693188726f81856ae2b3c8d5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 29528, "upload_time": "2020-05-20T18:13:39", "upload_time_iso_8601": "2020-05-20T18:13:39.539356Z", "url": "https://files.pythonhosted.org/packages/9c/2d/68f9eba92822c88664b4097d5c37ec93976c3509d289b6880d9bb739cf12/herepy-2.2.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "b451e41d73b7e2ff60abd7c908f98f36", "sha256": "018413702e611eba37c1828d02f2d6dbe8f26017984d53ee8c321cd273676ecc" }, "downloads": -1, "filename": "herepy-2.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b451e41d73b7e2ff60abd7c908f98f36", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32895, "upload_time": "2020-06-02T20:47:01", "upload_time_iso_8601": "2020-06-02T20:47:01.497448Z", "url": "https://files.pythonhosted.org/packages/e4/d2/68f7edb4279d0ca309516087340578fbc9b30ba827a675bd2385fbff6ed7/herepy-2.3.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "2325ad4cd1339ddcf47ba3f8f5c51ef6", "sha256": "7239aaed308251e112a68625b24f21afe98be6440070de6737542bf54076112a" }, "downloads": -1, "filename": "herepy-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2325ad4cd1339ddcf47ba3f8f5c51ef6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32170, "upload_time": "2020-06-08T20:42:54", "upload_time_iso_8601": "2020-06-08T20:42:54.703193Z", "url": "https://files.pythonhosted.org/packages/31/cd/7dfc2e66f9140c9fcb867a2d9c74256fe378bb82a094e4baea3b7d07a17c/herepy-3.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "e22453436c5be90901354af946205316", "sha256": "73209659de3f473adcda7926044359eae4ceca0e352987b94e1fe447741e4f71" }, "downloads": -1, "filename": "herepy-3.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e22453436c5be90901354af946205316", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32286, "upload_time": "2020-06-18T19:43:37", "upload_time_iso_8601": "2020-06-18T19:43:37.813497Z", "url": "https://files.pythonhosted.org/packages/a5/9e/8665eee6b25460789db503d7e772593724449543bf7783db4d194da614be/herepy-3.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "2b61a636233601ccc4b8414b737a5f48", "sha256": "078effdb640c542016bd07a32d082feb22859296699456e1c9790266d73f7592" }, "downloads": -1, "filename": "herepy-3.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2b61a636233601ccc4b8414b737a5f48", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 32529, "upload_time": "2020-09-17T17:14:22", "upload_time_iso_8601": "2020-09-17T17:14:22.394522Z", "url": "https://files.pythonhosted.org/packages/86/b5/001e62869f58bdb088545252a036be645e0d508ab53709638268a08df1d3/herepy-3.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "b378febb0639e4db7365b67fa0c06694", "sha256": "850529561698262105b85be872ef90246f62df7eb755c88d1ad32289b56d0cb8" }, "downloads": -1, "filename": "herepy-3.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b378febb0639e4db7365b67fa0c06694", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 33353, "upload_time": "2020-10-29T20:32:04", "upload_time_iso_8601": "2020-10-29T20:32:04.955922Z", "url": "https://files.pythonhosted.org/packages/78/c6/8d88f19a5bc508cf3ed64ea9ac5c6619e06d8aafd7a0a1db9dbda674d765/herepy-3.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "3641916161a28de9ac85c1b4af4106f3", "sha256": "60a8889af3b0153a7d9b9aa75700a8f2d59140e6cb77cd6a9d4bac1ff11ca981" }, "downloads": -1, "filename": "herepy-3.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3641916161a28de9ac85c1b4af4106f3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 36170, "upload_time": "2020-12-12T00:01:28", "upload_time_iso_8601": "2020-12-12T00:01:28.797319Z", "url": "https://files.pythonhosted.org/packages/63/c7/bf9d385b25267f45468f2b11cdbc7f6fce6f134c0b2191571afbc0099732/herepy-3.2.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "280fa17d826bfddced75859600637f55", "sha256": "8194f34543d8b1cdb8137f726fa2b1c6c9ddec423bcec901e73bc9ef7cb4c06f" }, "downloads": -1, "filename": "herepy-3.2.0.tar.gz", "has_sig": false, "md5_digest": "280fa17d826bfddced75859600637f55", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 27288, "upload_time": "2020-12-12T00:01:30", "upload_time_iso_8601": "2020-12-12T00:01:30.050958Z", "url": "https://files.pythonhosted.org/packages/f5/c0/1a1eefe9fc00c245447dd7c5ce043382f5073727a0980057c7b60b7e0511/herepy-3.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "34c06d9ec4160e2c9d595c9b2da394bd", "sha256": "4a2fc2b37820f10bdc31a72c5fe7bef0b4b44a11554af0930836408c4e56481b" }, "downloads": -1, "filename": "herepy-3.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "34c06d9ec4160e2c9d595c9b2da394bd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 36166, "upload_time": "2021-01-23T21:38:10", "upload_time_iso_8601": "2021-01-23T21:38:10.669904Z", "url": "https://files.pythonhosted.org/packages/00/c0/94b9bdd55adf1f0eaddef4c507ca640d01edc3779ac06ef6db6a894ed858/herepy-3.2.1-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "a5d827e616c3ff2781305340c6bce5fb", "sha256": "53cdbdce392f21f2be2c0a891ec697cb2dd4461e775a5aadffb95864d799f494" }, "downloads": -1, "filename": "herepy-3.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a5d827e616c3ff2781305340c6bce5fb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 40495, "upload_time": "2021-02-02T20:53:26", "upload_time_iso_8601": "2021-02-02T20:53:26.057570Z", "url": "https://files.pythonhosted.org/packages/a8/10/6243cf4f45246704aed542c671e1777ce5f0c9d82b472fd7318f61de8a87/herepy-3.3.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.4.0": [ { "comment_text": "", "digests": { "md5": "9e1dc465627c73d397c8691ca89e9009", "sha256": "68f6d896afcaf17781c02334e4cb689bcba179c6455d79cc4231253a5feb5a80" }, "downloads": -1, "filename": "herepy-3.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9e1dc465627c73d397c8691ca89e9009", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 43415, "upload_time": "2021-02-16T19:59:20", "upload_time_iso_8601": "2021-02-16T19:59:20.752651Z", "url": "https://files.pythonhosted.org/packages/3f/91/4788411ce273874ec401d85ea88b2247c2ea9d6ae1de760fe6f9ff36f1b7/herepy-3.4.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "a5b6fcb804b0df348bedaa98f8f766fa", "sha256": "6e047e26a59f458719d988a8913c00ebd5b4ca0b6639130ea7ba710c9383141f" }, "downloads": -1, "filename": "herepy-3.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a5b6fcb804b0df348bedaa98f8f766fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 47217, "upload_time": "2021-03-24T22:01:42", "upload_time_iso_8601": "2021-03-24T22:01:42.776681Z", "url": "https://files.pythonhosted.org/packages/38/b8/d31c1aa8fb15487848354ea47f9f3d8468c4c445a9dce27ac14f9641dd69/herepy-3.5.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.1": [ { "comment_text": "", "digests": { "md5": "a70b5826f17c68cc41816c2c42073d81", "sha256": "302dd311f58c80fb36166e2c020eb50b3ce1a481ddb336d212fecb05d82995d3" }, "downloads": -1, "filename": "herepy-3.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a70b5826f17c68cc41816c2c42073d81", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 49455, "upload_time": "2021-04-07T20:27:53", "upload_time_iso_8601": "2021-04-07T20:27:53.376718Z", "url": "https://files.pythonhosted.org/packages/61/84/ecb4f3024e60360977fa01a73399f3716bb20c2df7d7a3edb8eb0b12ff3a/herepy-3.5.1-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.2": [ { "comment_text": "", "digests": { "md5": "358c2bc5794d1207543b238231735c38", "sha256": "c2d99bd80bc5a20068ea662df2d6599e97531209f7b0a2dde088fd3b7ef85537" }, "downloads": -1, "filename": "herepy-3.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "358c2bc5794d1207543b238231735c38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 51589, "upload_time": "2021-05-15T18:35:04", "upload_time_iso_8601": "2021-05-15T18:35:04.512737Z", "url": "https://files.pythonhosted.org/packages/1c/69/6b4b2a61fa050a0e4a4b93b4fabeb9cd7d7af9df7b5ea8380ca15cebb728/herepy-3.5.2-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.3": [ { "comment_text": "", "digests": { "md5": "ceb6461baa4371d3cd3d03036c72d58e", "sha256": "869b97095db48bc7aa51d5415a1a8fd2b21e104de2624f6e2c5b30ad6abdabcb" }, "downloads": -1, "filename": "herepy-3.5.3-py3-none-any.whl", "has_sig": false, "md5_digest": "ceb6461baa4371d3cd3d03036c72d58e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 51834, "upload_time": "2021-06-22T19:31:31", "upload_time_iso_8601": "2021-06-22T19:31:31.251623Z", "url": "https://files.pythonhosted.org/packages/6b/f1/3d093d6857b43b108dbd59f36772a21516ff58655581d8d9357175333822/herepy-3.5.3-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.4": [ { "comment_text": "", "digests": { "md5": "7034b29eb9aed553db9f70f230f12195", "sha256": "59a7e59a87a29fc97318fdc813ac5bdc6c9ca80dbffcd40509bc80d1559297db" }, "downloads": -1, "filename": "herepy-3.5.4-py3-none-any.whl", "has_sig": false, "md5_digest": "7034b29eb9aed553db9f70f230f12195", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 51841, "upload_time": "2021-08-27T10:47:21", "upload_time_iso_8601": "2021-08-27T10:47:21.707681Z", "url": "https://files.pythonhosted.org/packages/3b/50/59d04ff83f1e07876d1614b9b4a7cd15a2612adc6e3ee75959fc6d51670d/herepy-3.5.4-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.5": [ { "comment_text": "", "digests": { "md5": "609ab1fb5cf337d9dd38ad11b3127f4e", "sha256": "0ccdcc00edc96706b6f783a46fbc413314d6e25d648d4640d4f7b0dbbebed098" }, "downloads": -1, "filename": "herepy-3.5.5-py3-none-any.whl", "has_sig": false, "md5_digest": "609ab1fb5cf337d9dd38ad11b3127f4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 52084, "upload_time": "2021-10-04T18:38:16", "upload_time_iso_8601": "2021-10-04T18:38:16.240949Z", "url": "https://files.pythonhosted.org/packages/46/02/c4565974be3edfd35399f2a9556859ba4cc4eff4b414d7f85d6f4fb8a378/herepy-3.5.5-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.6": [ { "comment_text": "", "digests": { "md5": "7086475e718ff536174e1dc6a409d29b", "sha256": "0b4ee3340bfce7984477e5e7314743e8ea765539681e4f9e71ca235def5a9cd3" }, "downloads": -1, "filename": "herepy-3.5.6-py3-none-any.whl", "has_sig": false, "md5_digest": "7086475e718ff536174e1dc6a409d29b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 52084, "upload_time": "2021-10-25T21:20:58", "upload_time_iso_8601": "2021-10-25T21:20:58.118923Z", "url": "https://files.pythonhosted.org/packages/a2/b9/bcb806309289fe9449bc9647415f065a0ec545c653eaee255c3e79be6b36/herepy-3.5.6-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.7": [ { "comment_text": "", "digests": { "md5": "d098b8b3364c7791f746a6da54ea6a29", "sha256": "d53c5709d918dc41870f443378cd769a5ed4f8d2784001f2c1bb9beaa5426f0d" }, "downloads": -1, "filename": "herepy-3.5.7-py3-none-any.whl", "has_sig": false, "md5_digest": "d098b8b3364c7791f746a6da54ea6a29", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 52216, "upload_time": "2022-03-03T20:13:24", "upload_time_iso_8601": "2022-03-03T20:13:24.828716Z", "url": "https://files.pythonhosted.org/packages/c6/3f/cbdecc0f31f524569337be3eff3021c4a85b94610adb48aeb76ae6a39225/herepy-3.5.7-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.5.8": [ { "comment_text": "", "digests": { "md5": "d5b52d385718eb805971af8b1059332f", "sha256": "572e0d90ea607e6e8dd918cef8e3a8ee8f7fd9f040b5077491527d7e15394d98" }, "downloads": -1, "filename": "herepy-3.5.8-py3-none-any.whl", "has_sig": false, "md5_digest": "d5b52d385718eb805971af8b1059332f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 52078, "upload_time": "2022-05-16T20:26:47", "upload_time_iso_8601": "2022-05-16T20:26:47.685484Z", "url": "https://files.pythonhosted.org/packages/3b/1e/c5dd7182b81a0a59b1bc0bde5a8841561d76cfd20443c0b00b6b5bb637f5/herepy-3.5.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78947f84f0fc1c4ca9f1567688c9a21d", "sha256": "e8316a9fcd21ed20bfa1e73aed0f894fc27cecda1ae330e1295d0aafc5613819" }, "downloads": -1, "filename": "herepy-3.5.8.tar.gz", "has_sig": false, "md5_digest": "78947f84f0fc1c4ca9f1567688c9a21d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 40502, "upload_time": "2022-05-16T20:26:48", "upload_time_iso_8601": "2022-05-16T20:26:48.974196Z", "url": "https://files.pythonhosted.org/packages/f3/23/7d0ed442355801112cdacb68dc52363eaf2065465c4f7659c46a6c18af41/herepy-3.5.8.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5b52d385718eb805971af8b1059332f", "sha256": "572e0d90ea607e6e8dd918cef8e3a8ee8f7fd9f040b5077491527d7e15394d98" }, "downloads": -1, "filename": "herepy-3.5.8-py3-none-any.whl", "has_sig": false, "md5_digest": "d5b52d385718eb805971af8b1059332f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 52078, "upload_time": "2022-05-16T20:26:47", "upload_time_iso_8601": "2022-05-16T20:26:47.685484Z", "url": "https://files.pythonhosted.org/packages/3b/1e/c5dd7182b81a0a59b1bc0bde5a8841561d76cfd20443c0b00b6b5bb637f5/herepy-3.5.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "78947f84f0fc1c4ca9f1567688c9a21d", "sha256": "e8316a9fcd21ed20bfa1e73aed0f894fc27cecda1ae330e1295d0aafc5613819" }, "downloads": -1, "filename": "herepy-3.5.8.tar.gz", "has_sig": false, "md5_digest": "78947f84f0fc1c4ca9f1567688c9a21d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 40502, "upload_time": "2022-05-16T20:26:48", "upload_time_iso_8601": "2022-05-16T20:26:48.974196Z", "url": "https://files.pythonhosted.org/packages/f3/23/7d0ed442355801112cdacb68dc52363eaf2065465c4f7659c46a6c18af41/herepy-3.5.8.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }