paws.core.operations.IO.PIF package

Submodules

paws.core.operations.IO.PIF.CheckDataSet module

class paws.core.operations.IO.PIF.CheckDataSet.CheckDataSet[source]

Bases: paws.core.operations.Operation.Operation

Take a Citrination client as input and use it to query a data set. Output some indication of whether or not the query was successful.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.IO.PIF.SavePIFAsJSON module

class paws.core.operations.IO.PIF.SavePIFAsJSON.SavePIFAsJSON[source]

Bases: paws.core.operations.Operation.Operation

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.IO.PIF.ShipJSON module

class paws.core.operations.IO.PIF.ShipJSON.ShipJSON[source]

Bases: paws.core.operations.Operation.Operation

Take a .json file containing a pif or array of pifs, ship it to a Citrination data set.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

paws.core.operations.IO.PIF.ShipToDataSet module

class paws.core.operations.IO.PIF.ShipToDataSet.ShipToDataSet[source]

Bases: paws.core.operations.Operation.Operation

Take a pypif.obj.System object and ship it to a given Citrination data set.

run()[source]

Operation.run() should use the Operation.inputs and set values for all of the items in Operation.outputs.

Module contents