hexathon

Common and uncommon hex string operations for python3
git clone git://git.defalsify.org/python-hexathon.git
Info | Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2022-05-09 08:01Add 'same' comparison methodlash4+40-3
2022-05-04 18:05Handle nopad case in 0xlash2+15-0
2022-05-04 18:01Allow non-compacting pad skip for 0x handlinglash2+5-5
2022-02-21 16:06Add missing testlash1+249-0
2022-02-21 16:05Remove circular dep between 0x handlers and compact/evenlash4+29-19
2022-02-21 09:15Add int tests file, test runnerlash2+74-0
2022-02-21 09:13Add to_int methodlash3+18-1
2022-02-14 13:44Fix compact bug on 0x prefixlash3+5-4
2022-01-07 12:48Add compact value option to 0x methodsnolash4+35-29
2021-10-31 05:53Bump minor version (license incompatibility)nolash1+1-1
2021-10-31 05:48LICENSE change GPL -> WTFPLnolash3+17-677
2021-10-28 16:55Paddingnolash3+14-4
2021-03-27 14:42Add int to minimal byte size parsernolash2+15-1
2021-03-26 12:07Allow empty string to strip_0x when allow emptynolash2+4-2
2021-03-23 15:54Allow empty option for prefix functionsnolash2+14-10
2021-03-17 21:31Add padnolash2+18-2
2021-02-08 09:17Handle even nibble case separatelynolash3+13-5
2021-02-08 07:24Initial commitnolash7+768-0