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.