omicron 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
2023-10-24 01:19:30 +02:00

Quick & dirty commit of current progress to share with others.

python -m venv venv
source venv/bin/activate
pip install --editable .[dev]
d2dump /path/to/stash.d2i
Description
No description provided
Readme 334 KiB
Languages
Python 94.3%
HTML 3.7%
CSS 1.6%
JavaScript 0.4%