python-oxidized-importer

Crates.iopython-oxidized-importer
lib.rspython-oxidized-importer
version0.9.0
sourcesrc
created_at2021-10-25 04:11:41.997079
updated_at2022-12-29 23:53:05.05259
descriptionA Rust-powered Python importer
homepagehttps://github.com/indygreg/PyOxidizer
repositoryhttps://github.com/indygreg/PyOxidizer.git
max_upload_size
id470701
size316,026
Gregory Szorc (indygreg)

documentation

README

Oxidized Importer

oxidized-importer is a Rust crate that produces a Python extension module for the oxidized_importer Python module. This module provides a Python meta path finder that can load Python resources from a pre-built index, including loading resources from memory. It also exposes functionality for scanning the filesystem for Python resources, loading those resources into the custom meta path finder, and serializing indexed data into a binary data structure that can be used for quickly loading an index of available Python resources.

This project is part of the PyOxidizer project. For more, see the documentation in the docs/ directory, rendered online at https://gregoryszorc.com/docs/python-oxidized-importer/main/.

Commit count: 6697

cargo fmt