gzip

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package gzip defines gzip encoding & decoding functions

outline: gzip

decompress files like the GNU programs gzip and gunzip would.
path: compress/gzip
functions:
  decompress(data) bytes
    Decompress the data, returning a bytes object containing the uncompressed data.

Index

Constants

View Source
const ModuleName = "compress/gzip.star"

ModuleName defines the expected name for this Module when used in starlark's load() function, eg: load('compress/gzip.star', 'gzip')

Variables

View Source
var Module = &starlarkstruct.Module{
	Name: "gzip",
	Members: starlark.StringDict{
		"decompress": starlark.NewBuiltin("decompress", decompress),
	},
}

Module defines the gzip starlark api

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL