emod_api.migration.client.client module

emod_api.migration.client.client.run(input_file: pathlib.Path, parameters: dict)None

Run a client that tries to connect the url given in parameters. The client will do a Post operation with the parameters given in parameters.

Parameters
  • input_file – Path to the demographics file.

  • parameters – Dictionary containing the server url and the parameters for model calculation.