15 breaking releases

0.16.0 Dec 29, 2022
0.15.0 Nov 8, 2022
0.14.0 Jun 5, 2022
0.12.0 Mar 6, 2022
0.3.0 Nov 8, 2020

#1127 in Rust patterns

Download history 1571/week @ 2024-03-14 1889/week @ 2024-03-21 1975/week @ 2024-03-28 2245/week @ 2024-04-04 2503/week @ 2024-04-11 2235/week @ 2024-04-18 2727/week @ 2024-04-25 2667/week @ 2024-05-02 2433/week @ 2024-05-09 2850/week @ 2024-05-16 3287/week @ 2024-05-23 3560/week @ 2024-05-30 2708/week @ 2024-06-06 2938/week @ 2024-06-13 3335/week @ 2024-06-20 2516/week @ 2024-06-27

12,147 downloads per month
Used in 4 crates

MIT/Apache

585KB
13K SLoC

About

This crate contains data structures and functions related to Python packaging. It's goal is to support interacting with Python resources and performing packaging-like mechanisms without the involvement of Python.

This crate is developed as part of the PyOxidizer project. But it can be used without PyOxidizer.

Getting Started

This crate defines a Rust library. There's nothing special about the library and it can be operated on like a typical Rust crate:

$ cargo build
$ cargo test
$ cargo doc

lib.rs:

Python Packaging Implemented in Rust

This crate exposes functionality for interacting with Python resources and packaging facilities.

Dependencies

~7–17MB
~256K SLoC