pulsarpy

The official Python client for Pulsar LIMS.

Required Environment Variables:
  1. PULSAR_API_URL
  2. 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 logging instance.

pulsarpy.ERROR_LOGGER_NAME = 'ppy_error'

The name of the error logging instance created in the pulsarpy.models.Model class. and referenced elsewhere.

pulsarpy.POST_LOGGER_NAME = 'ppy_post'

The name of the POST logging instance created in the pulsarpy.models.Model claass. and referenced elsewhere.

pulsarpy.debug_logger = <Logger ppy_debug (DEBUG)>

A logging instance that logs all messages sent to it to STDOUT.