mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #378] [CLOSED] Add local file readers for compressed .gz and .bz2 files #445
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#445
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/378
Author: @tomdottom
Created: 11/6/2019
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (1)
a7f7e6fAdd local file readers for compressed .gz and .bz2 files📊 Changes
7 files changed (+116 additions, -0 deletions)
View changed files
📝
asciinema/asciicast/__init__.py(+15 -0)➕
asciinema/encodings.py(+52 -0)➕
tests/cast_decoders_test.py(+49 -0)➕
tests/demo.cast.bz2(+0 -0)➕
tests/demo.cast.gz(+0 -0)➕
tests/demo.json.bz2(+0 -0)➕
tests/demo.json.gz(+0 -0)📄 Description
Adds the ability for
asciinemato read from.gz.and.bz2compressed files.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.