- Notifications
You must be signed in to change notification settings - Fork 0
Move to vendor namespace #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Summary
Rename base
pifpackage namespace to prevent potential conflictsDetails
Currently, the package uses the base
pifnamespace which can create conflicts with other packages such thepifpackage . This prevents a couple of potential issues:python-injection-frameworkandpifpifbase namespaceBoth scenarios can cause unpredictable behavior during pip installation as package precedence becomes arbitrary.