LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
pyrobuf/__init__.py
pyrobuf/__main__.py
pyrobuf/compile.py
pyrobuf/parse_proto.py
pyrobuf/setuptools_ext.py
pyrobuf.egg-info/PKG-INFO
pyrobuf.egg-info/SOURCES.txt
pyrobuf.egg-info/dependency_links.txt
pyrobuf.egg-info/entry_points.txt
pyrobuf.egg-info/not-zip-safe
pyrobuf.egg-info/requires.txt
pyrobuf.egg-info/top_level.txt
pyrobuf/protobuf/__init__.py
pyrobuf/protobuf/templates/proto_pxd.tmpl
pyrobuf/protobuf/templates/proto_pyx.tmpl
pyrobuf/protobuf/templates/pyrobuf_list_pxd.tmpl
pyrobuf/protobuf/templates/pyrobuf_list_pyx.tmpl
pyrobuf/src/ansidecl.h
pyrobuf/src/pyrobuf_list.c
pyrobuf/src/pyrobuf_list.pxd
pyrobuf/src/pyrobuf_list.pyx
pyrobuf/src/pyrobuf_util.c
pyrobuf/src/pyrobuf_util.pxd
pyrobuf/src/pyrobuf_util.pyx
pyrobuf/src/strndup.c
tests/__init__.py
tests/conftest.py
tests/create_message.py
tests/perf_lists.py
tests/performances.py
tests/test_bool_field.py
tests/test_bytes_and_string_lists.py
tests/test_caching.py
tests/test_custom_options.py
tests/test_deprecated_field.py
tests/test_field_defaults.py
tests/test_has_field.py
tests/test_has_field_many.py
tests/test_imported_enums.py
tests/test_is_initialized.py
tests/test_issue_11.py
tests/test_issue_69.py
tests/test_items.py
tests/test_lists.py
tests/test_merge_from.py
tests/test_message.py
tests/test_message_field_types.py
tests/test_message_init_kwargs.py
tests/test_message_with_no_fields.py
tests/test_nested_issue55.py
tests/test_oneof.py
tests/test_repeated_enum.py
tests/test_signed_integer.py
tests/test_typed_lists.py
tests/test_unicode_strings.py
tests/test_unknown_field.py
tests/test_varint_encoding.py
tests/messages/__init__.py
tests/messages/test_message_pb2.py
tests/messages/test_ref_message_pb2.py
tests/test_parser/__init__.py
tests/test_parser/test_field_validity.py
tests/test_parser/test_map_field.py
tests/test_parser/test_missing_lbraces.py
tests/test_parser/test_oneof.py
tests/test_parser/test_syntax.py