We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6ddd49a
Fixes the following issues:
4685d62
Allows simple types to read from file-like interface objects:
f = open('test.bin','rb') d = DWORD(f)
issues fixed: #2, #3, #4
fbdc3b7
v0.9.0.5 moved setup.cfg to the right place