{"id":17498415,"url":"https://github.com/pothos/brotlipython","last_synced_at":"2025-04-14T14:29:01.404Z","repository":{"id":142163441,"uuid":"87656010","full_name":"pothos/brotlipython","owner":"pothos","description":"pure python brotli decoder","archived":false,"fork":false,"pushed_at":"2017-04-08T19:02:10.000Z","size":86,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T21:36:23.377Z","etag":null,"topics":["brotli","brotli-decoder","brotli-decompressor","python-brotli","python-brotli-decoder"],"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/pothos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-08T18:40:29.000Z","updated_at":"2024-11-16T06:28:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"899868af-49ff-40b2-b82c-249711eccf59","html_url":"https://github.com/pothos/brotlipython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothos%2Fbrotlipython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothos%2Fbrotlipython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothos%2Fbrotlipython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothos%2Fbrotlipython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pothos","download_url":"https://codeload.github.com/pothos/brotlipython/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248896579,"owners_count":21179457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brotli","brotli-decoder","brotli-decompressor","python-brotli","python-brotli-decoder"],"created_at":"2024-10-19T16:58:41.922Z","updated_at":"2025-04-14T14:29:01.389Z","avatar_url":"https://github.com/pothos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"super slow pure python brotli decoder, please ignore\n\nported from brotli-rs to a minimal python subset and now back to standard python (but unpolished) as a side project\n\nusage:\n\n    from brotlipython import brotlidec\n    in = open('test.br', 'rb').read()\n    outbuf = []\n    dec = brotlidec(in, outbuf)  # also returns bytes(outbuf) again\n\nor see `./brotlipython.py --help`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpothos%2Fbrotlipython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpothos%2Fbrotlipython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpothos%2Fbrotlipython/lists"}