LICENSE
MANIFEST.in
README.md
requirements.txt
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/_downlinks.py
swimai/client/_downlinks/_utils.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/__init__.py
test/utils.py
test/client/__init__.py
test/client/test_connections.py
test/client/test_swim_client.py
test/client/test_utils.py
test/client/downlinks/__init__.py
test/client/downlinks/test_downlink_utils.py
test/client/downlinks/test_downlinks.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/expected_strings.txt
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