{"id":52233,"name":"pygpsclient","description":"Python Graphical GPS Client Application supporting NMEA, UBX, SBF, RTCM3, NTRIP \u0026 SPARTN Protocols","url":"https://github.com/semuconsulting/pygpsclient","last_synced_at":"2025-09-05T12:39:25.095Z","repository":{"id":39888481,"uuid":"301136314","full_name":"semuconsulting/PyGPSClient","owner":"semuconsulting","description":"Python Graphical GPS Client Application supporting NMEA, UBX, SBF, RTCM3, NTRIP \u0026 SPARTN Protocols","archived":false,"fork":false,"pushed_at":"2025-08-23T07:51:45.000Z","size":128108,"stargazers_count":686,"open_issues_count":0,"forks_count":120,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-08-24T09:40:22.300Z","etag":null,"topics":["dgps","gnss","gnsstoolkit","gps","gps-data","gps-location","nmea","ntrip","ntripcaster","ntripclient","rtcm","rtcm3","rtk","sbf","spartn","ubx","ubx-configuration-dialog","ubx-gps-library","ubx-protocols"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semuconsulting.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"buy_me_a_coffee":"semuconsulting"}},"created_at":"2020-10-04T13:27:34.000Z","updated_at":"2025-08-23T07:49:03.000Z","dependencies_parsed_at":"2023-10-05T02:21:42.381Z","dependency_job_id":"6828f7e1-5472-45c7-a4ee-8d0fe0c854f1","html_url":"https://github.com/semuconsulting/PyGPSClient","commit_stats":{"total_commits":621,"total_committers":5,"mean_commits":124.2,"dds":0.3349436392914654,"last_synced_commit":"66d66c4b1be98f9fb0cce7b04c02ffbd25afa003"},"previous_names":[],"tags_count":132,"template":false,"template_full_name":null,"purl":"pkg:github/semuconsulting/PyGPSClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semuconsulting","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/sbom","scorecard":{"id":161666,"data":{"date":"2025-08-04","repo":{"name":"github.com/semuconsulting/PyGPSClient","commit":"3713a0b339b42989bc1f4ec69fe1c5e8c49c7828"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":5.7,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 2/10 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","Info: Found text in security policy: SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/checkpr.yml:1","Warn: no topLevel permission defined: .github/workflows/main.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checkpr.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/semuconsulting/PyGPSClient/checkpr.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/checkpr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/semuconsulting/PyGPSClient/checkpr.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/semuconsulting/PyGPSClient/main.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/semuconsulting/PyGPSClient/main.yml/master?enable=pin","Warn: pipCommand not pinned by hash: examples/pygpsclient_debian_install.sh:36","Warn: pipCommand not pinned by hash: .github/workflows/checkpr.yml:21","Warn: pipCommand not pinned by hash: .github/workflows/checkpr.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/checkpr.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/main.yml:29","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T13:38:47.463Z","repository_id":39888481,"created_at":"2025-08-16T13:38:47.463Z","updated_at":"2025-08-16T13:38:47.463Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273758464,"owners_count":25162792,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"}},"owner":{"login":"semuconsulting","name":"SEMU Consulting","uuid":"15916239","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15916239?v=4","repositories_count":10,"last_synced_at":"2023-03-03T13:15:49.527Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/semuconsulting","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T00:01:50.445Z","updated_at":"2023-03-03T13:15:49.542Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semuconsulting","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semuconsulting/repositories"},"packages":[{"id":2872726,"name":"pygpsclient","ecosystem":"pypi","description":"GNSS Diagnostic and UBX Configuration GUI Application","homepage":null,"licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/semuconsulting/PyGPSClient","keywords_array":["PyGPSClient","GNSS","GPS","GALILEO","GLONASS","BEIDOU","NMEA","UBX","RTCM","NTRIP","SPARTN","RTK","DGPS","u-center"],"namespace":null,"versions_count":126,"first_release_published_at":"2020-10-15T08:27:13.000Z","latest_release_published_at":"2025-08-23T07:54:04.000Z","latest_release_number":"1.5.13","last_synced_at":"2025-08-23T08:02:05.116Z","created_at":"2022-04-10T12:13:25.692Z","updated_at":"2025-08-23T08:02:07.304Z","registry_url":"https://pypi.org/project/pygpsclient/","install_command":"pip install pygpsclient --index-url https://pypi.org/simple","documentation_url":"https://pygpsclient.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Environment :: MacOS X","Environment :: Win32 (MS Windows)","Environment :: X11 Applications","Intended Audience :: Developers","Intended Audience :: End Users/Desktop","Intended Audience :: Science/Research","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: 3.9","Topic :: Scientific/Engineering :: GIS","Topic :: Software Development :: Libraries :: Python Modules","Topic :: Utilities"],"normalized_name":"pygpsclient","project_status":null},"repo_metadata":{"id":39888481,"uuid":"301136314","full_name":"semuconsulting/PyGPSClient","owner":"semuconsulting","description":"Python Graphical GPS Client Application supporting NMEA, UBX, RTCM3, NTRIP \u0026 SPARTN Protocols","archived":false,"fork":false,"pushed_at":"2024-09-06T07:50:06.000Z","size":101948,"stargazers_count":490,"open_issues_count":1,"forks_count":98,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-09-06T12:27:22.485Z","etag":null,"topics":["dgps","gnss","gnsstoolkit","gps","gps-data","gps-location","nmea","ntrip","ntripcaster","ntripclient","rtcm","rtcm3","rtk","spartn","ubx","ubx-configuration-dialog","ubx-gps-library","ubx-protocols"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semuconsulting.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"buy_me_a_coffee":"semuconsulting"}},"created_at":"2020-10-04T13:27:34.000Z","updated_at":"2024-09-06T07:50:09.000Z","dependencies_parsed_at":"2023-10-05T02:21:42.381Z","dependency_job_id":"6828f7e1-5472-45c7-a4ee-8d0fe0c854f1","html_url":"https://github.com/semuconsulting/PyGPSClient","commit_stats":{"total_commits":621,"total_committers":5,"mean_commits":124.2,"dds":0.3349436392914654,"last_synced_commit":"66d66c4b1be98f9fb0cce7b04c02ffbd25afa003"},"previous_names":[],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semuconsulting","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217786105,"owners_count":16230192,"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"},"owner_record":{"login":"semuconsulting","name":"SEMU Consulting","uuid":"15916239","kind":"organization","description":"","email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/15916239?v=4","repositories_count":10,"last_synced_at":"2023-03-03T13:15:49.527Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/semuconsulting","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T00:01:50.445Z","updated_at":"2023-03-03T13:15:49.542Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semuconsulting","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semuconsulting/repositories"},"tags":[{"name":"v1.4.21","sha":"4fb9a16f50f4b61948c33256a7b52c8d0151c4e9","kind":"commit","published_at":"2024-08-23T08:35:35.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.21","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.21/manifests"},{"name":"v1.4.20","sha":"35c4b8e49c70d0b1f4726942b8604fda8c97eb82","kind":"commit","published_at":"2024-08-12T14:10:42.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.20","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.20/manifests"},{"name":"v1.4.19","sha":"1fb318e8103c050792e2df5947529ea604b0e257","kind":"commit","published_at":"2024-07-28T10:00:36.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.19","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.19/manifests"},{"name":"v1.4.18","sha":"56f1a0dd0003183ef552c421d389460144e0c619","kind":"commit","published_at":"2024-06-26T06:33:21.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.18","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.18/manifests"},{"name":"v1.4.17","sha":"31fe095e33a5e5e1ed0fff5ad862543335a3c424","kind":"commit","published_at":"2024-06-04T19:02:10.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.17","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.17/manifests"},{"name":"v1.4.16","sha":"8aba22be9364ff3c34e1ac9b923168d46390978b","kind":"commit","published_at":"2024-05-01T21:05:14.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.16","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.16/manifests"},{"name":"v1.4.15","sha":"dc7abd2cfa25398b6d2f31d82382d471ce218dea","kind":"commit","published_at":"2024-04-26T09:41:33.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.15","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.15/manifests"},{"name":"v1.4.14","sha":"b51f90ab41146ba67c56fedf1c822e7202b16689","kind":"commit","published_at":"2024-04-13T07:36:30.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.14","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.14/manifests"},{"name":"v1.4.13","sha":"6a7499ffd71a675fae8c11690161b1a0edee7774","kind":"commit","published_at":"2024-03-21T08:03:21.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.13","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.13/manifests"},{"name":"v1.4.12","sha":"05cd60f318af733402290512118e34dc5fd1fcf5","kind":"commit","published_at":"2024-02-29T07:17:34.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.12","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.12/manifests"},{"name":"v1.4.11","sha":"091bd7af503a299a94de91bd5fc7a13f0f77f289","kind":"commit","published_at":"2024-02-23T20:52:23.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.11","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.11/manifests"},{"name":"v1.4.10","sha":"fbce1b58c24af30eb2a427e274827849a47544ef","kind":"commit","published_at":"2024-02-22T07:40:01.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.10","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.10/manifests"},{"name":"v1.4.9","sha":"241697db877b2b3569eecc807cf47655161651e8","kind":"commit","published_at":"2024-02-06T07:56:44.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.9","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.9/manifests"},{"name":"v1.4.8","sha":"c9a41170da1244658f6293b398226a821a5d84c2","kind":"commit","published_at":"2024-01-18T14:22:41.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.8","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.8/manifests"},{"name":"v1.4.7","sha":"3a3a5a4c426c9ab9b1217366f2f4495bc0c62673","kind":"commit","published_at":"2024-01-07T08:54:47.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.7","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.7/manifests"},{"name":"v1.4.6","sha":"42a5d6def45fab31075dc3ec2e1c4ca440498461","kind":"commit","published_at":"2023-12-17T09:30:45.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.6","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"93622101c06d0ab9b10157cfa2b83b2c4326e96f","kind":"commit","published_at":"2023-10-29T07:24:39.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.5","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.5/manifests"},{"name":"v1.4.4","sha":"f41d6d1b0a16f5a6877a229199901c30e8155695","kind":"commit","published_at":"2023-10-05T07:21:25.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.4","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.4/manifests"},{"name":"v1.4.3","sha":"df3622000dfdfdfea16a6fa905fff9518cd7ef00","kind":"commit","published_at":"2023-09-04T11:25:37.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.3","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"394db7537851b6f838d927d39ca16f15f551ad78","kind":"commit","published_at":"2023-08-25T06:46:33.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.2","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"39191b0eb5caa7803af1b931d9259e4b6353aee7","kind":"commit","published_at":"2023-08-20T08:03:54.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.1","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"7828f03ec287168dfc0c4542bcb81bfef5ff3abf","kind":"commit","published_at":"2023-08-03T08:00:26.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.4.0","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.4.0/manifests"},{"name":"v1.3.30","sha":"2ddc5255de25d0d82f2f5e8d83882be20b9c7f18","kind":"commit","published_at":"2023-07-25T08:32:17.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.30","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.30","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.30/manifests"},{"name":"v1.3.29","sha":"636da44d40178e892d7c51f8fabe62fa24f8d013","kind":"commit","published_at":"2023-07-18T14:44:06.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.29","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.29","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.29/manifests"},{"name":"v1.3.28","sha":"549d207bc96931b3029d20339f9e3532249ad60d","kind":"commit","published_at":"2023-07-06T14:16:29.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.28","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.28","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.28/manifests"},{"name":"v1.3.27","sha":"b8f9d5b3e663ef0ad3f791f4e217ef29b44c4e83","kind":"commit","published_at":"2023-06-06T07:55:10.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.27","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.27/manifests"},{"name":"v1.3.26","sha":"edd2d89574d78054ea0a610ca385c448f2aee96a","kind":"commit","published_at":"2023-05-23T19:27:11.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.26","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.26/manifests"},{"name":"v1.3.25","sha":"bf1d92572a4cec25d6e9a8d1a829ce76a8b29048","kind":"commit","published_at":"2023-04-30T14:59:53.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.25","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.25/manifests"},{"name":"v1.3.24","sha":"9bbfe104f3b7b528e7c69023aed4bf73d96202d0","kind":"commit","published_at":"2023-04-16T17:04:29.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.24","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.24/manifests"},{"name":"v1.3.23","sha":"951705aef175f49e0e23d3a8201fc3ed0517e2f7","kind":"commit","published_at":"2023-04-15T22:20:04.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.23","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.23/manifests"},{"name":"v1.3.22","sha":"178399bc02e5da3bc1ce68fab9b1ed8e4d9538d0","kind":"commit","published_at":"2023-04-02T07:32:10.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.22","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.22/manifests"},{"name":"v1.3.21","sha":"de21572481b31089425983c46d50efe2acfefb5d","kind":"commit","published_at":"2023-03-27T07:18:47.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.21","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.21/manifests"},{"name":"v1.3.20","sha":"fb7ede15a6aeaba7d534b09e49bfb3e77f8dcf74","kind":"commit","published_at":"2023-03-24T14:17:26.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.20","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.20/manifests"},{"name":"v1.3.19","sha":"cf8adf47969ff0f9099dc67a93347098e5c054ce","kind":"commit","published_at":"2023-03-19T09:24:57.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.19","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.19/manifests"},{"name":"v1.3.18","sha":"20f741d3cae684ce1e4a555b07f57106767ec778","kind":"commit","published_at":"2023-03-06T17:22:27.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.18","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.18/manifests"},{"name":"v1.3.17","sha":"529280a8283b445dbc400bea9c16c5d2c7a530e8","kind":"commit","published_at":"2023-02-17T08:25:12.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.17","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.17/manifests"},{"name":"v1.3.16","sha":"3a38fac8be886588223bf67262e63df54c28a8e2","kind":"commit","published_at":"2023-02-15T08:21:51.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.16","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.16/manifests"},{"name":"v1.3.15","sha":"9eefc6d5cac25142e5d7097e40fa76f439c3dee1","kind":"commit","published_at":"2023-01-24T08:15:20.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.15","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.15/manifests"},{"name":"v1.3.14","sha":"9d5d191db887eeef68252fb64261179f57ceda2c","kind":"commit","published_at":"2023-01-12T11:47:20.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.14","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.14/manifests"},{"name":"v1.3.13","sha":"afc75fda8d8c75d4ec6b3fbb70016c53d0ec9a22","kind":"commit","published_at":"2023-01-01T21:01:55.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.13","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.13/manifests"},{"name":"v1.3.12","sha":"baf53416685fa3b71d8566679d2746d1689ad114","kind":"commit","published_at":"2022-12-17T09:47:58.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.12","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.12/manifests"},{"name":"v1.3.11","sha":"69e623720e0bae23cc926718f93b2821c4a9c7a0","kind":"commit","published_at":"2022-12-03T08:52:22.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.11","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.11/manifests"},{"name":"v1.3.10","sha":"1ed29ec92387f02bb02ed2427f21df4d9c7a75c4","kind":"commit","published_at":"2022-11-06T18:44:32.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.10","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.10/manifests"},{"name":"v1.3.9","sha":"f5633b2f915fb217cdafbd1cd5012d9c996f90b6","kind":"commit","published_at":"2022-09-02T09:10:25.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.9","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.9/manifests"},{"name":"v1.3.8","sha":"6f665f120cc90ca8c4eb37b5969e59f275c3c3e3","kind":"commit","published_at":"2022-08-24T17:37:03.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.8","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.8/manifests"},{"name":"v1.3.7","sha":"bc8643db29095df0aa7de5762cd17cb9e5ccb3ac","kind":"commit","published_at":"2022-08-11T07:19:43.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.7","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.7/manifests"},{"name":"v1.3.6","sha":"6ea6832a744c3ef638e8f403995e74b707c4890a","kind":"commit","published_at":"2022-07-21T09:23:26.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.6","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.6/manifests"},{"name":"v1.3.5","sha":"f47753855e5419e1f49aee2a1394bc1f36ec15f9","kind":"commit","published_at":"2022-05-23T10:31:02.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.5","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.5/manifests"},{"name":"v1.3.4","sha":"e29bd92e18327c36dfbf94c839104dc0fd4650f7","kind":"commit","published_at":"2022-05-15T09:08:54.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.4","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.4/manifests"},{"name":"v1.3.3","sha":"3f49c92d1d702afa730b32518e657646224cc783","kind":"commit","published_at":"2022-05-09T07:44:56.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.3","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"e1748d34580fd3a1f7ccc05077ab07e323e44851","kind":"commit","published_at":"2022-05-08T17:44:25.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.2","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"5fa63b0da3f488bfbd915cca3c690978fd87d5ab","kind":"commit","published_at":"2022-05-06T08:17:30.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.1","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"dacd5dc6d399986f856026465b8f7584f4db7212","kind":"commit","published_at":"2022-04-28T11:39:11.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.3.0","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"e317d67012ae42dd52d3400cb58be43411297a9a","kind":"commit","published_at":"2022-04-23T14:18:06.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.2.1","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"b972254140b78369df8dba6666cedd9c3bc7097c","kind":"commit","published_at":"2022-04-22T07:28:17.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.2.0","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.2.0/manifests"},{"name":"v1.1.9","sha":"15a41c791f18efc6d8f6e1bdc06023f08341c1c2","kind":"commit","published_at":"2022-04-06T13:07:12.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.9","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.9/manifests"},{"name":"v1.1.8","sha":"8910aedba4182727ae53e10a61708b9d7fcd477c","kind":"commit","published_at":"2022-04-02T14:01:45.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.8","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.8/manifests"},{"name":"v1.1.7","sha":"30f43ccb04cd56bfa5a99e7514003607e08eb99b","kind":"commit","published_at":"2022-03-03T07:35:26.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.7","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.7/manifests"},{"name":"v1.1.6","sha":"757f0d3b0b0078ffed117d76d0b756f46e33277f","kind":"commit","published_at":"2022-02-12T11:25:13.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.6","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.6/manifests"},{"name":"v1.1.5","sha":"10ed788260a66dc6b1bc467519a4db1384e8136b","kind":"commit","published_at":"2022-01-22T10:34:15.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.5","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.5/manifests"},{"name":"v1.1.4","sha":"4b74323d6dc821d89ec32fa61e9982017475316b","kind":"commit","published_at":"2022-01-20T10:10:39.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.4","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.4/manifests"},{"name":"v1.1.3","sha":"9e5ce5fa225db31b5c08021d52617e0381a55361","kind":"commit","published_at":"2022-01-08T09:56:55.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.3","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"cdab576217474ac60385511556e042d4436072c3","kind":"commit","published_at":"2021-12-04T13:06:37.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.2","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"5f29bd1a172a05853e5a83e799c5a4b91805a7aa","kind":"commit","published_at":"2021-11-24T09:35:50.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.1","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.1/manifests"},{"name":"1.1.0","sha":"8e0e638923f9c9f3383f839e8a03eb0e58eae91b","kind":"commit","published_at":"2021-09-27T07:38:04.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.1.0","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.1.0/manifests"},{"name":"v1.1.0","sha":"8e0e638923f9c9f3383f839e8a03eb0e58eae91b","kind":"commit","published_at":"2021-09-27T07:38:04.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/v1.1.0","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/v1.1.0/manifests"},{"name":"1.0.11","sha":"472bc555809124932461ea1ffe6ffaa9f6e28739","kind":"commit","published_at":"2021-09-17T11:03:20.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.11","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.11/manifests"},{"name":"1.0.10","sha":"e516aa1fb7fc12505c5ba6a4d975125f1b27a68e","kind":"commit","published_at":"2021-08-24T15:33:41.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.10","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.10/manifests"},{"name":"1.0.9","sha":"87e832af57cb8333c34d12f16966e9633148e294","kind":"commit","published_at":"2021-08-02T20:29:04.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.9","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.9/manifests"},{"name":"1.0.8","sha":"1278930675053f095a84eacea9c46518c639daea","kind":"commit","published_at":"2021-07-26T08:44:21.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.8","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.8/manifests"},{"name":"1.0.7","sha":"1c933fe6b4b809810332491c53b35e3c05729d67","kind":"commit","published_at":"2021-05-25T08:18:15.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.7","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.7/manifests"},{"name":"1.0.6","sha":"23df2b6f35eea593603a530d9903b9d582ce923f","kind":"commit","published_at":"2021-05-25T07:29:32.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.6","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.6/manifests"},{"name":"1.0.5","sha":"e617fcfe0a5fbb13668a889ac37e0f3e19ffb93d","kind":"commit","published_at":"2021-04-24T07:54:28.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.5","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.5/manifests"},{"name":"1.0.4","sha":"24d49d5101402d907e4d13c846a16bf9caa56317","kind":"commit","published_at":"2021-04-16T19:00:49.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.4","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.4/manifests"},{"name":"1.0.3","sha":"185ebe36b9b1ad78ad161fb5afad93a54b824993","kind":"commit","published_at":"2021-03-23T08:39:03.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.3","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.3/manifests"},{"name":"1.0.2","sha":"383582b37dabc373480ff0c0eb1541993550c938","kind":"commit","published_at":"2021-03-17T12:47:34.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.2","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"dab703b13d713900d0a58c465fd2eaf74cedafd0","kind":"commit","published_at":"2021-03-12T14:51:24.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.1","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"401443c00222af7c110c71604d5efe3058cba6df","kind":"commit","published_at":"2021-03-03T15:33:43.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/1.0.0","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/1.0.0/manifests"},{"name":"0.2.27","sha":"46c547b9ebd2f91af8ae780a0f5807df10e47f2e","kind":"commit","published_at":"2021-02-24T16:21:20.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.27","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.27","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.27/manifests"},{"name":"0.2.26","sha":"62dd7f6c02e771319cfc451a05c089e9d7b3e3c3","kind":"commit","published_at":"2021-02-19T18:09:30.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.26","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.26","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.26/manifests"},{"name":"0.2.25","sha":"da2650a0b1d014303067a523d5607bbb0af127b6","kind":"commit","published_at":"2021-02-19T10:10:09.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.25","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.25","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.25/manifests"},{"name":"0.2.24","sha":"e66268a67f36c19067c404e584f1c2be77c1895d","kind":"commit","published_at":"2021-02-13T10:48:04.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.24","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.24","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.24/manifests"},{"name":"0.2.23","sha":"f15f538f63676e0cc88ff469a313af75fbb6eb4a","kind":"commit","published_at":"2021-02-13T10:27:02.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.23","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.23","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.23/manifests"},{"name":"0.2.22","sha":"5fc1e24d7901410c0e872d49ed4b42d0895e7cfe","kind":"commit","published_at":"2021-01-02T16:45:03.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.22","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.22","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.22/manifests"},{"name":"0.2.21","sha":"2b4115e64ba6a8b7d71d867d3216b1ffdb225fad","kind":"commit","published_at":"2020-12-26T10:35:14.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.21","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.21","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.21/manifests"},{"name":"0.2.20","sha":"05f2e820dddae4ddd9a9a1477292a4a7c9c3b87d","kind":"commit","published_at":"2020-12-26T08:54:28.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.20","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.20","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.20/manifests"},{"name":"0.2.19","sha":"1eeb8938da1963f6ddf15c9e936dcdfe8af5b2b2","kind":"commit","published_at":"2020-12-23T10:52:36.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.19","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.19","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.19/manifests"},{"name":"0.2.18","sha":"14057179ea4db4e6deb9f888d11c9cc84bd658ff","kind":"commit","published_at":"2020-12-17T16:19:38.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.18","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.18","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.18/manifests"},{"name":"0.2.17","sha":"26a7f81d67c36cdd1ca29ca8cb8c7f683ed77482","kind":"commit","published_at":"2020-12-16T17:58:46.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.17","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.17","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.17/manifests"},{"name":"0.2.16","sha":"a6028313e1dc47c670c83524e035cc45dc170b53","kind":"commit","published_at":"2020-12-16T15:22:32.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.16","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.16","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.16/manifests"},{"name":"0.2.15","sha":"d533ae66f784912c7223f917740dde4c931e0bf8","kind":"commit","published_at":"2020-12-07T09:34:11.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.15","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.15/manifests"},{"name":"0.2.14","sha":"b9d1a51bf5cc98837735110ac6399a42e7aeddf6","kind":"commit","published_at":"2020-11-28T10:42:35.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.14","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.14/manifests"},{"name":"0.2.13","sha":"427effa5127f847936f57ac587c68bb3e5af507b","kind":"commit","published_at":"2020-11-27T21:19:02.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.13","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.13/manifests"},{"name":"0.2.12","sha":"f447960216e7cd580d0a290f916971d608b85e2c","kind":"commit","published_at":"2020-11-27T15:14:08.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.12","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.12/manifests"},{"name":"0.2.11","sha":"0f01f79fcf5fdb7f2267d8327e51128e407a4644","kind":"commit","published_at":"2020-11-14T11:24:01.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.11","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.11/manifests"},{"name":"0.2.10","sha":"68c3a38651a537fd208136d4be30be2388c4dfb2","kind":"commit","published_at":"2020-11-07T08:48:03.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.10","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.10/manifests"},{"name":"0.2.9","sha":"71e8c5f95b47d5abf0ffa5d584cb929f83795478","kind":"commit","published_at":"2020-11-03T14:31:32.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.9","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.9/manifests"},{"name":"0.2.8","sha":"ca84149433a9e9ee9065c82aa773745f79025c27","kind":"commit","published_at":"2020-10-29T16:12:22.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.8","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.8/manifests"},{"name":"0.2.7","sha":"8089723faf7f5e26ce38a67cf0f5df64f0950b73","kind":"commit","published_at":"2020-10-29T14:59:18.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.7","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.7/manifests"},{"name":"0.2.6","sha":"668f323372a873e365cf3aa5497fc6187d0e4c98","kind":"commit","published_at":"2020-10-26T17:02:42.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.6","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.6/manifests"},{"name":"0.2.5","sha":"32fede329532ccb12688c0a16b8d9a6f2fa4e271","kind":"commit","published_at":"2020-10-26T12:27:53.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.5","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.5/manifests"},{"name":"0.2.4","sha":"71be488f7947c82c5a7f28debb1f71440fdaf1d8","kind":"commit","published_at":"2020-10-23T11:06:46.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.4","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.4/manifests"},{"name":"0.2.3","sha":"2a9da6e635430421b5fad01487aa162df31514b5","kind":"commit","published_at":"2020-10-22T19:54:47.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.3","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.3/manifests"},{"name":"0.2.2","sha":"e031d482d4c044057e12ba8a273ccbb5aef3bc5f","kind":"commit","published_at":"2020-10-20T17:39:51.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.2","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.2/manifests"},{"name":"0.2.1","sha":"42064980b1a5cb566cb235c0f2de5fa55a4c8ac6","kind":"commit","published_at":"2020-10-18T11:01:26.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.1","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"062e34e8fe35ba43830d3e904f2a44d0bb67602f","kind":"commit","published_at":"2020-10-16T11:24:18.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.2.0","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.2.0/manifests"},{"name":"0.1.6","sha":"ddfa99b4e4d71068377817345f4e9894db1c29df","kind":"commit","published_at":"2020-10-15T08:29:21.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.1.6","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.6/manifests"},{"name":"0.1.5","sha":"a548bf729f1bb06b4f509e0ce800817a5bbade5c","kind":"commit","published_at":"2020-10-09T13:46:42.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.1.5","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.5/manifests"},{"name":"0.1.4","sha":"0844f518e689e32d7a2a6c320a21fe6c3b133f9a","kind":"commit","published_at":"2020-10-08T14:12:46.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.1.4","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.4/manifests"},{"name":"0.1.3","sha":"a931a53389518eb0b179967654ef2cff7db5a206","kind":"commit","published_at":"2020-10-06T11:07:04.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.1.3","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"47b1d2e7cd5470a33fb669e6e1e0a78ab50a898e","kind":"commit","published_at":"2020-10-05T10:00:14.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.1.2","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"881f19695a63443f4150ecec2bfa7a94b1134240","kind":"commit","published_at":"2020-10-04T13:26:31.000Z","download_url":"https://codeload.github.com/semuconsulting/PyGPSClient/tar.gz/0.1.1","html_url":"https://github.com/semuconsulting/PyGPSClient/releases/tag/0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/tags/0.1.1/manifests"}]},"repo_metadata_updated_at":"2024-09-06T12:48:07.228Z","dependent_packages_count":0,"downloads":2281,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":6.824182584473595,"dependent_repos_count":21.64168977689945,"dependent_packages_count":10.051680376746889,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":12.839184246039977},"purl":"pkg:pypi/pygpsclient","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/pygpsclient","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/pygpsclient","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/pygpsclient/dependencies","status":null,"funding_links":["https://buymeacoffee.com/semuconsulting"],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygpsclient/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygpsclient/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygpsclient/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/pygpsclient/related_packages","maintainers":[{"uuid":"semuadmin","login":"semuadmin","name":null,"email":null,"url":null,"packages_count":9,"html_url":"https://pypi.org/user/semuadmin/","role":null,"created_at":"2023-01-01T21:37:57.291Z","updated_at":"2023-01-01T21:37:57.291Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/semuadmin/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":725126,"maintainers_count":308365,"namespaces_count":0,"keywords_count":238006,"github":"pypi","metadata":{"funded_packages_count":50519},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-05T05:40:58.860Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":637053,"full_name":"semuconsulting/PyGPSClient","default_branch":"master","committers":[{"name":"semuadmin","email":"28569967+semuadmin","login":"semuadmin","count":1153},{"name":"semuadmin","email":"semuadmin@noreply.user.github.com","login":null,"count":45},{"name":"Willian Galvani","email":"williangalvani@gmail.com","login":"Williangalvani","count":1},{"name":"Nicholas Zolton","email":"78943323+NicholasZolton","login":"NicholasZolton","count":1},{"name":"Nathan Michaels","email":"n.michaels@qualinx.nl","login":"nmichaels-qualinx","count":1},{"name":"ahm6464m","email":"ahm6464m@hs-coburg.de","login":null,"count":1}],"total_commits":1202,"total_committers":6,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":200.33333333333334,"dds":0.040765391014975005,"past_year_committers":[{"name":"semuadmin","email":"28569967+semuadmin","login":"semuadmin","count":194}],"past_year_total_commits":194,"past_year_total_committers":1,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":194.0,"past_year_dds":0.0,"last_synced_at":"2025-03-25T15:57:52.927Z","last_synced_commit":"dd6a8bb5ad3e3e03bb26b5d4fd96275807d8ba32","created_at":"2023-03-09T08:40:34.928Z","updated_at":"2025-03-25T15:57:54.384Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2FPyGPSClient/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-05T00:00:10.343Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"semuconsulting/pygpsclient","html_url":"https://github.com/semuconsulting/pygpsclient","last_synced_at":"2025-09-01T12:03:49.136Z","status":null,"issues_count":41,"pull_requests_count":99,"avg_time_to_close_issue":939166.1818181818,"avg_time_to_close_pull_request":252992.11224489796,"issues_closed_count":33,"pull_requests_closed_count":98,"pull_request_authors_count":8,"issue_authors_count":32,"avg_comments_per_issue":4.073170731707317,"avg_comments_per_pull_request":0.25252525252525254,"merged_pull_requests_count":86,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":8,"past_year_pull_requests_count":21,"past_year_avg_time_to_close_issue":181650.33333333334,"past_year_avg_time_to_close_pull_request":397053.5,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":20,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":6,"past_year_avg_comments_per_issue":0.875,"past_year_avg_comments_per_pull_request":0.09523809523809523,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":18,"created_at":"2024-12-29T20:29:57.495Z","updated_at":"2025-09-03T01:42:09.368Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2Fpygpsclient","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/semuconsulting%2Fpygpsclient/issues","issue_labels_count":{"bug":12,"enhancement":6,"question":5,"backlog":4,"existing functionality":2,"documentation":1,"expected behaviour":1},"pull_request_labels_count":{"enhancement":92,"bug":44,"documentation":8},"issue_author_associations_count":{"NONE":35,"CONTRIBUTOR":10},"pull_request_author_associations_count":{"CONTRIBUTOR":110,"NONE":4},"issue_authors":{"semuadmin":8,"wdc-rsat":2,"schaefer01":2,"AgileEngineeringLLC":2,"semudev2":2,"ArrEssJay":2,"Lynn1996":1,"fener1efes2":1,"ishaanamahajan":1,"lenhart":1,"pat-2010":1,"acbtones":1,"jptalledo10":1,"asukiaaa":1,"richardklingler":1,"hraftery":1,"RomanTheLegend":1,"japs386":1,"n8ur":1,"vijaykoundinya":1,"asherikov":1,"dizcza":1,"mrx23dot":1,"jxl77":1,"zonia3000":1,"Merga189":1,"simon3789":1,"MatteoMariani99":1,"hpsaturn":1,"jusahoo":1,"richahert":1,"invader-zimm":1,"foxittt":1},"pull_request_authors":{"semuadmin":105,"Williangalvani":3,"GwnDaan":1,"ahsanyusob":1,"nmichaels-qualinx":1,"NicholasZolton":1,"lenhart":1,"davidtlascelles":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.939Z","repositories_count":10077808,"issues_count":31319768,"pull_requests_count":96023561,"authors_count":10691937,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{"bug":3,"backlog":1},"past_year_pull_request_labels_count":{"enhancement":20,"bug":17,"documentation":1},"past_year_issue_author_associations_count":{"NONE":6,"CONTRIBUTOR":4},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":28},"past_year_issue_authors":{"semuadmin":4,"hraftery":1,"jusahoo":1,"MatteoMariani99":1,"Merga189":1,"pat-2010":1,"wdc-rsat":1},"past_year_pull_request_authors":{"semuadmin":27,"davidtlascelles":1},"maintainers":[],"active_maintainers":[]},"events":{"total":{"CreateEvent":29,"ReleaseEvent":12,"IssuesEvent":12,"WatchEvent":153,"DeleteEvent":29,"IssueCommentEvent":32,"PushEvent":197,"PullRequestReviewEvent":7,"PullRequestEvent":32,"ForkEvent":16},"last_year":{"CreateEvent":29,"ReleaseEvent":12,"IssuesEvent":12,"WatchEvent":153,"DeleteEvent":29,"IssueCommentEvent":32,"PushEvent":197,"PullRequestReviewEvent":7,"PullRequestEvent":32,"ForkEvent":16}},"keywords":["dgps","gnss","gnsstoolkit","gps","gps-data","gps-location","nmea","ntrip","ntripcaster","ntripclient","rtcm","rtcm3","rtk","sbf","spartn","ubx","ubx-configuration-dialog","ubx-gps-library","ubx-protocols"],"dependencies":[{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-09T15:35:59.599Z","updated_at":"2022-08-09T15:35:59.599Z","repository_link":"https://github.com/semuconsulting/PyGPSClient/blob/master/requirements.txt","dependencies":[{"id":919797616,"package_name":"pygnssutils","ecosystem":"pypi","requirements":"\u003e=0.3.0","direct":true,"kind":"runtime","optional":false},{"id":919797617,"package_name":"requests","ecosystem":"pypi","requirements":"\u003e=2.24.0","direct":true,"kind":"runtime","optional":false},{"id":919797618,"package_name":"Pillow","ecosystem":"pypi","requirements":"\u003e=7.2.0","direct":true,"kind":"runtime","optional":false},{"id":919797619,"package_name":"pyserial","ecosystem":"pypi","requirements":"\u003e=3.5","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2022-08-09T15:35:59.769Z","updated_at":"2022-08-09T15:35:59.769Z","repository_link":"https://github.com/semuconsulting/PyGPSClient/blob/master/setup.py","dependencies":[{"id":919800219,"package_name":"pygnssutils","ecosystem":"pypi","requirements":"\u003e=0.3.0","direct":true,"kind":"runtime","optional":false},{"id":919800220,"package_name":"requests","ecosystem":"pypi","requirements":"\u003e=2.24.0","direct":true,"kind":"runtime","optional":false},{"id":919800221,"package_name":"Pillow","ecosystem":"pypi","requirements":"\u003e=7.2.0","direct":true,"kind":"runtime","optional":false},{"id":919800222,"package_name":"pyserial","ecosystem":"pypi","requirements":"\u003e=3.5","direct":true,"kind":"runtime","optional":false}]}],"score":16.055882743483735,"created_at":"2025-09-04T15:51:27.866Z","updated_at":"2025-10-07T08:20:26.735Z","avatar_url":"https://github.com/semuconsulting.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":2281,"funding_links":["https://buymeacoffee.com/semuconsulting"],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":[],"project_url":"https://science.ecosyste.ms/api/v1/projects/52233","html_url":"https://science.ecosyste.ms/projects/52233","bibtex_url":"https://science.ecosyste.ms/projects/52233/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/52233/export.apalike"}