Skip to main content

deflate64 compression/decompression library

Project description

Build status https://badge.fury.io/py/inflate64.svg

The inflate64 is a python package to provide Deflater and Inflater class to compress and decompress with Enhanced Deflate compression algorithm.

The project is in Production/Stable status.

How to use

You can install it with pip command as usual.

pip install inflate64

You can extract compressed data by instantiating Inflater class and call inflate method.

import inflate64
decompressor = inflate64.Inflater()
extracted = decompressor.inflate(data)

You can also compress data by instantiating Deflater class and call deflate method.

import inflate64
compressor = inflate64.Deflater()
compressed = compressor.deflate(data)
compressed += compressor.flush()

License

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

inflate64-1.0.0.tar.gz (895.9 kB view hashes)

Uploaded Source

Built Distributions

inflate64-1.0.0-pp310-pypy310_pp73-win_amd64.whl (35.6 kB view hashes)

Uploaded PyPy Windows x86-64

inflate64-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.5 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.5 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (34.6 kB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

inflate64-1.0.0-pp39-pypy39_pp73-win_amd64.whl (35.6 kB view hashes)

Uploaded PyPy Windows x86-64

inflate64-1.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.5 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.5 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (34.6 kB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

inflate64-1.0.0-pp38-pypy38_pp73-win_amd64.whl (35.6 kB view hashes)

Uploaded PyPy Windows x86-64

inflate64-1.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.5 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.4 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (34.7 kB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

inflate64-1.0.0-cp312-cp312-win_amd64.whl (35.3 kB view hashes)

Uploaded CPython 3.12 Windows x86-64

inflate64-1.0.0-cp312-cp312-musllinux_1_1_x86_64.whl (99.9 kB view hashes)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp312-cp312-musllinux_1_1_aarch64.whl (98.9 kB view hashes)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (96.9 kB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96.1 kB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (35.8 kB view hashes)

Uploaded CPython 3.12 macOS 11.0+ ARM64

inflate64-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl (36.3 kB view hashes)

Uploaded CPython 3.12 macOS 10.9+ x86-64

inflate64-1.0.0-cp312-cp312-macosx_10_9_universal2.whl (59.5 kB view hashes)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

inflate64-1.0.0-cp311-cp311-win_amd64.whl (35.2 kB view hashes)

Uploaded CPython 3.11 Windows x86-64

inflate64-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl (98.9 kB view hashes)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp311-cp311-musllinux_1_1_aarch64.whl (98.3 kB view hashes)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (96.0 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (95.9 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (35.7 kB view hashes)

Uploaded CPython 3.11 macOS 11.0+ ARM64

inflate64-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (36.3 kB view hashes)

Uploaded CPython 3.11 macOS 10.9+ x86-64

inflate64-1.0.0-cp311-cp311-macosx_10_9_universal2.whl (59.5 kB view hashes)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

inflate64-1.0.0-cp310-cp310-win_amd64.whl (35.2 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

inflate64-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl (95.9 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp310-cp310-musllinux_1_1_aarch64.whl (95.3 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (92.9 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (35.7 kB view hashes)

Uploaded CPython 3.10 macOS 11.0+ ARM64

inflate64-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (36.2 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

inflate64-1.0.0-cp310-cp310-macosx_10_9_universal2.whl (59.4 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

inflate64-1.0.0-cp39-cp39-win_amd64.whl (35.2 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

inflate64-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl (95.8 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp39-cp39-musllinux_1_1_aarch64.whl (95.1 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.0 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (92.7 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (35.7 kB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

inflate64-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (36.2 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

inflate64-1.0.0-cp39-cp39-macosx_10_9_universal2.whl (59.4 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

inflate64-1.0.0-cp38-cp38-win_amd64.whl (35.2 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

inflate64-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl (97.0 kB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

inflate64-1.0.0-cp38-cp38-musllinux_1_1_aarch64.whl (96.5 kB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

inflate64-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.5 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

inflate64-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (94.3 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

inflate64-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (35.7 kB view hashes)

Uploaded CPython 3.8 macOS 11.0+ ARM64

inflate64-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl (36.2 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

inflate64-1.0.0-cp38-cp38-macosx_10_9_universal2.whl (59.4 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page