huntsman.drp.utils.pyro

Functions

astropy_to_dict(obj)

Serializer function for Astropy objects using astropy.io.misc.yaml.dump().

dict_to_astropy(class_name, d)

Deserializer function for Astropy objects using astropy.io.misc.yaml.load().

wait_for_nameserver([timeout])

Simple function to wait until nameserver is available.

Classes

NameServer([host, port, connect])

Class to start or connect to the Pyro nameserver given a config file.

PyroService(server_instance, pyro_name[, ...])

Class used to start and stop pyro services.