| Crates.io | python-packaging |
| lib.rs | python-packaging |
| version | 0.16.0 |
| created_at | 2020-10-12 07:08:29.621321+00 |
| updated_at | 2022-12-29 23:52:41.969104+00 |
| description | Python packaging primitives implemented in Rust |
| homepage | https://github.com/indygreg/PyOxidizer |
| repository | https://github.com/indygreg/PyOxidizer.git |
| max_upload_size | |
| id | 298578 |
| size | 466,963 |
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.
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