ass_tag_parser icon indicating copy to clipboard operation
ass_tag_parser copied to clipboard

A Python library for serialization and deserialization of ASS subtitle file format tags markup.

Results 4 ass_tag_parser issues
Sort by recently updated
recently updated
newest added

Bumps [black](https://github.com/psf/black) from 21.12b0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Currently, ass_tag_parser can't parse VSFilterMod tag which is totally ok, because they have they are useless. But, it would be better if it could not raise an exception. It should...

As per https://peps.python.org/pep-0563/ I certify: https://developercertificate.org/ The above changes and any subsequent changes are made under the same license as the original project which is MIT. A copy of this...

- lower minimum Python supported to 3.8 - removed poetry.lock - prevented installation of library in existing envs without serious corruption - see https://python-poetry.org/docs/basic-usage/#as-a-library-developer Verified all tests and pre-commit hooks...