const module
pdbstore constants.
- pdbstore.const.ADMIN_DIRNAME = '000Admin'
Predefined directory for symbol store administration
- pdbstore.const.ENV_PDBSTORE_CFG = 'PDBSTORE_CFG'
Define list of configuration files
It can be a path to a local configuration to be used to configure pdbstore with appropriate default values
- pdbstore.const.ENV_PDBSTORE_COLOR_DARK = 'PDBSTORE_COLOR_DARK'
Use dark ANSI color scheme.
It must be different from 0 to enforce dark colors
- pdbstore.const.ENV_PDBSTORE_STORAGE_DIR = 'PDBSTORE_STORAGE_DIR'
Root directory for the symbol store
It can be a path to a local directory where all symbol store files will be stored
- pdbstore.const.ENV_PDBSTORE_VERBOSE = 'PDBSTORE_VERBOSE'
Indicate if verbose output is required
When set to 1, pdbstore will also print debug messages, else only info, warning and error messages are print.
- pdbstore.const.HISTORY_FILENAME = 'history.txt'
The symbol store history file name.
This file contains the full history, so
addanddeltransactions can be present
- pdbstore.const.LASTID_FILENAME = 'lastid.txt'
The file containing the last transaction id
- pdbstore.const.PINGME_FILENAME = 'pingme.txt'
The file defining the date/time of the latest modification
- pdbstore.const.SERVER_FILENAME = 'server.txt'
The server symbol store file containing only
addtransactions history
- pdbstore.const.USER_AGENT = 'pdbstore/1.1.0'
Predefined user-agent for HTTP/HTTPS requests