Metadata-Version: 2.1
Name: pyfastlz
Version: 0.0.1
Summary: Python wrapper for FastLZ, a lightning-fast lossless compression library.
Home-page: https://github.com/PaulChanHK/python-fastlz
Author: 'Jared Suttles, Paul Chan'
License: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Archiving :: Compression
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'

FastLZ
======

Python wrapper for [FastLZ], a lightning-fast lossless compression library.


Installation
------------

To install fastlz, simply:

```bash
$ pip install pyfastlz
```

[FastLZ]: https://github.com/ariya/FastLZ
