Skip to content

Commit

Permalink
Merge pull request #164 from jonnor/add-zipfile
Browse files Browse the repository at this point in the history
Add micropython-zipfile
  • Loading branch information
mcauser authored Oct 11, 2024
2 parents b5a8194 + ed68e34 commit 5a2af23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Other places you can look for MicroPython Libraries:

* [ufastlz](https://github.com/dmazzella/ufastlz) - MicroPython wrapper for FastLZ, a lightning-fast lossless compression library.
* [tamp](https://github.com/BrianPugh/tamp) - A low-memory, MicroPython-optimized, DEFLATE-inspired lossless compression library.
* [micropython-zipfile](https://github.com/jonnor/micropython-zipfile) - Read/write ZIP archive files. Ported from CPython, supports DEFLATE compression.

#### Cryptography

Expand Down

0 comments on commit 5a2af23

Please sign in to comment.