Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
This library contains Python bindings for the reference Brotli encoder/decoder,
available here
_. This allows Python software to use the Brotli compression
algorithm directly from Python code.
To use it simply, try this:
.. code-block:: python
import brotli
data = brotli.decompress(compressed_data)
More information can be found in the documentation
_.
.. _available here: https://github.com/google/brotli .. _in the documentation: https://brotlipy.readthedocs.org
The source code of brotlipy is available under the MIT license. Brotli itself is made available under the Version 2.0 of the Apache Software License. See the LICENSE and libbrotli/LICENSE files for more information.
brotlipy is maintained by Cory Benfield.
decompress()
would return an empty bytestring
instead of erroring if the provided bytestring was small enough.finish()
method to the streaming decompressor.Error
).Error
to error
.Update to v0.4.0 of the Brotli library.
Update to v0.3.0 of the Brotli library.
Fix broken brotli.compress
support on Windows.
brotli.compress
through a C wrapper included in this
library.FAQs
Python binding to the Brotli library
We found that brotlipy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.