LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
proto/__init__.py
proto/_file_info.py
proto/_package_info.py
proto/datetime_helpers.py
proto/enums.py
proto/fields.py
proto/message.py
proto/modules.py
proto/primitives.py
proto/utils.py
proto/version.py
proto/marshal/__init__.py
proto/marshal/compat.py
proto/marshal/marshal.py
proto/marshal/collections/__init__.py
proto/marshal/collections/maps.py
proto/marshal/collections/repeated.py
proto/marshal/rules/__init__.py
proto/marshal/rules/bytes.py
proto/marshal/rules/dates.py
proto/marshal/rules/enums.py
proto/marshal/rules/field_mask.py
proto/marshal/rules/message.py
proto/marshal/rules/stringy_numbers.py
proto/marshal/rules/struct.py
proto/marshal/rules/wrappers.py
proto_plus.egg-info/PKG-INFO
proto_plus.egg-info/SOURCES.txt
proto_plus.egg-info/dependency_links.txt
proto_plus.egg-info/requires.txt
proto_plus.egg-info/top_level.txt
tests/clam.py
tests/conftest.py
tests/enums_test.py
tests/mollusc.py
tests/test_datetime_helpers.py
tests/test_enum_total_ordering.py
tests/test_fields_bytes.py
tests/test_fields_composite.py
tests/test_fields_composite_string_ref.py
tests/test_fields_enum.py
tests/test_fields_int.py
tests/test_fields_map_composite.py
tests/test_fields_map_scalar.py
tests/test_fields_mitigate_collision.py
tests/test_fields_oneof.py
tests/test_fields_optional.py
tests/test_fields_repeated_composite.py
tests/test_fields_repeated_scalar.py
tests/test_fields_string.py
tests/test_file_info_salting.py
tests/test_file_info_salting_with_manifest.py
tests/test_json.py
tests/test_marshal_field_mask.py
tests/test_marshal_register.py
tests/test_marshal_strict.py
tests/test_marshal_stringy_numbers.py
tests/test_marshal_types_dates.py
tests/test_marshal_types_enum.py
tests/test_marshal_types_message.py
tests/test_marshal_types_struct.py
tests/test_marshal_types_wrappers_bool.py
tests/test_message.py
tests/test_message_filename.py
tests/test_message_filename_with_and_without_manifest.py
tests/test_message_filename_with_manifest.py
tests/test_message_nested.py
tests/test_message_pickling.py
tests/test_modules.py
tests/zone.py