LICENSE
README.md
pyproject.toml
setup.cfg
serialfilecopy/__init__.py
serialfilecopy/__main__.py
serialfilecopy/cli.py
serialfilecopy.egg-info/PKG-INFO
serialfilecopy.egg-info/SOURCES.txt
serialfilecopy.egg-info/dependency_links.txt
serialfilecopy.egg-info/entry_points.txt
serialfilecopy.egg-info/requires.txt
serialfilecopy.egg-info/top_level.txt
serialfilecopy/support/__init__.py
serialfilecopy/support/app_controller.py
serialfilecopy/support/exceptions.py
serialfilecopy/support/progress_bar.py
serialfilecopy/support/serial_manage.py
serialfilecopy/support/version.py
tests/test_app_controller.py
tests/test_cli.py