platform_db.knowledge_base
==========================

.. py:module:: platform_db.knowledge_base

.. autoapi-nested-parse::

   Knowledge base for CPU, OS, and Platform informations.

   Note that even if this is pure data this is not stored as a yaml. This
   knowledge base is very often read and the cost of parsing the data can
   be significant in some context.



Attributes
----------

.. autoapisummary::

   platform_db.knowledge_base.CPU_INFO
   platform_db.knowledge_base.OS_INFO
   platform_db.knowledge_base.PLATFORM_INFO
   platform_db.knowledge_base.BUILD_TARGETS
   platform_db.knowledge_base.HOST_GUESS


Module Contents
---------------

.. py:data:: CPU_INFO
   :type:  e3.platform_db.PlatformDBEntry

.. py:data:: OS_INFO
   :type:  e3.platform_db.PlatformDBEntry

.. py:data:: PLATFORM_INFO
   :type:  e3.platform_db.PlatformDBEntry

.. py:data:: BUILD_TARGETS
   :type:  e3.platform_db.PlatformDBEntry

.. py:data:: HOST_GUESS
   :type:  e3.platform_db.PlatformDBEntry

