Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jmap-backup.py | 2024-09-07 | 10.2 kB | |
README.md | 2024-09-07 | 303 Bytes | |
v1.1.0 source code.tar.gz | 2024-09-07 | 222.8 kB | |
v1.1.0 source code.zip | 2024-09-07 | 222.3 kB | |
Totals: 4 Items | 455.6 kB | 0 |
⚠️ Breaking change
Versions prior to 1.1 stored configuration as YAML. This has been changed to JSON because Python can read/write it without requiring the PyYAML module. See README.
Changes
- removed dependency on PyYAML
- added some additional error checking and debug messages