{"id":19745723,"url":"https://github.com/ebonnal/vocompr","last_synced_at":"2026-06-16T09:32:34.602Z","repository":{"id":56596900,"uuid":"223423651","full_name":"ebonnal/vocompr","owner":"ebonnal","description":"VOCabulary-based COMPRession algorithm. Codec specialized in the compression of texts having a very small disctinct characters set.","archived":false,"fork":false,"pushed_at":"2020-10-29T15:54:34.000Z","size":15,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-11T09:07:50.385Z","etag":null,"topics":["algorithm","codec","compression","pypi-package","python","python3","vocabulary"],"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/ebonnal.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}},"created_at":"2019-11-22T14:44:50.000Z","updated_at":"2020-10-29T15:54:18.000Z","dependencies_parsed_at":"2022-08-15T21:40:24.389Z","dependency_job_id":null,"html_url":"https://github.com/ebonnal/vocompr","commit_stats":null,"previous_names":["enzobnl/vocompr","ebonnal/vocompr","bonnal-enzo/vocompr"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ebonnal/vocompr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fvocompr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fvocompr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fvocompr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fvocompr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebonnal","download_url":"https://codeload.github.com/ebonnal/vocompr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebonnal%2Fvocompr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34400451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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"}},"keywords":["algorithm","codec","compression","pypi-package","python","python3","vocabulary"],"created_at":"2024-11-12T02:11:01.775Z","updated_at":"2026-06-16T09:32:34.578Z","avatar_url":"https://github.com/ebonnal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VoCompr (status: POC)\n[![Actions Status](https://github.com/enzobnl/vocompr/workflows/test/badge.svg)](https://github.com/enzobnl/pycout/actions) [![Actions Status](https://github.com/enzobnl/vocompr/workflows/PyPI/badge.svg)](https://github.com/enzobnl/pycout/actions)\n\n**VOCabulary-based COMPRession algorithm**\n\n*Codec specialized in the compression of texts having a very small disctinct characters set.*\n\n## Install\n`pip install vocompr` (or `pip install git+https://github.com/enzobnl/vocompr.git`)\n## Usage\n\n```python\nfrom vocompr import vocompr, unvocompr\n\nwith open(\"path/vopress_input.txt\", \"r\") as input_file:\n    input_str = input_file.read()\n\nwith open(\"path/output.vocompr\", \"wb\") as output_bytes_file:\n    output_bytes_file.write(vocompr(input_str))\n\nwith open(\"path/output.vocompr\", \"rb\") as input_bytes_file:\n    print(\"original text:\", unvocompr(input_bytes_file.read()))\n```\n\n## Author\nEnzo Bonnal (enzobonnal@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febonnal%2Fvocompr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febonnal%2Fvocompr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febonnal%2Fvocompr/lists"}