python-packaging

Crates.iopython-packaging
lib.rspython-packaging
version0.16.0
sourcesrc
created_at2020-10-12 07:08:29.621321
updated_at2022-12-29 23:52:41.969104
descriptionPython packaging primitives implemented in Rust
homepagehttps://github.com/indygreg/PyOxidizer
repositoryhttps://github.com/indygreg/PyOxidizer.git
max_upload_size
id298578
size466,963
Gregory Szorc (indygreg)

documentation

README

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
Commit count: 6697

cargo fmt