-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Rename base pif package namespace to prevent potential conflicts
Details
Currently, the package uses the base pif namespace which can create conflicts with other packages such the pif package . This prevents a couple of potential issues:
- Direct conflicts when projects depend on both
python-injection-frameworkandpif - Silent conflicts through transitive dependencies where other project dependencies may rely on
pifbase namespace
Both scenarios can cause unpredictable behavior during pip installation as package precedence becomes arbitrary.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request