pyflate VS pynflate

Compare pyflate vs pynflate and see what are their differences.

pyflate

Pure Python zlib/gzip/bzip2 decompessor/bitstream dumper, plus additional utilities (by pfalcon)

pynflate

Pure Python implementation of Deflate data compression algorithm. (by pynflate)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pyflate pynflate
2 1
27 18
- -
10.0 10.0
over 9 years ago over 6 years ago
Python Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pyflate

Posts with mentions or reviews of pyflate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-23.
  • Gzip decompressor in ~300 lines of readable Python
    2 projects | news.ycombinator.com | 23 Sep 2023
    The code looks clean and it works. It's fun to implement your own understandable parser. After doing such an exercise, suddenly a seemingly complex file format doesn't look like such a black box anymore. When I implemented my decompressor, I also looked at https://github.com/pfalcon/pyflate , to understand and verify the inner gzip/deflate RFC workings. Pyflate is also pretty small, especially after removing the bzip2 code, after which only ~450 lines are left. Laiho's code seems more readable, though.
  • Does anyone have a PURE python (no libraries) gzip or zlib decompressor
    2 projects | /r/learnpython | 16 Oct 2021
    Found something, try copy using the code from here by yourself: https://github.com/pfalcon/pyflate

pynflate

Posts with mentions or reviews of pynflate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-16.

What are some alternatives?

When comparing pyflate and pynflate you can also consider the following projects:

tiralabra - gzip decompressor in ~300 lines of readable python