.gitignore
.travis.yml
LICENSE
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.cfg
setup.py
examples/__init__.py
examples/simple.py
images/recording.svg
ocopy/__init__.py
ocopy/copy.py
ocopy/file_info.py
ocopy/hash.py
ocopy/mhl.py
ocopy/progress.py
ocopy/utils.py
ocopy.egg-info/PKG-INFO
ocopy.egg-info/SOURCES.txt
ocopy.egg-info/dependency_links.txt
ocopy.egg-info/entry_points.txt
ocopy.egg-info/requires.txt
ocopy.egg-info/top_level.txt
ocopy/cli/__init__.py
ocopy/cli/ocopy.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_copy.py
tests/test_examples.py
tests/test_mhl.py
tests/test_utils.py