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

#1006 in Rust patterns

Download history 908/week @ 2023-12-02 941/week @ 2023-12-09 1117/week @ 2023-12-16 569/week @ 2023-12-23 601/week @ 2023-12-30 1046/week @ 2024-01-06 928/week @ 2024-01-13 706/week @ 2024-01-20 826/week @ 2024-01-27 895/week @ 2024-02-03 804/week @ 2024-02-10 1583/week @ 2024-02-17 3615/week @ 2024-02-24 2023/week @ 2024-03-02 1632/week @ 2024-03-09 1313/week @ 2024-03-16

9,074 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

~9.5MB
~213K SLoC