kaitiaki

Submodules

Attributes

__version__

stars

log

Functions

load_file(filename)

format_metallicity(Z)

debug(msgtype, message[, fatal])

General purpose debug message handler

deprecate(func)

run(lexer)

Package Contents

kaitiaki.__version__ = '1.0.0a'
kaitiaki.stars
kaitiaki.load_file(filename)
kaitiaki.format_metallicity(Z)
kaitiaki.log
kaitiaki.debug(msgtype, message, fatal=False)

General purpose debug message handler

Allows us to print to stdout when debugging (developing) and fail on production.

Parameters:
  • 'info' (msgtype {string} -- The message type to throw. Must be)

  • 'warning'

  • 'error'. (or)

  • throw. (message {string} -- The message to)

kaitiaki.deprecate(func)
kaitiaki.run(lexer)