pulsarpy¶
The official Python client for Pulsar LIMS.
- Required Environment Variables:
- PULSAR_API_URL
- PULSAR_TOKEN
-
pulsarpy.LOG_DIR= 'Pulsarpy_Logs'¶ The directory that contains the log files created by the Model class.
-
pulsarpy.DEBUG_LOGGER_NAME= 'ppy_debug'¶ The name of the debug
logginginstance.
-
pulsarpy.ERROR_LOGGER_NAME= 'ppy_error'¶ The name of the error
logginginstance created in thepulsarpy.models.Modelclass. and referenced elsewhere.
-
pulsarpy.POST_LOGGER_NAME= 'ppy_post'¶ The name of the POST
logginginstance created in thepulsarpy.models.Modelclaass. and referenced elsewhere.
-
pulsarpy.debug_logger= <Logger ppy_debug (DEBUG)>¶ A
logginginstance that logs all messages sent to it to STDOUT.