README.md
pyproject.toml
tests/test_backend_base.py
tests/test_backend_linux.py
tests/test_backend_macos.py
tests/test_backend_windows.py
tests/test_clipboard.py
tests/test_data_types.py
tests/test_exceptions.py
tests/test_integration.py
tests/test_platform.py
zclipboard/__init__.py
zclipboard/clipboard.py
zclipboard/data_types.py
zclipboard/exceptions.py
zclipboard/py.typed
zclipboard.egg-info/PKG-INFO
zclipboard.egg-info/SOURCES.txt
zclipboard.egg-info/dependency_links.txt
zclipboard.egg-info/requires.txt
zclipboard.egg-info/top_level.txt
zclipboard/backends/__init__.py
zclipboard/backends/base.py
zclipboard/backends/linux.py
zclipboard/backends/macos.py
zclipboard/backends/windows.py