Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@AndrewSpittlemeister AndrewSpittlemeister released this 30 Jul 21:03
· 2 commits to main since this release

Updates:

  • Serialization API of bytechomp compatible dataclass classes.
  • Expanded reader API with iterator support and other QoL methods.
  • Removal of string support, have yet to find an idiomatic way to represent string lengths when some encodings can cause issues when converting to and from bytes.
  • Minor fixes to bytes to PAD field parsing.
  • Added a slew of integration testing with pytest.
  • Added SQLite file header and TCP client/server examples.

Installation:

pip install bytechomp