.. _mlrun.package.packagers.python_standard_library_packagers.BytesPackager:

mlrun.package.packagers.python\_standard\_library\_packagers.BytesPackager
==========================================================================

.. currentmodule:: mlrun.package.packagers.python_standard_library_packagers

.. autoclass:: BytesPackager
   :show-inheritance:

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~BytesPackager.DEFAULT_PACKING_ARTIFACT_TYPE
      ~BytesPackager.DEFAULT_UNPACKING_ARTIFACT_TYPE
      ~BytesPackager.PACK_SUBCLASSES
      ~BytesPackager.PRIORITY
      ~BytesPackager.future_clearing_path_list
      ~BytesPackager.priority

   
   .. autoattribute:: DEFAULT_PACKING_ARTIFACT_TYPE
   .. autoattribute:: DEFAULT_UNPACKING_ARTIFACT_TYPE
   .. autoattribute:: PACK_SUBCLASSES
   .. autoattribute:: PRIORITY
   .. autoattribute:: future_clearing_path_list
   .. autoattribute:: priority

   
   


   
   
   .. rubric:: Methods

   .. autosummary::
   
      ~BytesPackager.__init__
      ~BytesPackager.add_future_clearing_path
      ~BytesPackager.get_data_item_local_path
      ~BytesPackager.get_default_packing_artifact_type
      ~BytesPackager.get_default_unpacking_artifact_type
      ~BytesPackager.get_supported_artifact_types
      ~BytesPackager.is_packable
      ~BytesPackager.is_unpackable
      ~BytesPackager.pack
      ~BytesPackager.pack_file
      ~BytesPackager.pack_object
      ~BytesPackager.pack_result
      ~BytesPackager.unpack
      ~BytesPackager.unpack_file
      ~BytesPackager.unpack_object

   
   .. automethod:: __init__
   .. automethod:: add_future_clearing_path
   .. automethod:: get_data_item_local_path
   .. automethod:: get_default_packing_artifact_type
   .. automethod:: get_default_unpacking_artifact_type
   .. automethod:: get_supported_artifact_types
   .. automethod:: is_packable
   .. automethod:: is_unpackable
   .. automethod:: pack
   .. automethod:: pack_file
   .. automethod:: pack_object
   .. automethod:: pack_result
   .. automethod:: unpack
   .. automethod:: unpack_file
   .. automethod:: unpack_object

   
   
