.gitignore
.readthedocs.yml
LICENSE
README.md
setup.cfg
setup.py
.github/workflows/ci.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/css/custom.css
docs/api/models.rst
docs/api/types.rst
docs/api/unset.rst
docs/basics/quickstart.rst
docs/guide/test.rst
examples/__init__.py
examples/01_overview_example/README.md
examples/01_overview_example/main.py
examples/01_overview_example/student.proto
examples/01_overview_example/student_pb2.py
schematics_proto3/__init__.py
schematics_proto3/enum.py
schematics_proto3/models.py
schematics_proto3/oneof.py
schematics_proto3/unset.py
schematics_proto3/utils.py
schematics_proto3.egg-info/PKG-INFO
schematics_proto3.egg-info/SOURCES.txt
schematics_proto3.egg-info/dependency_links.txt
schematics_proto3.egg-info/not-zip-safe
schematics_proto3.egg-info/requires.txt
schematics_proto3.egg-info/top_level.txt
schematics_proto3/types/__init__.py
schematics_proto3/types/base.py
schematics_proto3/types/enum.py
schematics_proto3/types/message.py
schematics_proto3/types/oneof.py
schematics_proto3/types/repeated.py
schematics_proto3/types/wrappers.py
setup_commands/__init__.py
setup_commands/clean.py
setup_commands/protoc.py
setup_commands/pylint.py
tests/__init__.py
tests/conftest.py
tests/schematics_proto3_tests.proto
tests/schematics_proto3_tests_pb2.py
tests/loading/__init__.py
tests/loading/test_nested.py
tests/loading/enum/__init__.py
tests/loading/enum/test_oneof.py
tests/loading/enum/test_repeated.py
tests/loading/enum/test_simple.py
tests/loading/oneof/__init__.py
tests/loading/oneof/test_nested.py
tests/loading/oneof/test_primitive.py
tests/loading/primitives/__init__.py
tests/loading/primitives/common.py
tests/loading/primitives/test_bool.py
tests/loading/primitives/test_double.py
tests/loading/primitives/test_float.py
tests/loading/primitives/test_int32.py
tests/loading/primitives/test_int64.py
tests/loading/primitives/test_string.py
tests/loading/primitives/test_uint32.py
tests/loading/primitives/test_uint64.py
tests/loading/repeated/__init__.py
tests/loading/repeated/test_nested.py
tests/loading/repeated/test_primitive.py
tests/loading/repeated/test_wrapped.py
tests/loading/wrappers/__init__.py
tests/loading/wrappers/common.py
tests/loading/wrappers/test_bool.py
tests/loading/wrappers/test_bytes.py
tests/loading/wrappers/test_double.py
tests/loading/wrappers/test_float.py
tests/loading/wrappers/test_int32.py
tests/loading/wrappers/test_int64.py
tests/loading/wrappers/test_string.py
tests/loading/wrappers/test_uint32.py
tests/loading/wrappers/test_uint64.py
tests/serializing/__init__.py
tests/serializing/oneof/__init__.py
tests/serializing/oneof/test_nested.py
tests/serializing/oneof/test_primitive.py
tests/serializing/primitives/__init__.py
tests/serializing/primitives/common.py
tests/serializing/primitives/test_bool.py
tests/serializing/primitives/test_double.py
tests/serializing/primitives/test_float.py
tests/serializing/primitives/test_int32.py
tests/serializing/primitives/test_int64.py
tests/serializing/primitives/test_string.py
tests/serializing/primitives/test_uint32.py
tests/serializing/primitives/test_uint64.py
tests/serializing/wrappers/__init__.py
tests/serializing/wrappers/common.py
tests/serializing/wrappers/test_bool.py
tests/serializing/wrappers/test_double.py
tests/serializing/wrappers/test_float.py
tests/serializing/wrappers/test_int32.py
tests/serializing/wrappers/test_int64.py
tests/serializing/wrappers/test_uint32.py
tests/serializing/wrappers/test_uint64.py
tests/utils/__init__.py
tests/utils/randoms.py
tests/utils/wire.py
toolscfg/pylintrc