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§
- Package
Registry - Registry for package categorization