Skip to content

Tags: jlusiardi/tlv8_python

Tags

v0.10.0

Toggle v0.10.0's commit message
bump version

v0.8.0

Toggle v0.8.0's commit message
code update with 2 features

- tlv8.encode can now handle lists of tlv8.Entry objects and
   tlv8.EntryLists.
 - adds tlv8.JsonEncoder to serialize tlv8.Entry and
   tlv8.EntryLists to json where needed

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add type unsigned integer

This allows to force unsigned integer values e.g. for network ports.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add deep_decode function for debugging

This adds a function named deep_decode that recursively tries to decode all the data as TLV8. This might overshoot, as e.g. 16843330 becomes b'\x42\x02\x01\x01' during encode but a TLV8 Entry of type 66 with data b'\x01\x01'.

v0.5.0

Toggle v0.5.0's commit message
bump version

v0.4.0

Toggle v0.4.0's commit message
bump version

v0.2.0

Toggle v0.2.0's commit message
prepare release 0.2.0

v0.1.0

Toggle v0.1.0's commit message
adds description in the setup.py

This fixes the missing description in the pypi project's page.