Python libraries for parsing Apple II disk images
Go to file
kris f3bde766bf Add a container.Container() type that carries a list of Anomaly()
objects associated to the container, and builds a tree of child
containers with support for depth-first recursion

Convert all of the disk container classes to use Container() and
register themselves with this tree.  This constructs a hierarchy of
container objects rooted in Disk that describe the structures found on
the disk image.

Convert most of the print statements and some of the assertions to
register Anomaly records instead

Fix/improve some of the __str__ representations
2017-04-20 23:04:24 +01:00
src/apple2disk Add a container.Container() type that carries a list of Anomaly() 2017-04-20 23:04:24 +01:00
LICENSE Initial commit 2017-04-15 21:33:30 +01:00
README.md Initial commit 2017-04-15 21:33:30 +01:00

pyapple2disk

Python libraries for parsing Apple II disk images