README.md
pyproject.toml
protomorph/__init__.py
protomorph.egg-info/PKG-INFO
protomorph.egg-info/SOURCES.txt
protomorph.egg-info/dependency_links.txt
protomorph.egg-info/requires.txt
protomorph.egg-info/top_level.txt
protomorph/core/__init__.py
protomorph/core/json_utils.py
protomorph/core/packet_utils.py
protomorph/core/protocol/__init__.py
protomorph/core/protocol/constants.py
protomorph/core/protocol/types.py
protomorph/core/serialization/__init__.py
protomorph/core/serialization/meta.py
protomorph/core/serialization/serializer.py
protomorph/core/serialization/varint.py
protomorph/core/serialization/zigzag.py
protomorph/core/utils/__init__.py
protomorph/core/utils/crc.py
protomorph/models/__init__.py
protomorph/models/config/__init__.py
protomorph/models/config/config.py
protomorph/models/config/parser.py
protomorph/models/config/serializer.py
protomorph/models/converters/__init__.py
protomorph/models/converters/meta_utils.py
protomorph/packets/__init__.py
protomorph/packets/base/__init__.py
protomorph/packets/base/packet.py
protomorph/packets/messages/__init__.py
protomorph/packets/messages/auth.py
protomorph/packets/messages/config.py
protomorph/transport/__init__.py
protomorph/transport/nats/__init__.py
tests/test_basic.py