python-oxidized-importer/docs/oxidized_importer.rst
.. py:currentmodule:: oxidized_importer
.. _oxidized_importer:
oxidized_importer Python Extensionoxidized_importer is a Python extension module maintained as part of
the PyOxidizer project that allows you to:
OxidizedFinder) to service Python import statements and
resource loading (potentially from memory).OxidizedFinder instance. This facilitates
producing a standalone resources blob that can be distributed with
a Python application which contains all the Python modules, bytecode,
etc required to power that application.oxidized_importer is automatically compiled into applications built
with PyOxidizer. It can also be built as a standalone extension module and
used with regular Python installs.
.. toctree:: :maxdepth: 2
oxidized_importer_getting_started oxidized_importer_meta_path_finders oxidized_importer_oxidized_finder oxidized_importer_behavior_and_compliance oxidized_importer_python_resource_types oxidized_importer_resource_scanning oxidized_importer_resource_files oxidized_importer_freezing_applications oxidized_importer_zip_finder oxidized_importer_known_issues oxidized_importer_security oxidized_importer_api_reference oxidized_importer_packed_resources oxidized_importer_history