{"id":18603716,"url":"https://github.com/abdullahselek/herepy","last_synced_at":"2025-10-08T18:14:31.074Z","repository":{"id":26315587,"uuid":"108025351","full_name":"abdullahselek/HerePy","owner":"abdullahselek","description":"A library that provides a Python interface to the HERE location APIs.","archived":false,"fork":false,"pushed_at":"2024-10-20T17:15:45.000Z","size":1066,"stargazers_count":83,"open_issues_count":1,"forks_count":35,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T09:01:49.538Z","etag":null,"topics":["api-wrapper","ev-charging","fleet-telematics","geocoder","heremaps","isoline-routing","maptiles","places","python-3","reverse-geocoder","routing","traffic-api","transit-routes","wrapper"],"latest_commit_sha":null,"homepage":"https://herepy.abdullahselek.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abdullahselek.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-23T18:52:08.000Z","updated_at":"2025-03-13T13:55:56.000Z","dependencies_parsed_at":"2023-12-15T20:08:05.239Z","dependency_job_id":"5774380e-5a48-4e07-be24-ef454c2860c6","html_url":"https://github.com/abdullahselek/HerePy","commit_stats":{"total_commits":577,"total_committers":17,"mean_commits":33.94117647058823,"dds":"0.15944540727902945","last_synced_commit":"4f373c43fdc51844de33bed765f456512b0c2cf2"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahselek%2FHerePy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahselek%2FHerePy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahselek%2FHerePy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahselek%2FHerePy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdullahselek","download_url":"https://codeload.github.com/abdullahselek/HerePy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501552,"owners_count":22081527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","ev-charging","fleet-telematics","geocoder","heremaps","isoline-routing","maptiles","places","python-3","reverse-geocoder","routing","traffic-api","transit-routes","wrapper"],"created_at":"2024-11-07T02:15:13.239Z","updated_at":"2025-10-08T18:14:26.039Z","avatar_url":"https://github.com/abdullahselek.png","language":"Python","readme":"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 \u003chttps://developer.here.com/\u003e`_. It works with Python versions 3.x.\n\n`HERE \u003chttps://www.here.com/\u003e`_ provides location based services. HERE exposes a `rest APIs \u003chttps://developer.here.com/documentation\u003e`_ 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/ \u003chttps://herepy.abdullahselek.com/\u003e`_. You can view HERE's API documentation at: `https://developer.here.com/documentation \u003chttps://developer.here.com/documentation\u003e`_.\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/ \u003chttps://herepy.abdullahselek.com/\u003e`_. All API clients need an API key which you can get from `HERE Developer Portal \u003chttps://developer.here.com/\u003e`_.\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahselek%2Fherepy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullahselek%2Fherepy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahselek%2Fherepy/lists"}