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

#284 in Compression

Download history 1572/week @ 2024-01-05 1463/week @ 2024-01-12 1284/week @ 2024-01-19 1719/week @ 2024-01-26 1342/week @ 2024-02-02 1897/week @ 2024-02-09 1488/week @ 2024-02-16 3874/week @ 2024-02-23 2872/week @ 2024-03-01 2070/week @ 2024-03-08 1896/week @ 2024-03-15 2151/week @ 2024-03-22 2512/week @ 2024-03-29 2729/week @ 2024-04-05 2754/week @ 2024-04-12 2054/week @ 2024-04-19

10,391 downloads per month
Used in pyembed

Python-2.0 OR MPL-2.0

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
~297K SLoC