Source: python-cramjam Section: python Priority: optional Maintainer: Roland Mas Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all, python3-maturin, cargo, librust-adler-dev, librust-alloc-no-stdlib-dev, librust-alloc-stdlib-dev, # librust-unstable-dev, librust-anstyle-dev, librust-anstyle-parse-dev, librust-anstyle-query-dev, # librust-anstyle-wincon-dev, librust-autocfg-dev, librust-bitflags-dev, librust-brotli+std-dev (>= 3), librust-brotli-decompressor-dev, librust-bytesize-dev, librust-bzip2-dev, librust-bzip2-sys-dev, librust-cc-dev, librust-cfg-if-dev, librust-clap-dev, # librust-clap-builder-dev, librust-clap-derive-dev, librust-clap-lex-dev, # librust-colorchoice-dev, # librust-cramjam-dev, librust-crc32fast-dev, librust-errno-dev, # librust-errno-dragonfly-dev, librust-flate2-dev, librust-heck-dev, # librust-hermit-abi-dev, librust-indoc-dev, librust-io-lifetimes-dev, librust-is-terminal-dev, librust-jobserver-dev, librust-libc-dev, librust-linux-raw-sys-dev, librust-lock-api-dev, librust-lz4-dev, librust-memoffset-dev, librust-miniz-oxide-dev, librust-once-cell-dev, librust-parking-lot-dev, librust-parking-lot-core-dev, librust-pkg-config-dev, librust-proc-macro2-dev, librust-pyo3-dev, librust-pyo3-build-config-dev, librust-pyo3-ffi-dev, librust-pyo3-macros-dev, librust-pyo3-macros-backend-dev, librust-quote-dev, librust-redox-syscall-dev, librust-rustix-dev, librust-scopeguard-dev, librust-smallvec-dev, librust-snap-dev, librust-strsim-dev, librust-syn-dev, librust-syn-dev, librust-target-lexicon-dev, librust-unicode-ident-dev, librust-unindent-dev, librust-utf8parse-dev, librust-zstd-dev, librust-zstd-safe-dev, librust-zstd-sys-dev, python3-pytest, python3-numpy, python3-hypothesis, Standards-Version: 4.6.2.0 Testsuite: autopkgtest-pkg-pybuild Rules-Requires-Root: no Package: python3-cramjam Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: Thin Python bindings to de/compression algorithms in Rust Extremely thin Python bindings to de/compression algorithms in Rust. Allows for using algorithms such as Snappy, without any system dependencies. . This is handy when being used in environments like AWS Lambda, where installing packages like `python-snappy` becomes difficult because of system level dependencies.