ndeflib icon indicating copy to clipboard operation
ndeflib copied to clipboard

Python package for parsing and generating NFC Data Exchange Format messages.

Results 3 ndeflib issues
Sort by recently updated
recently updated
newest added

Hi, I am using python 3.10, and using this package. I am following the instructions on webpage [](https://ndeflib.readthedocs.io/en/latest/ndef.html#message-decoder) , but when I executed `decoder = ndef.message_decoder(octets)`, it says: ``` >>>...

Hi https://github.com/haldean/ndef/blob/master/docs/NFCForum-TS-Signature_RTD-1.0.pdf here the specification here: 3028b2ae17f76a2bcb47f6be46f339c552ce557e i see change from byte to word. I don't have v2.0 specification but as for v.1 (or as in the decoder v0.1) here...

ndeflib version 0.3.3, some tests are failing. python version 3.13.0 pytest version 8.3.1 ``` /usr/bin/pytest tests/ ============================= test session starts ============================== platform linux -- Python 3.13.0rc1, pytest-8.3.1, pluggy-1.5.0 rootdir: /builddir/build/BUILD/python-ndeflib-0.3.3-build/ndeflib-0.3.3...