.git-blame-ignore-revs
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
CHANGELOG.rst
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-changenote.yml
.github/workflows/pre-commit-update.yml
.github/workflows/publish.yml
.github/workflows/release.yml
changes/.gitignore
changes/template.rst
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/spelling_wordlist
docs/_mocked_modules/ctypes/__init__.py
docs/_mocked_modules/ctypes/util.py
docs/_static/images/rubicon.png
docs/background/community.rst
docs/background/faq.rst
docs/background/index.rst
docs/background/releases.rst
docs/background/roadmap.rst
docs/background/success.rst
docs/how-to/async.rst
docs/how-to/c-functions.rst
docs/how-to/contribute-code.rst
docs/how-to/contribute-docs.rst
docs/how-to/get-started.rst
docs/how-to/index.rst
docs/how-to/memory-management.rst
docs/how-to/protocols.rst
docs/how-to/type-mapping.rst
docs/how-to/internal/index.rst
docs/how-to/internal/release.rst
docs/reference/index.rst
docs/reference/rubicon-objc-api.rst
docs/reference/rubicon-objc-eventloop.rst
docs/reference/rubicon-objc-runtime.rst
docs/reference/rubicon-objc-types.rst
docs/reference/rubicon-objc.rst
docs/tutorial/index.rst
docs/tutorial/tutorial-1.rst
docs/tutorial/tutorial-2.rst
src/rubicon/objc/__init__.py
src/rubicon/objc/api.py
src/rubicon/objc/collections.py
src/rubicon/objc/ctypes_patch.py
src/rubicon/objc/eventloop.py
src/rubicon/objc/runtime.py
src/rubicon/objc/types.py
src/rubicon_objc.egg-info/PKG-INFO
src/rubicon_objc.egg-info/SOURCES.txt
src/rubicon_objc.egg-info/dependency_links.txt
src/rubicon_objc.egg-info/requires.txt
src/rubicon_objc.egg-info/top_level.txt
tests/__init__.py
tests/test_NSArray.py
tests/test_NSDictionary.py
tests/test_NSString.py
tests/test_async.py
tests/test_blocks.py
tests/test_core.py
tests/test_ctypes_patch.py
tests/objc/Altered_Example.h
tests/objc/Altered_Example.m
tests/objc/BaseExample.h
tests/objc/BaseExample.m
tests/objc/Blocks.h
tests/objc/Blocks.m
tests/objc/Callback.h
tests/objc/DescriptionTester.h
tests/objc/DescriptionTester.m
tests/objc/Example.h
tests/objc/Example.m
tests/objc/Makefile
tests/objc/Protocols.h
tests/objc/SpecificExample.h
tests/objc/SpecificExample.m
tests/objc/Thing.h
tests/objc/Thing.m