.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/publish.yml
.github/workflows/test.yml
demo/nuvieplayer1.0.prg
demo/play.sh
docs/FORMAT.md
research/ENCODING.md
research/FLI_THEORY.md
research/test_fli_basics.py
research/nuviemaker_flibug/NOTES.md
research/nuviemaker_flibug/cmp_displayer.bin
research/nuviemaker_flibug/dis6502.py
research/nuviemaker_flibug/gen_full.bin
research/nuviemaker_flibug/gen_nuftab.bin
research/nuviemaker_flibug/gen_window.bin
research/nuviemaker_flibug/lv.nuf
research/nuviemaker_flibug/lv_displayer.bin
research/nuviemaker_flibug/lv_slot.bin
research/nuviemaker_flibug/nm_code.bin
research/nuviemaker_flibug/nm_high.bin
research/nuviemaker_flibug/stripes.nuf
research/nuviemaker_flibug/stripes_displayer.bin
research/nuviemaker_flibug/vd_dumpcode.py
research/nuviemaker_flibug/vd_dumphi.py
research/nuviemaker_flibug/vd_findgen.py
research/nuviemaker_flibug/vd_lv.py
research/nuviemaker_flibug/vd_stripes.py
research/nuviemaker_pack/NOTES.md
research/nuviemaker_pack/pack_table.json
src/nuvie/__init__.py
src/nuvie/_clean.py
src/nuvie/_displayer.py
src/nuvie/_flibug.py
src/nuvie/_mufflon_driver.py
src/nuvie/cli.py
src/nuvie/encode.py
src/nuvie/music.py
src/nuvie/nufli.py
src/nuvie/pack.py
src/nuvie/palette.py
src/nuvie/playlist.py
src/nuvie/reu.py
src/nuvie/slotmap.py
src/nuvie/testpattern.py
src/nuvie/data/displayer_template.bin
src/nuvie/data/pack_source.bin
src/nuvie/data/pack_table.json
src/nuvie/data/slotmap.json
src/pynuvie.egg-info/PKG-INFO
src/pynuvie.egg-info/SOURCES.txt
src/pynuvie.egg-info/dependency_links.txt
src/pynuvie.egg-info/entry_points.txt
src/pynuvie.egg-info/requires.txt
src/pynuvie.egg-info/top_level.txt
tests/test_cli.py
tests/test_displayer.py
tests/test_encode.py
tests/test_flibug.py
tests/test_lint.py
tests/test_mufflon_driver.py
tests/test_music.py
tests/test_nufli.py
tests/test_pack.py
tests/test_playlist.py
tests/test_reu.py
tests/test_testpattern.py
tests/fixtures/nufli_sample.nuf
tests/fixtures/nufli_sample_result.png
tests/fixtures/pack_sample_slot.bin
tests/integration/README.md
tests/integration/make_movie.py
tests/integration/verify_decode.py
tests/integration/verify_encode.py