Crate python_packaging[−][src]
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. |