lunapi.resources ================ .. py:module:: lunapi.resources .. autoapi-nested-parse:: Static resource defaults and version helpers. Exports Docker-oriented model/resource defaults and package/backend version introspection helpers. Attributes ---------- .. autoapisummary:: lunapi.resources.lp_version Classes ------- .. autoapisummary:: lunapi.resources.resources Functions --------- .. autoapisummary:: lunapi.resources.version Module Contents --------------- .. py:class:: resources Default resource locations used by high-level convenience wrappers. .. rubric:: Notes These paths are primarily intended for containerized environments where POPS/model resources are mounted in known locations. .. py:attribute:: POPS_PATH :value: '/build/nsrr/common/resources/pops/' .. py:attribute:: POPS_LIB :value: 's2' .. py:attribute:: MODEL_PATH :value: '/build/luna-models/' .. py:data:: lp_version :value: '1.4.4' .. py:function:: version() Return version metadata for both the Python package and the C++ backend. :returns: ``{'lunapi': '', 'luna': ''}`` :rtype: dict