7 Commits

Author SHA1 Message Date
4788d0d641 Add simple flask webapp to move items between stash and database 2023-10-29 21:45:55 +01:00
40276cb0b4 Add basic sqlite3 saving & loading support 2023-10-27 13:48:59 +00:00
4a57291ba0 Fix several issues revealed by testing and static analysis
- Fix type annotations in d2warehouse.stash
- Fix invalid escape sequences in d2warehouse.item
- Bump the minimum supported version of python to 3.10
- Fix ambiguous variable name in d2warehouse.huffman
2023-10-24 01:29:58 +02:00
78047a057f Add tests for parsing some items and stashes 2023-10-24 00:59:27 +02:00
6abd225558 Add license information and update authors 2023-10-22 18:30:00 +02:00
0d4414f3ab Add some useful item data 2023-10-21 23:13:09 +02:00
a741aa6ff0 Quick and dirty initial commit to share progress 2023-10-21 14:52:16 +02:00