polyfile icon indicating copy to clipboard operation
polyfile copied to clipboard

A pure Python cleanroom implementation of libmagic, with instrumented parsing from Kaitai struct and an interactive hex viewer

Results 37 polyfile issues
Sort by recently updated
recently updated
newest added

This update addresses issue #3434 by updating the pdfminer.six dependency from version 20240706 (July 2024) to the latest version 20251107 (November 2025). Key changes: - Update pdfminer.six from >=20220524,=20251107 -...

The `pdfminer.six` version used by the project is over a year old. Would you kindly update it?

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-python#1164 Make sure your runner is...

dependencies
github_actions

The auto-generated Kaitai Struct parser `polyfile/kaitai/parsers/openpgp_message.py` contains invalid Python syntax. It uses `self.class = ...` which causes a `SyntaxError` because `class` is a reserved keyword in Python. ### Error ```python...

### Problem The auto-generated Kaitai Struct parser `polyfile/kaitai/parsers/openpgp_message.py` contains invalid Python syntax. It uses `self.class = ...` which causes a `SyntaxError` because `class` is a reserved keyword in Python. ###...

Here's a clean branch we can work off of to replace #3428 I applied the change from `list` to `List` for backwards compatibility as well As I mentioned I think...

Hi! I'm working on a feature this package is perfect for but our PR bot notified me of a license violation in this repo (Apache 2.0) due to the submodule...