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

#790 in Rust patterns

Download history 3203/week @ 2024-08-03 3214/week @ 2024-08-10 3449/week @ 2024-08-17 4391/week @ 2024-08-24 3946/week @ 2024-08-31 3491/week @ 2024-09-07 3046/week @ 2024-09-14 3970/week @ 2024-09-21 3146/week @ 2024-09-28 2947/week @ 2024-10-05 3420/week @ 2024-10-12 4020/week @ 2024-10-19 3086/week @ 2024-10-26 2798/week @ 2024-11-02 3443/week @ 2024-11-09 2918/week @ 2024-11-16

12,860 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–16MB
~252K SLoC