Logo

Contents:

  • Tamp
  • Installation
  • Specification
  • Custom Dictionary
  • Python API
  • C Library
  • JavaScript/TypeScript API
  • Rust

Upgrading:

  • Migrating to v2
tamp
  • Index
  • Edit on GitHub

Index

_ | B | C | D | E | F | I | R | T | W

_

  • __enter__() (tamp.Compressor method)
    • (tamp.Decompressor method)
    • (tamp.TextCompressor method)
    • (tamp.TextDecompressor method)
  • __exit__() (tamp.Compressor method)
    • (tamp.Decompressor method)
    • (tamp.TextCompressor method)
    • (tamp.TextDecompressor method)

B

  • built-in function
    • tamp.open()

C

  • close() (tamp.Compressor method)
    • (tamp.Decompressor method)
    • (tamp.TextCompressor method)
    • (tamp.TextDecompressor method)
  • compress() (in module tamp)
  • Compressor (class in tamp)

D

  • decompress() (in module tamp)
  • Decompressor (class in tamp)

E

  • ExcessBitsError

F

  • flush() (tamp.Compressor method)
    • (tamp.TextCompressor method)

I

  • initialize_dictionary() (in module tamp)

R

  • read() (tamp.Decompressor method)
    • (tamp.TextDecompressor method)
  • readinto() (tamp.Decompressor method)
    • (tamp.TextDecompressor method)
  • reset_dictionary() (tamp.Compressor method)
    • (tamp.TextCompressor method)

T

  • tamp.open()
    • built-in function
  • TextCompressor (class in tamp)
  • TextDecompressor (class in tamp)

W

  • write() (tamp.Compressor method)
    • (tamp.TextCompressor method)

© Copyright 2026, Brian Pugh.

Built with Sphinx using a theme provided by Read the Docs.