.gitignore
README.md
pyproject.toml
requirements.txt
.github/workflows/check.yml
.github/workflows/publish.yml
aiofix/__init__.py
aiofix/client.py
aiofix/engine_streams.py
aiofix/message.py
aiofix/msgtype.py
aiofix/py.typed
aiofix/server.py
aiofix/spec.py
aiofix/tags.py
aiofix/validator.py
aiofixproto.egg-info/PKG-INFO
aiofixproto.egg-info/SOURCES.txt
aiofixproto.egg-info/dependency_links.txt
aiofixproto.egg-info/top_level.txt
tests/__init__.py
tests/test_message.py
tests/test_spec.py
tests/test_validator.py