LICENSE
README.md
pyproject.toml
src/standardfiles/__init__.py
src/standardfiles/__main__.py
src/standardfiles/clear.py
src/standardfiles/image.py
src/standardfiles/message.py
src/standardfiles/name.py
src/standardfiles/utils.py
src/standardfiles.egg-info/PKG-INFO
src/standardfiles.egg-info/SOURCES.txt
src/standardfiles.egg-info/dependency_links.txt
src/standardfiles.egg-info/entry_points.txt
src/standardfiles.egg-info/requires.txt
src/standardfiles.egg-info/top_level.txt
src/standardfiles/file/__init__.py
src/standardfiles/file/audio.py
src/standardfiles/file/image.py
src/standardfiles/file/pdf.py
src/standardfiles/file/utils.py
src/standardfiles/file/video.py
src/standardfiles/options/__init__.py
src/standardfiles/options/args.py
src/standardfiles/options/config.py
src/standardfiles/options/options.py
src/standardfiles/standard/__init__.py
src/standardfiles/standard/audio.py
src/standardfiles/standard/image.py
src/standardfiles/standard/pdf.py
src/standardfiles/standard/standard.py
src/standardfiles/standard/video.py