GitXplorerGitXplorer
y

heatshrinkpy

public
2 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
f85bb0de519c1970411b7ff748f401ceab13eb33

Correct misspelled word in README.rst

yyawor committed 2 years ago
Unverified
991d4a508990eb518ad69c3fa12e69a667c86aef

Change order of authors in pyproject.toml

yyawor committed 2 years ago
Unverified
a55bfa5214b90afac8ba3dd8a87ef40822c76941

Remove MANIFEST.in file

yyawor committed 2 years ago
Unverified
d138380ffc5f6575cd17b33dea3fb2b62ad29ecf

Add poetry.lock file

yyawor committed 2 years ago
Unverified
4a4c72fe05eef55bdcbaad9fe6e207ba7dd866b2

Add .idea directory to .gitignore

yyawor committed 2 years ago
Unverified
903853f85e8b98340264f22e839a349772c61d8c

Migrate package to Poetry

yyawor committed 2 years ago

README

The README file for this repository.

HeatshrinkPy

Compression using the Heatshrink algorithm <https://github.com/atomicobject/heatshrink>__ in Python 3.

This library is a pure Python rewrite and a drop-in replacement of heatshrink2 <https://github.com/eerimoq/pyheatshrink>__ library.

It is significantly slower than the native one. It can be used as a fallback if building a native extension is not an option.

Installation

From PyPI:

.. code-block::

$ pip install heatshrinkpy

Usage

Please refer to the heatshrink2 <https://github.com/eerimoq/pyheatshrink>__ library for usage and documentation - just replace heatshrink2 with heatshrinkpy where applicable.

License

ISC license