Uploader Python Module¶
Contents:
This is the uploader library.
This section gives an overview of the modules, classes and methods that are exported by the Pacifica Python Uploader library: PacificaUploader.
-
class
pacifica.uploader.Uploader(**kwargs)[source]¶ Uploader class to upload the bundle to an ingest server.
This class exports methods that provide an API for connecting to and handling connections to Pacifica Ingest servers.
-
_addr= None¶
-
_auth= None¶
-
_port= None¶
-
_proto= None¶
-
_status_path= None¶
-
_status_url= None¶
-
_upload_path= None¶
-
_upload_url= None¶
-
getstate(job_id)[source]¶ Get the ingest state for a job.
This method takes a
job_idas input, and returns a JSON object, as defined by the Pacifica Ingest API for obtaining the status of the current job.
-