Crate python_packaging

source ·
Expand description

Python Packaging Implemented in Rust

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

Modules

Work with Python bytecode.
Scanning the filesystem for Python resources.
Functionality related to running Python interpreters.
Functionality for building a library containing Python
Functionality related to resource locations.
Utility functions related to Python modules.
Working with Python package metadata (i.e. .pkg-info directories)
Functionality for defining how Python resources should be packaged.
Utility functions related to Python source code.
Defines types representing Python resources.
Functionality for collecting Python resources.
Interact with Python wheel files.
Functionality for creating wheels.
Functionality for building .zip file based Python applications.