.gitignore
.pre-commit-config.yaml
.pylintrc
README.md
pyproject.toml
requirements.txt
setup.cfg
./fluxvis/__init__.py
./fluxvis/__main__.py
./fluxvis/__version__.py
./fluxvis/a2rchery.py
./fluxvis/invpolar.py
./fluxvis/greaseweazle/__init__.py
./fluxvis/greaseweazle/error.py
./fluxvis/greaseweazle/flux.py
./fluxvis/greaseweazle/track.py
./fluxvis/greaseweazle/codec/__init__.py
./fluxvis/greaseweazle/codec/formats.py
./fluxvis/greaseweazle/image/__init__.py
./fluxvis/greaseweazle/image/acorn.py
./fluxvis/greaseweazle/image/adf.py
./fluxvis/greaseweazle/image/d81.py
./fluxvis/greaseweazle/image/edsk.py
./fluxvis/greaseweazle/image/hfe.py
./fluxvis/greaseweazle/image/image.py
./fluxvis/greaseweazle/image/img.py
./fluxvis/greaseweazle/image/ipf.py
./fluxvis/greaseweazle/image/kryoflux.py
./fluxvis/greaseweazle/image/scp.py
./fluxvis/greaseweazle/image/sf7.py
./fluxvis/greaseweazle/tools/__init__.py
./fluxvis/greaseweazle/tools/util.py
.github/workflows/build.yml
.github/workflows/failure-help-text.yml
.github/workflows/release.yml
.reuse/dep5
LICENSES/CC-BY-4.0.txt
LICENSES/CC0-1.0.txt
LICENSES/MIT.txt
LICENSES/Unlicense.txt
etc/disk.jpg
etc/disk.jpg.license
etc/diskcolor.jpg
etc/diskcolor.jpg.license
etc/update-img.sh
etc/update-img.sh.license
fluxvis/__init__.py
fluxvis/__main__.py
fluxvis/a2rchery.py
fluxvis/invpolar.py
fluxvis.egg-info/PKG-INFO
fluxvis.egg-info/SOURCES.txt
fluxvis.egg-info/dependency_links.txt
fluxvis.egg-info/entry_points.txt
fluxvis.egg-info/requires.txt
fluxvis.egg-info/top_level.txt
fluxvis/greaseweazle/__init__.py
fluxvis/greaseweazle/error.py
fluxvis/greaseweazle/flux.py
fluxvis/greaseweazle/track.py
fluxvis/greaseweazle/codec/__init__.py
fluxvis/greaseweazle/codec/formats.py
fluxvis/greaseweazle/codec/amiga/__init__.py
fluxvis/greaseweazle/codec/amiga/amigados.py
fluxvis/greaseweazle/codec/ibm/__init__.py
fluxvis/greaseweazle/codec/ibm/fm.py
fluxvis/greaseweazle/codec/ibm/mfm.py
fluxvis/greaseweazle/image/__init__.py
fluxvis/greaseweazle/image/acorn.py
fluxvis/greaseweazle/image/adf.py
fluxvis/greaseweazle/image/d81.py
fluxvis/greaseweazle/image/edsk.py
fluxvis/greaseweazle/image/hfe.py
fluxvis/greaseweazle/image/image.py
fluxvis/greaseweazle/image/img.py
fluxvis/greaseweazle/image/ipf.py
fluxvis/greaseweazle/image/kryoflux.py
fluxvis/greaseweazle/image/scp.py
fluxvis/greaseweazle/image/sf7.py
fluxvis/greaseweazle/tools/__init__.py
fluxvis/greaseweazle/tools/util.py