.clang-format
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.py
tests.py
.github/workflows/check.yaml
.github/workflows/release.yaml
src/pasteboard/__init__.py
src/pasteboard/__init__.pyi
src/pasteboard/pasteboard.m
src/pasteboard/py.typed
src/pasteboard.egg-info/PKG-INFO
src/pasteboard.egg-info/SOURCES.txt
src/pasteboard.egg-info/dependency_links.txt
src/pasteboard.egg-info/not-zip-safe
src/pasteboard.egg-info/requires.txt
src/pasteboard.egg-info/top_level.txt
test/.gitignore
test/make-pbtest.sh
test/make-test.sh
test/pbtest.m
test/pbtest.m-example1
test/pbtest.m-example2
test/setup.py
test/test.m
test/test.m-example1
test/test.m-example2