inflate64 1.0.3


pip install inflate64

  Latest version

Released: Jun 01, 2025


Meta
Author: Hiroshi Miura
Requires Python: >=3.9, <3.14

Classifiers

Development Status
  • 5 - Production/Stable

License
  • OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)

Operating System
  • MacOS :: MacOS X
  • Microsoft :: Windows
  • POSIX
  • POSIX :: Linux

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3 :: Only
  • Python :: Implementation :: CPython

Topic
  • Software Development :: Libraries :: Python Modules
https://badge.fury.io/py/inflate64.svg https://github.com/miurahr/inflate64/actions/workflows/run-tox-tests.yml/badge.svg?branch=main https://ci.codeberg.org/api/badges/12505/status.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

Wheel compatibility matrix

Platform CPython 3.9 CPython 3.10 CPython 3.11 CPython 3.12 CPython 3.13
macosx_10_13_universal2
macosx_10_13_x86_64
macosx_10_9_universal2
macosx_10_9_x86_64
macosx_11_0_arm64
manylinux2014_aarch64
manylinux2014_x86_64
manylinux_2_17_aarch64
manylinux_2_17_x86_64
musllinux_1_1_aarch64
musllinux_1_1_x86_64
win32
win_amd64
win_arm64

Files in release

inflate64-1.0.3-cp310-cp310-macosx_10_9_universal2.whl (57.2KiB)
inflate64-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl (35.1KiB)
inflate64-1.0.3-cp310-cp310-macosx_11_0_arm64.whl (35.1KiB)
inflate64-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (91.0KiB)
inflate64-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (91.3KiB)
inflate64-1.0.3-cp310-cp310-musllinux_1_1_aarch64.whl (93.6KiB)
inflate64-1.0.3-cp310-cp310-musllinux_1_1_x86_64.whl (94.2KiB)
inflate64-1.0.3-cp310-cp310-win32.whl (32.2KiB)
inflate64-1.0.3-cp310-cp310-win_amd64.whl (34.8KiB)
inflate64-1.0.3-cp310-cp310-win_arm64.whl (32.4KiB)
inflate64-1.0.3-cp311-cp311-macosx_10_9_universal2.whl (57.2KiB)
inflate64-1.0.3-cp311-cp311-macosx_10_9_x86_64.whl (35.1KiB)
inflate64-1.0.3-cp311-cp311-macosx_11_0_arm64.whl (35.1KiB)
inflate64-1.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (94.0KiB)
inflate64-1.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.2KiB)
inflate64-1.0.3-cp311-cp311-musllinux_1_1_aarch64.whl (96.5KiB)
inflate64-1.0.3-cp311-cp311-musllinux_1_1_x86_64.whl (97.0KiB)
inflate64-1.0.3-cp311-cp311-win32.whl (32.2KiB)
inflate64-1.0.3-cp311-cp311-win_amd64.whl (34.8KiB)
inflate64-1.0.3-cp311-cp311-win_arm64.whl (32.4KiB)
inflate64-1.0.3-cp312-cp312-macosx_10_13_universal2.whl (57.3KiB)
inflate64-1.0.3-cp312-cp312-macosx_10_13_x86_64.whl (35.1KiB)
inflate64-1.0.3-cp312-cp312-macosx_11_0_arm64.whl (35.1KiB)
inflate64-1.0.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (93.9KiB)
inflate64-1.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.8KiB)
inflate64-1.0.3-cp312-cp312-musllinux_1_1_aarch64.whl (96.7KiB)
inflate64-1.0.3-cp312-cp312-musllinux_1_1_x86_64.whl (97.8KiB)
inflate64-1.0.3-cp312-cp312-win32.whl (32.2KiB)
inflate64-1.0.3-cp312-cp312-win_amd64.whl (34.9KiB)
inflate64-1.0.3-cp312-cp312-win_arm64.whl (32.4KiB)
inflate64-1.0.3-cp313-cp313-macosx_10_13_universal2.whl (57.3KiB)
inflate64-1.0.3-cp313-cp313-macosx_10_13_x86_64.whl (35.1KiB)
inflate64-1.0.3-cp313-cp313-macosx_11_0_arm64.whl (35.1KiB)
inflate64-1.0.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (94.0KiB)
inflate64-1.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (94.8KiB)
inflate64-1.0.3-cp313-cp313-musllinux_1_1_aarch64.whl (96.6KiB)
inflate64-1.0.3-cp313-cp313-musllinux_1_1_x86_64.whl (97.6KiB)
inflate64-1.0.3-cp313-cp313-win32.whl (32.2KiB)
inflate64-1.0.3-cp313-cp313-win_amd64.whl (34.9KiB)
inflate64-1.0.3-cp313-cp313-win_arm64.whl (32.4KiB)
inflate64-1.0.3-cp39-cp39-macosx_10_9_universal2.whl (57.2KiB)
inflate64-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl (35.1KiB)
inflate64-1.0.3-cp39-cp39-macosx_11_0_arm64.whl (35.1KiB)
inflate64-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (90.8KiB)
inflate64-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (91.2KiB)
inflate64-1.0.3-cp39-cp39-musllinux_1_1_aarch64.whl (93.5KiB)
inflate64-1.0.3-cp39-cp39-musllinux_1_1_x86_64.whl (94.0KiB)
inflate64-1.0.3-cp39-cp39-win32.whl (32.2KiB)
inflate64-1.0.3-cp39-cp39-win_amd64.whl (34.8KiB)
inflate64-1.0.3-cp39-cp39-win_arm64.whl (32.4KiB)
inflate64-1.0.3.tar.gz (881.7KiB)
Extras:
Dependencies: