CHANGELOG.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
src/mypy_zope/__init__.py
src/mypy_zope/plugin.py
src/mypy_zope.egg-info/PKG-INFO
src/mypy_zope.egg-info/SOURCES.txt
src/mypy_zope.egg-info/dependency_links.txt
src/mypy_zope.egg-info/not-zip-safe
src/mypy_zope.egg-info/requires.txt
src/mypy_zope.egg-info/top_level.txt
src/zope-stubs/__init__.pyi
src/zope-stubs/interface/__init__.pyi
src/zope-stubs/interface/_compat.pyi
src/zope-stubs/interface/_flatten.pyi
src/zope-stubs/interface/_zope_interface_coptimizations.pyi
src/zope-stubs/interface/adapter.pyi
src/zope-stubs/interface/advice.pyi
src/zope-stubs/interface/declarations.pyi
src/zope-stubs/interface/document.pyi
src/zope-stubs/interface/exceptions.pyi
src/zope-stubs/interface/interface.pyi
src/zope-stubs/interface/interfaces.pyi
src/zope-stubs/interface/registry.pyi
src/zope-stubs/interface/ro.pyi
src/zope-stubs/interface/verify.pyi
src/zope-stubs/interface/common/__init__.pyi
src/zope-stubs/interface/common/idatetime.pyi
src/zope-stubs/interface/common/interfaces.pyi
src/zope-stubs/interface/common/mapping.pyi
src/zope-stubs/interface/common/sequence.pyi
src/zope-stubs/schema/__init__.pyi
src/zope-stubs/schema/_bootstrapfields.pyi
src/zope-stubs/schema/_bootstrapinterfaces.pyi
src/zope-stubs/schema/_compat.pyi
src/zope-stubs/schema/_field.pyi
src/zope-stubs/schema/_messageid.pyi
src/zope-stubs/schema/_schema.pyi
src/zope-stubs/schema/accessors.pyi
src/zope-stubs/schema/fieldproperty.pyi
src/zope-stubs/schema/interfaces.pyi
src/zope-stubs/schema/vocabulary.pyi
tests/test_samples.py
tests/samples/adaptation.py
tests/samples/classimplements.py
tests/samples/classimplements_broken_iface.py
tests/samples/classimplements_broken_impl.py
tests/samples/classimplements_wrong.py
tests/samples/contextmanager.py
tests/samples/forwardref.py
tests/samples/impl_inheritance.py
tests/samples/impl_property.py
tests/samples/incompatible_signature.py
tests/samples/innerclass.py
tests/samples/interface_annotated_attribute.py
tests/samples/interface_attribute.py
tests/samples/interface_fieldproperty.py
tests/samples/interface_getattr.py
tests/samples/interface_implications.py
tests/samples/interface_inheritance.py
tests/samples/interface_mapping.py
tests/samples/interface_meta.py
tests/samples/interface_metaclass.py
tests/samples/interface_self.py
tests/samples/interface_unknown.py
tests/samples/interface_unknown_direct.py
tests/samples/interface_unknown_inherit.py
tests/samples/multiple_implementer.py
tests/samples/multiple_inheritance.py
tests/samples/nested_definitions.py
tests/samples/no_arg_method.py
tests/samples/not_fully_implemented.py
tests/samples/open.py
tests/samples/overload.py
tests/samples/overload_readme.py
tests/samples/parameterized_types.py
tests/samples/schema_bool.py
tests/samples/schema_field_outside_inteface.py
tests/samples/schema_number.py
tests/samples/schema_text.py
tests/samples/schema_unknown_field.py
tests/samples/simple_valid.py
tests/samples/unknown_interface.py
tests/samples/unknown_metaclass.py