{"id":45104902,"url":"https://github.com/htm-community/riverpy","last_synced_at":"2026-02-19T21:58:22.590Z","repository":{"id":57462108,"uuid":"44438786","full_name":"htm-community/riverpy","owner":"htm-community","description":"Python API client for River View","archived":false,"fork":false,"pushed_at":"2015-10-27T18:52:23.000Z","size":148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-09-25T01:02:04.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/htm-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-17T13:49:03.000Z","updated_at":"2015-10-17T14:00:52.000Z","dependencies_parsed_at":"2022-09-10T22:41:03.546Z","dependency_job_id":null,"html_url":"https://github.com/htm-community/riverpy","commit_stats":null,"previous_names":["nupic-community/riverpy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/htm-community/riverpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htm-community%2Friverpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htm-community%2Friverpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htm-community%2Friverpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htm-community%2Friverpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/htm-community","download_url":"https://codeload.github.com/htm-community/riverpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/htm-community%2Friverpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29634567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":[],"created_at":"2026-02-19T21:58:21.886Z","updated_at":"2026-02-19T21:58:22.577Z","avatar_url":"https://github.com/htm-community.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"`riverpy` is a python API client for [River View](https://github.com/nupic-community/river-view) instances.\n \n## Installation\n \n    pip install riverpy\n \n## Usage\n \n```python\nfrom datetime import datetime\nfrom riverpy import RiverViewClient\n\n# create client that connects by default to http://data.numenta.org\nclient = RiverViewClient() \n\n# get River for http://data.numenta.org/portland-911/meta.html\nriver = client.river(\"portland-911\")\n\n# get Stream for http://data.numenta.org/portland-911/portland-911/data.html\nstream = river.stream(\"portland-911\")\n\n# get first 500 data points, starting at 2015/05/01\ncursor = stream.data(limit=500, since=datetime(2015, 4, 1))\n# display some details about the data cursor\nprint cursor\n\n# get data headers\nheaders = cursor.headers()\n# get actual data\ndata = cursor.data()\n\n# page through the data into the future until there's no more\nwhile (cursor):\n    cursor = cursor.next()\n    print cursor\n```\n\n## Other Examples\n\nSee [`harness.py`](harness.py) for further examples of usage.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtm-community%2Friverpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtm-community%2Friverpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtm-community%2Friverpy/lists"}