Module registry

Module registry 

Source
Expand description

Package registry for categorizing Python imports

This module provides a configurable registry for determining whether packages are standard library, third-party, or local imports. Users can update these registries at runtime to handle custom packages or Python version differences.

Modules§

constants
Default package lists for registry initialization

Structs§

PackageRegistry
Registry for package categorization