pymetkit.experimental.mars2mars =============================== .. py:module:: pymetkit.experimental.mars2mars Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/pymetkit/experimental/mars2mars/mars2mars/index Classes ------- .. autoapisummary:: pymetkit.experimental.mars2mars.Mars2Mars Package Contents ---------------- .. py:class:: Mars2Mars(options: dict = {}) Mars2Mars .. py:attribute:: _mars2mars .. py:method:: convert(mars_request: pymetkit.pymetkit.MarsRequest | dict[Any, Any]) -> tuple[dict[Any, Any], dict[Any, Any]] Convert a mars request Note: ----- If you plan to encode the output of Mars2Mars' convert method, call it with a typed python dictionary, as the types are internally needed. Hand the result of that operation to this encode method (it currently doesn't support MarsRequests). :return: Tuple of misc and mars dictionary