7 releases (breaking)
0.9.0 | Dec 29, 2022 |
---|---|
0.8.0 | Nov 8, 2022 |
0.7.0 | Jun 5, 2022 |
0.6.0 | Jun 5, 2022 |
0.3.0 | Oct 25, 2021 |
#882 in Filesystem
13,120 downloads per month
Used in pyembed
790KB
17K
SLoC
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/.
lib.rs
:
oxidized_importer Python extension.
Dependencies
~10–19MB
~299K SLoC