README.md
pyproject.toml
proto_pretty/__init__.py
proto_pretty/map_field.py
proto_pretty/message_base.py
proto_pretty/repeated_field.py
proto_pretty/wrappers.py
proto_pretty.egg-info/PKG-INFO
proto_pretty.egg-info/SOURCES.txt
proto_pretty.egg-info/dependency_links.txt
proto_pretty.egg-info/entry_points.txt
proto_pretty.egg-info/requires.txt
proto_pretty.egg-info/top_level.txt
proto_pretty/compiler/__init__.py
proto_pretty/compiler/comment_extractor.py
proto_pretty/compiler/constants.py
proto_pretty/compiler/dependency_resolver.py
proto_pretty/compiler/import_statements.py
proto_pretty/compiler/plugin.py
proto_pretty/compiler/pretty_enum.py
proto_pretty/compiler/pretty_field.py
proto_pretty/compiler/pretty_file.py
proto_pretty/compiler/pretty_message.py
proto_pretty/compiler/templates.py
proto_pretty/compiler/wkt_mapping.py
proto_pretty/compiler/templates/enum.j2
proto_pretty/compiler/templates/message_wrapper.j2
proto_pretty/compiler/templates/pretty_file.j2
proto_pretty/compiler/templates/partials/bracket_access.j2
proto_pretty/compiler/templates/partials/field_getter.j2
proto_pretty/compiler/templates/partials/field_setter.j2
proto_pretty/compiler/templates/partials/oneof_union.j2
proto_pretty/compiler/templates/partials/oneof_which_method.j2
tests/test_basic_wrapper.py
tests/test_bracket_access.py
tests/test_code_formatting.py
tests/test_comments.py
tests/test_constructor.py
tests/test_cross_file_imports.py
tests/test_enums.py
tests/test_from_pb2.py
tests/test_has_field.py
tests/test_map_fields.py
tests/test_message_with_message_field.py
tests/test_multiple_messages.py
tests/test_nested_message_declarations.py
tests/test_numeric_and_bytes_types.py
tests/test_oneof_discriminated_unions.py
tests/test_oneof_fields.py
tests/test_optional_fields.py
tests/test_repeated_fields.py
tests/test_serialization.py
tests/test_to_pb2.py
tests/test_well_known_types.py