.gitignore
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
.github/workflows/codeql-analysis.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/CONTRIBUTING.rst
docs/Makefile
docs/conf.py
docs/index.rst
docs/pyfatfs.DosDateTime.rst
docs/pyfatfs.EightDotThree.rst
docs/pyfatfs.FATDirectoryEntry.rst
docs/pyfatfs.FatIO.rst
docs/pyfatfs.PyFat.rst
docs/pyfatfs.PyFatFS.rst
docs/pyfatfs.PyFatFSOpener.rst
docs/pyfatfs.exceptions.rst
docs/pyfilesystem2_quickstart.rst
pyfatfs/BootSectorHeader.py
pyfatfs/DosDateTime.py
pyfatfs/EightDotThree.py
pyfatfs/FATDirectoryEntry.py
pyfatfs/FSInfo.py
pyfatfs/FatIO.py
pyfatfs/PyFat.py
pyfatfs/PyFatFS.py
pyfatfs/PyFatFSOpener.py
pyfatfs/__init__.py
pyfatfs/_exceptions.py
pyfatfs.egg-info/PKG-INFO
pyfatfs.egg-info/SOURCES.txt
pyfatfs.egg-info/dependency_links.txt
pyfatfs.egg-info/entry_points.txt
pyfatfs.egg-info/requires.txt
pyfatfs.egg-info/top_level.txt
requirements/development.txt
requirements/install.txt
requirements/tasks.txt
requirements/test.txt
requirements/in/tasks.in
requirements/in/test.in
tests/test_BootSectorHeader.py
tests/test_DosDateTime.py
tests/test_EightDotThree.py
tests/test_FATDirectoryEntry.py
tests/test_FSInfo.py
tests/test_PyFat.py
tests/test_PyFatFS.py