简体   繁体   中英

Python lzjb decoder?

I would like to use jslzjb https://code.google.com/p/jslzjb/ to compress my js data. However, I also need to be able to decompress it in Python. I looked at pylzjb https://code.google.com/p/pylzjb/ , as jslzjb suggests, but it only works with Python 2.6. I have Python2.7.

Any other libraries out there? I need the client side encoding to be fast, which is why I am trying jslzjb.

Not to toot my own horn too much, but you might want to check out my python-lzjb project, which is simply a port of the LZJB compression and decompression code to pure 100% Python. So it's very easy to get going, nothing to compile.

This question sure is old, but it might be a place to start.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM