{"id":18417342,"url":"https://github.com/iiseymour/pystreamvbyte","last_synced_at":"2026-02-16T14:31:09.349Z","repository":{"id":72216011,"uuid":"185082721","full_name":"iiSeymour/pystreamvbyte","owner":"iiSeymour","description":"Python bindings for streamvbyte","archived":false,"fork":false,"pushed_at":"2021-07-04T21:11:38.000Z","size":18,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-19T05:52:46.731Z","etag":null,"topics":["compression","integer-compression","python","simd","varint"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iiSeymour.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-05T21:10:33.000Z","updated_at":"2024-08-13T04:53:49.000Z","dependencies_parsed_at":"2023-05-19T06:50:30.323Z","dependency_job_id":null,"html_url":"https://github.com/iiSeymour/pystreamvbyte","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iiSeymour/pystreamvbyte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiSeymour%2Fpystreamvbyte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiSeymour%2Fpystreamvbyte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiSeymour%2Fpystreamvbyte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiSeymour%2Fpystreamvbyte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iiSeymour","download_url":"https://codeload.github.com/iiSeymour/pystreamvbyte/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiSeymour%2Fpystreamvbyte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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":["compression","integer-compression","python","simd","varint"],"created_at":"2024-11-06T04:09:01.689Z","updated_at":"2026-02-16T14:31:09.345Z","avatar_url":"https://github.com/iiSeymour.png","language":"Python","readme":"# pystreamvbyte\n\n[![Build Status](https://travis-ci.org/iiSeymour/pystreamvbyte.svg?branch=master)](https://travis-ci.org/iiSeymour/pystreamvbyte)\n\nPython bindings to [streamvbyte](https://github.com/lemire/streamvbyte).\n\n## Installing\n\n```\n$ pip install --user pystreamvbyte\n```\n\n## Example\n\n```python\n\u003e\u003e\u003e import numpy as np\n\u003e\u003e\u003e from streamvbyte import encode, decode\n\u003e\u003e\u003e\n\u003e\u003e\u003e size = int(40e6)\n\u003e\u003e\u003e dtype = np.uint32  # int16, uint16, int32, uint32 supported\n\u003e\u003e\u003e data = np.random.randint(0, 512, size=size, dtype=np.uint32)\n\u003e\u003e\u003e data.nbytes\n160000000\n\u003e\u003e\u003e compressed = encode(data)\n\u003e\u003e\u003e compressed.nbytes\n70001679\n\u003e\u003e\u003e recovered = decode(compressed, size, dtype=dtype)\n\u003e\u003e\u003e compressed.nbytes / data.nbytes * 100\n43.751049375\n```\n\n## Development Quick Start\n\n```\n$ git clone --recurse-submodules https://github.com/iiSeymour/pystreamvbyte.git\n$ python3 -m venv .venv\n$ source .venv/bin/activate\n$ make test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiiseymour%2Fpystreamvbyte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiiseymour%2Fpystreamvbyte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiiseymour%2Fpystreamvbyte/lists"}