Skip to content

Add xz (xz utils) stream compression #63

@ross-spencer

Description

@ross-spencer

Mime: application/x-xz

Source:

# Allowed stream compressor formats for JSONL.
COMPRESSED_BZIP2 = "application/x-bzip2"
COMPRESSED_GZIP = "application/gzip"
COMPRESSED: Final[list] = [
COMPRESSED_BZIP2,
COMPRESSED_GZIP,
]

Samples (under asciicast): https://github.com/ffdev-info/jsonid-integration-files/tree/main/jsonl/asciicast

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions