{"id":30523933,"url":"https://github.com/intake/python-snappy","last_synced_at":"2025-12-11T21:03:35.240Z","repository":{"id":1420413,"uuid":"1531547","full_name":"intake/python-snappy","owner":"intake","description":"Python bindings for the snappy google library","archived":false,"fork":false,"pushed_at":"2024-10-16T20:15:53.000Z","size":168,"stargazers_count":484,"open_issues_count":28,"forks_count":104,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-31T19:39:06.970Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"openblend/fejstbuk","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intake.png","metadata":{"files":{"readme":"README.rst","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-03-27T03:40:24.000Z","updated_at":"2025-07-08T08:49:36.000Z","dependencies_parsed_at":"2022-07-07T12:02:27.252Z","dependency_job_id":"f4468c8e-3726-465f-8da7-1b4434ef56d6","html_url":"https://github.com/intake/python-snappy","commit_stats":{"total_commits":133,"total_committers":30,"mean_commits":4.433333333333334,"dds":0.7067669172932332,"last_synced_commit":"fa62ec8eb447bde735650812b896266052622110"},"previous_names":["andrix/python-snappy"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/intake/python-snappy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fpython-snappy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fpython-snappy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fpython-snappy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fpython-snappy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intake","download_url":"https://codeload.github.com/intake/python-snappy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fpython-snappy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272254514,"owners_count":24901058,"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-08-26T02:00:07.904Z","response_time":60,"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":[],"created_at":"2025-08-26T20:52:02.699Z","updated_at":"2025-12-11T21:03:34.897Z","avatar_url":"https://github.com/intake.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"python-snappy\n=============\n\nPython library for the snappy compression library from Google.\nThis library is distributed under the New BSD License\n(https://opensource.org/license/bsd-3-clause).\n\nDependencies\n============\n\n* cramjam\n\n* Supports Python \u003e=3.8\n\nInstall\n=======\n\nInstall it from PyPI:\n\n::\n\n  pip install python-snappy\n\nRun tests\n=========\n\n::\n\n  # run python snappy tests\n  nosetest test_snappy.py\n\n  # support for cffi backend\n  nosetest test_snappy_cffi.py\n\nBenchmarks\n==========\n\nSee ``cramjam`` for speed tests.\n\nCommandline usage\n=================\n\nYou can invoke Python Snappy to compress or decompress files or streams from\nthe commandline after installation as follows\n\nCompressing and decompressing a file:\n\n::\n\n  $ python -m snappy -c uncompressed_file compressed_file.snappy\n  $ python -m snappy -d compressed_file.snappy uncompressed_file\n\nCompressing and decompressing a stream:\n\n::\n\n  $ cat uncompressed_data | python -m snappy -c \u003e compressed_data.snappy\n  $ cat compressed_data.snappy | python -m snappy -d \u003e uncompressed_data\n\nYou can get help by running\n\n::\n\n  $ python -m snappy --help\n\n\nSnappy - compression library from Google (c)\n https://google.github.io/snappy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintake%2Fpython-snappy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintake%2Fpython-snappy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintake%2Fpython-snappy/lists"}