.gitignore
LICENSE
Makefile
README.md
setup.cfg
setup.py
d64/__init__.py
d64/bam.py
d64/basic_file.py
d64/binary_file.py
d64/block.py
d64/d64_image.py
d64/dir_entry.py
d64/disk_image.py
d64/dos_image.py
d64/dos_path.py
d64/exceptions.py
d64/file.py
d64/side_sector.py
d64/vic20.py
d64.egg-info/PKG-INFO
d64.egg-info/SOURCES.txt
d64.egg-info/dependency_links.txt
d64.egg-info/entry_points.txt
d64.egg-info/top_level.txt
d64/scripts/__init__.py
d64/scripts/d64_fsck.py
examples/basic_prg_list.py
examples/bin_prg_dump.py
examples/dir_list.py
scripts/bin_diff.py
test/binary.py
test/mock_bam.py
test/mock_block.py
test/test_bam.py
test/test_basic_read.py
test/test_block.py
test/test_d64_fsck.py
test/test_d64_image.py
test/test_dir_entry.py
test/test_dos_image.py
test/test_dos_path.py
test/test_dos_wildcard.py
test/test_expansion.py
test/test_file.py
test/test_side_sector.py
test/data/test.d64