-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
There are at least 2 URI template packages on the PyPI: uritemplate and uritemplate.py. Both of these packages use uritemplate as the package name to be imported, which causes a conflict when both are installed (see python-hyper/uritemplate#14).
I propose that this project depend on uritemplate.py because:
uritemplate.pyis API-compatible withuritemplate, but the reverse is not true. I have confirmed that this library works with uritemplate.py.- Other projects depend on
uritemplate.py. For example, we are currently working on a project that depends on bothgithub3.py(GitHub API client) andgoogle-api-python-client. Installing both results in an immediateImportErrordue to theuritemplateconflict.
This is a simple, low-risk change that would aid compatibility with other projects.
Thoughts?
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.