Crate python_packaging

Source
Expand description

Python Packaging Implemented in Rust

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

Modulesยง

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