Skip to main content
Files added late

10 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.

             _ _ _     _        ___           
            | (_) |   | |      / __)          
 ____  _   _| |_| | _ | |_____| |__ ___  ____ 
|  _ \| | | | | | || \| (___  )  __)___)/ _  )
| | | | |_| | | | |_) ) |/ __/| | |___ ( (/ / 
| ||_/ \__  |_|_|____/|_(_____)_| (___/ \____)
|_|   (____/                                  

Overview
========

pyliblzfse is a Python (https://www.python.org/) module that provides LZFSE 
and LZVN compression and decompression through the reference implementation 
provided by Apple (https://github.com/lzfse/lzfse).

Installation
============

  pip3 install pyliblzfse

If you are using python 3.7 or higher, you don't need a dev environment to
install on macOS or Windows.

Building
========

  $ git clone --recursive https://github.com/ydkhatri/pyliblzfse
  $ python setup.py build

Usage
=====

  import liblzfse
  try:
    decrypted_data = liblzfse.decompress(encrypted_data)
  except liblzfse.error:
    print('liblzfse had an error!')

The library expects encrypted_data to be of the form b'bvx*......bvx$'.

Notes
=====

This is a fork of pylzfse project, which incorporates certain improvements and
provides python wheel builds (for 3.7+) so end users do not need to compile it.

Credits and Legal Information
=============================

pyliblzfse is free and unencumbered software released under the terms of the MIT
license; see COPYING for the license text. For a list of its authors and
contributors, see AUTHORS.

The ASCII art logo at the top was made using 
http://manytools.org/hacker-tools/ascii-banner

Release files for pyliblzfse 0.4.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Files added late

10 files were uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release files before installing.

Source distribution (sdist)

Source distribution for pyliblzfse 0.4.1
File Size Uploaded
pyliblzfse-0.4.1.tar.gz 47.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pyliblzfse 0.4.1
File
pyliblzfse-0.4.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pyliblzfse-0.4.1-cp313-cp313-macosx_10_13_universal2.whl CPython 3.13 CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64) Details
pyliblzfse-0.4.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pyliblzfse-0.4.1-cp312-cp312-macosx_10_13_universal2.whl CPython 3.12 CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64) Details
pyliblzfse-0.4.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pyliblzfse-0.4.1-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
pyliblzfse-0.4.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pyliblzfse-0.4.1-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
pyliblzfse-0.4.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pyliblzfse-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pyliblzfse-0.4.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pyliblzfse-0.4.1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pyliblzfse-0.4.1-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pyliblzfse-0.4.1-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pyliblzfse-0.4.1-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pyliblzfse-0.4.1-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pyliblzfse-0.4.1-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pyliblzfse-0.4.1-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pyliblzfse-0.4.1-cp36-cp36m-macosx_10_6_intel.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386) Details

Total release size: 600.9 kB

Release files / pyliblzfse-0.4.1.tar.gz

Download URL pyliblzfse-0.4.1.tar.gz
Size 47.7 kB
Tags Source
SHA-256 checksum
How to use checksums
bb0b899b3830c02fdf3dbde48ea59611833f366fef836e5c32cf8145134b7d3d
BLAKE2b-256 checksum
How to use checksums
2cbaa4bc465d36f6aafbff89da1bf67bcc6a97475b1d2300a74a778dcb293cef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp313-cp313-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp313-cp313-win_amd64.whl
Size 23.0 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
e971ba2720b7a143f82bb47cd19f7efa5ccab84d9b770cef1acbcc4676380223
BLAKE2b-256 checksum
How to use checksums
483be4c5e981c6679eac34b2e39e506e568e611bdbbd9d78877bb64b4d37bf0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.3

Release files / pyliblzfse-0.4.1-cp313-cp313-macosx_10_13_universal2.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp313-cp313-macosx_10_13_universal2.whl
Size 41.0 kB
Tags CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0b5755b005af21552d8050685f2ebb5316685bc771fb9acabc950e5ffc1ee694
BLAKE2b-256 checksum
How to use checksums
caa2f7bb1315b78d4d2e246a48ab6db44d435a110115eeffcfebec59c8fc7525
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.3

Release files / pyliblzfse-0.4.1-cp312-cp312-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp312-cp312-win_amd64.whl
Size 23.0 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
01a5971e95cddac54c2a1e5783625a510d77a319ab537902ad4aeaade4bbe2ee
BLAKE2b-256 checksum
How to use checksums
75fbb76a73037e4d7c068a6f3aeebaf9742c19eecdaedde26891a80dc7932285
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.3

Release files / pyliblzfse-0.4.1-cp312-cp312-macosx_10_13_universal2.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp312-cp312-macosx_10_13_universal2.whl
Size 41.0 kB
Tags CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
c655027b34156cd96340a344b94d90584de67e5b70327cd47aeff69e6d3525fa
BLAKE2b-256 checksum
How to use checksums
e062f7e7a5b3c38759410a98e875239f413d472dd29a68c02e9efbeb427f6cdf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.3

Release files / pyliblzfse-0.4.1-cp311-cp311-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp311-cp311-win_amd64.whl
Size 23.0 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
2b49aa4ea96c3feb1324c066c7ed637739a0a2c2f300ef6f9bfafb16af9d5cb2
BLAKE2b-256 checksum
How to use checksums
d2bd390808e922e3f3858087ec30bb89f52511c27a51c46e5989ee19d8eec54a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.3

Release files / pyliblzfse-0.4.1-cp311-cp311-macosx_10_9_universal2.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp311-cp311-macosx_10_9_universal2.whl
Size 41.0 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
0ddfc3617ef8cd885ae69b5b8e852087f861dfde5c0499724085d0951fca61c4
BLAKE2b-256 checksum
How to use checksums
91be8d2ff58df014ef7a5a84befedb9573d250455ecb500cfcfeb660206fd8a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.3

Release files / pyliblzfse-0.4.1-cp310-cp310-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp310-cp310-win_amd64.whl
Size 23.0 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
de002191a8e9335b6e6b469f30dd4e1d7a400047274c23694b695c2f1f5d8d38
BLAKE2b-256 checksum
How to use checksums
529ad98e410e5408c40897da2fbea43da986672eabfe6ad8987141a29219da76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.3

Release files / pyliblzfse-0.4.1-cp310-cp310-macosx_10_9_universal2.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp310-cp310-macosx_10_9_universal2.whl
Size 41.0 kB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
e99df11ef81b810e7f65fc0ecf9566be59061fb8f5152bd9d87c9d62b2b5e5ee
BLAKE2b-256 checksum
How to use checksums
4a2d780ee5863d3606e1dd84dae9fb64cd757a4f5d53a1fb46f84c7945b0e435
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.12.3

Release files / pyliblzfse-0.4.1-cp39-cp39-win_amd64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp39-cp39-win_amd64.whl
Size 26.8 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
b661e91ad6f84c1fbaa07f8c7d1c493cd85fd839a7a6c2d0c0713574b7347eed
BLAKE2b-256 checksum
How to use checksums
7dcddd4c4d716e5751930e11af4c29efe4a259b1bcc22c8821e426076086efc8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0

Release files / pyliblzfse-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL pyliblzfse-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl
Size 23.9 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
1b255da10393541c54d0b6d0c6a0c68691075736a5ac7c921add1c03c0488ffa
BLAKE2b-256 checksum
How to use checksums
5fbf9a1e2ac6a36841cd42fa1f6d596ea8c294be74ef4f96db3aab100612ff12
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.0

Release files / pyliblzfse-0.4.1-cp38-cp38-win_amd64.whl

Download URL pyliblzfse-0.4.1-cp38-cp38-win_amd64.whl
Size 27.1 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
0c2d164869d01253569f1a9f835d27857d7bd209e3d225d8e3b2097aab2df4fe
BLAKE2b-256 checksum
How to use checksums
d9598bf718feeaf578ff2e7af844cb2514c8cb9f3f681b9cbe7c8e2580cd5024
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp38-cp38-win32.whl

Download URL pyliblzfse-0.4.1-cp38-cp38-win32.whl
Size 21.6 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
269e8d568b8c35ae145e4b938308c17938df90201be04514efc9ea3fb4a9cdc9
BLAKE2b-256 checksum
How to use checksums
0ebed329db0d676bcb12ea36e9fed4fa97fcd5b40a29fcc692d7f65d7c6a08fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pyliblzfse-0.4.1-cp38-cp38-macosx_10_9_x86_64.whl
Size 23.9 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
fd59ba6e1261b8e81a84008b2207a1019695c42d6c7e66e0abd96970e2b4fa55
BLAKE2b-256 checksum
How to use checksums
1cdf27dde9621342afa2ad05df4789011411b5e3dbe974b09e27d6935a0c4c95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp37-cp37m-win_amd64.whl

Download URL pyliblzfse-0.4.1-cp37-cp37m-win_amd64.whl
Size 27.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
df61b02ef4bfdddf40ad4aa153df4afaf06b4e8a4f174231f6252cce7656c315
BLAKE2b-256 checksum
How to use checksums
35b7c3cb5cba0b5a869d6222059798da386d408ef79c6977f59d21b987ac1f6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp37-cp37m-win32.whl

Download URL pyliblzfse-0.4.1-cp37-cp37m-win32.whl
Size 21.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
b42e8dc723c83833c5708044a3490c216aaf2a63c6509739e3ec628fa75b8e6a
BLAKE2b-256 checksum
How to use checksums
d87a177eaf2caeac5177d6efd442857c54746d689648d25482de498f0fcc004e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pyliblzfse-0.4.1-cp37-cp37m-macosx_10_9_x86_64.whl
Size 23.9 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
de694b03164288fba37701aaecbdfd7cc6356cf3155e5bf69a44d4f73c8903ba
BLAKE2b-256 checksum
How to use checksums
7c44b2cf7036e57e77d758001bd7576845f0ff27e933348ccc3d28a50699bf1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp36-cp36m-win_amd64.whl

Download URL pyliblzfse-0.4.1-cp36-cp36m-win_amd64.whl
Size 31.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
3c11008725ea6ca272c55950fee0a7424909bb4e8f07594651e3e46ba8075b59
BLAKE2b-256 checksum
How to use checksums
3ce05347ffeb889ceebbc45ed90d616770b39f2fc06939b1111e377f9ed95f7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp36-cp36m-win32.whl

Download URL pyliblzfse-0.4.1-cp36-cp36m-win32.whl
Size 26.1 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
9b18209a8a8450ca5c01e18686b4df1796f9711cc8069897b3c8876e4cecb3ca
BLAKE2b-256 checksum
How to use checksums
0684ac37e2dec1466a8ab9a75dcd6d25208e21e309dd45e67a2144803d4aa7d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release files / pyliblzfse-0.4.1-cp36-cp36m-macosx_10_6_intel.whl

Download URL pyliblzfse-0.4.1-cp36-cp36m-macosx_10_6_intel.whl
Size 44.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
69439a557a2979f18b816f7ccfcfdd2dc2021612811213ab569d0b35f1a04c22
BLAKE2b-256 checksum
How to use checksums
af9de8d1b813b7ae21a12f3ac5169f3690c6e39998a4be1e82ae69ea1c920d77
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1

Release history Release notifications | RSS feed

This release

0.4.1 This release

20 release files

0.4.0

8 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page