{"id":19506270,"url":"https://github.com/ne-sachirou/stream_gzip","last_synced_at":"2025-08-19T18:43:17.034Z","repository":{"id":22128530,"uuid":"95372518","full_name":"ne-sachirou/stream_gzip","owner":"ne-sachirou","description":"Gzip or gunzip an Elixir stream","archived":false,"fork":false,"pushed_at":"2025-01-01T20:29:57.000Z","size":102,"stargazers_count":43,"open_issues_count":5,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-16T09:28:50.199Z","etag":null,"topics":["elixir","gzip"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ne-sachirou.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}},"created_at":"2017-06-25T16:40:47.000Z","updated_at":"2024-10-29T08:31:49.000Z","dependencies_parsed_at":"2024-11-10T22:37:50.934Z","dependency_job_id":"3f2ff889-a35f-44f0-b057-e9d4274c540a","html_url":"https://github.com/ne-sachirou/stream_gzip","commit_stats":{"total_commits":51,"total_committers":7,"mean_commits":7.285714285714286,"dds":"0.47058823529411764","last_synced_commit":"209455f7587ec3eb536f2d7f758d05017dff5063"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne-sachirou%2Fstream_gzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne-sachirou%2Fstream_gzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne-sachirou%2Fstream_gzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ne-sachirou%2Fstream_gzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ne-sachirou","download_url":"https://codeload.github.com/ne-sachirou/stream_gzip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253757687,"owners_count":21959460,"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":["elixir","gzip"],"created_at":"2024-11-10T22:36:18.739Z","updated_at":"2025-05-12T14:46:04.086Z","avatar_url":"https://github.com/ne-sachirou.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StreamGzip\n\n[![Actions Status](https://github.com/ne-sachirou/stream_gzip/workflows/test/badge.svg)](https://github.com/ne-sachirou/stream_gzip/actions)\n[![Coverage Status](https://coveralls.io/repos/github/ne-sachirou/stream_gzip/badge.svg)](https://coveralls.io/github/ne-sachirou/stream_gzip)\n[![Hex.pm](https://img.shields.io/hexpm/v/stream_gzip.svg)](https://hex.pm/packages/stream_gzip)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/stream_gzip/)\n[![Total Download](https://img.shields.io/hexpm/dt/stream_gzip.svg)](https://hex.pm/packages/stream_gzip)\n[![License](https://img.shields.io/hexpm/l/stream_gzip.svg)](https://github.com/ne-sachirou/stream_gzip/blob/master/LICENSE)\n[![Last Updated](https://img.shields.io/github/last-commit/ne-sachirou/stream_gzip.svg)](https://github.com/ne-sachirou/stream_gzip/commits/master)\n\nGzip or gunzip a stream.\n\n## Installation\n\nAdd `:stream_gzip` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:stream_gzip, \"~\u003e 0.4\"}\n  ]\nend\n```\n\n## Usage\n\nGunzip:\n\n```elixir\n\"x.gz\"\n|\u003e File.stream!\n|\u003e StreamGzip.gunzip\n|\u003e Enum.into(\"\")\n```\n\nGzip:\n\n```elixir\n\"x\"\n|\u003e File.stream!\n|\u003e StreamGzip.gzip\n|\u003e Stream.into(File.stream! \"x.gz\")\n|\u003e Stream.run\n```\n\n## Copyright and License\n\nCopyright (c) 2017 ne_Sachirou\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fne-sachirou%2Fstream_gzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fne-sachirou%2Fstream_gzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fne-sachirou%2Fstream_gzip/lists"}