LICENSE
MANIFEST.in
Makefile
README.rst
setup.py
messi/__init__.py
messi/__main__.py
messi/generate.py
messi/version.py
messi.egg-info/PKG-INFO
messi.egg-info/SOURCES.txt
messi.egg-info/dependency_links.txt
messi.egg-info/entry_points.txt
messi.egg-info/requires.txt
messi.egg-info/top_level.txt
messi/c_source/__init__.py
messi/c_source/templates/async/client.c
messi/c_source/templates/async/client.h
messi/c_source/templates/async/server.c
messi/c_source/templates/async/server.h
messi/c_source/templates/linux/client.c
messi/c_source/templates/linux/client.h
messi/c_source/templates/linux/server.c
messi/c_source/templates/linux/server.h
messi/py_source/__init__.py
messi/py_source/templates/client.py
tests/__init__.py
tests/test_client.py
tests/test_command_line.py
tests/files/chat/chat.proto
tests/files/chat/chat_client.py
tests/files/chat/async/chat_client.c
tests/files/chat/async/chat_client.h
tests/files/chat/async/chat_server.c
tests/files/chat/async/chat_server.h
tests/files/chat/linux/chat_client.c
tests/files/chat/linux/chat_client.h
tests/files/chat/linux/chat_server.c
tests/files/chat/linux/chat_server.h
tests/files/imported/imported.proto
tests/files/imported/types_not_package_name.proto
tests/files/imported/linux/imported_client.c
tests/files/imported/linux/imported_client.h
tests/files/imported/linux/imported_server.c
tests/files/imported/linux/imported_server.h
tests/files/my_protocol/my_protocol.proto
tests/files/my_protocol/my_protocol_client.py
tests/files/my_protocol/async/my_protocol_client.c
tests/files/my_protocol/async/my_protocol_client.h
tests/files/my_protocol/async/my_protocol_server.c
tests/files/my_protocol/async/my_protocol_server.h
tests/files/my_protocol/linux/my_protocol_client.c
tests/files/my_protocol/linux/my_protocol_client.h
tests/files/my_protocol/linux/my_protocol_server.c
tests/files/my_protocol/linux/my_protocol_server.h