README.md
setup.py
swimai/__init__.py
swimai.egg-info/PKG-INFO
swimai.egg-info/SOURCES.txt
swimai.egg-info/dependency_links.txt
swimai.egg-info/requires.txt
swimai.egg-info/top_level.txt
swimai/client/__init__.py
swimai/client/connections.py
swimai/client/swim_client.py
swimai/client/utils.py
swimai/client/downlinks/__init__.py
swimai/client/downlinks/downlink_utils.py
swimai/client/downlinks/downlinks.py
swimai/recon/__init__.py
swimai/recon/parsers.py
swimai/recon/recon.py
swimai/recon/utils.py
swimai/recon/writers.py
swimai/structures/__init__.py
swimai/structures/structs.py
swimai/warp/__init__.py
swimai/warp/warp.py
test/client/__init__.py
test/client/test_connections.py
test/client/test_swim_client.py
test/client/test_utils.py
test/recon/__init__.py
test/recon/test_parsers.py
test/recon/test_recon.py
test/recon/test_utils.py
test/recon/test_writers.py
test/structures/__init__.py
test/structures/test_structs.py
test/warp/__init__.py
test/warp/test_envelope_parse.py
test/warp/test_envelope_write.py
test/warp/test_envelopes.py
test/warp/test_forms.py