LICENSE
README.md
setup.py
src/remotecall/__init__.py
src/remotecall/__main__.py
src/remotecall/_meta.py
src/remotecall/client.py
src/remotecall/clientfactory.py
src/remotecall/codecs.py
src/remotecall/endpoint.py
src/remotecall/errors.py
src/remotecall/exceptions.py
src/remotecall/gethandler.py
src/remotecall/posthandler.py
src/remotecall/requesthandler.py
src/remotecall/response.py
src/remotecall/server.py
src/remotecall/utils.py
src/remotecall.egg-info/PKG-INFO
src/remotecall.egg-info/SOURCES.txt
src/remotecall.egg-info/dependency_links.txt
src/remotecall.egg-info/entry_points.txt
src/remotecall.egg-info/not-zip-safe
src/remotecall.egg-info/requires.txt
src/remotecall.egg-info/top_level.txt
src/remotecall/authentication/__init__.py
src/remotecall/authentication/authenticator.py
src/remotecall/constants/__init__.py
src/remotecall/constants/headers.py
src/remotecall/constants/statuscodes.py
src/remotecall/extras/__init__.py
src/remotecall/extras/imagecodec.py
src/remotecall/extras/numpycodec.py
tests/test_call.py
tests/test_client.py
tests/test_codecs.py
tests/test_connect.py
tests/test_endpoint.py
tests/test_errors.py
tests/test_generating_api.py
tests/test_main.py
tests/test_server.py