Metadata-Version: 2.4
Name: lzstr
Version: 0.0.4
Summary: Native Python implementation of LZString string compression
Author-email: Johannes Bauer <joe@johannes-bauer.com>
License-Expression: GPL-3.0
Project-URL: Homepage, https://github.com/johndoe31415/pylzstring
Project-URL: Repository, https://github.com/johndoe31415/pylzstring.git
Project-URL: Issues, https://github.com/johndoe31415/pylzstring/issues
Project-URL: Releases, https://github.com/johndoe31415/pylzstring/tags
Keywords: python,lzstring
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pylzstring
[![tests](https://github.com/johndoe31415/pylzstring/actions/workflows/tests.yml/badge.svg)](https://github.com/johndoe31415/pylzstring/actions/workflows/tests.yml)

This is a native Python3.10+ lzstring decompression library. It compresses only
bytestrings (i.e., does not make use of word-sized symbols during compression).

## License
GNU GPL-3.
