-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider renaming? #41
Labels
Milestone
Comments
Nice idea. We can consider to add alias, not renaming. |
That won't solve my case, but it's good enough, it might be good to also mention this inconsistency on pypi page (mongo docs already warn about name collision with this package) |
I will change name to pybson. import pybson |
I uploaded pypi which names |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a project witch among others depends on 2 libraries, one of them depends on standalone
bson
package, and other depends onpymongo
.Now because
pymongo
from unknown to me reasons also exposes top-levelbson
module, with different API; this creates a shadowing problem, that is dependent on order of dependencies installation :/Currently to get around it I have to do on my top-level package monkey-patching like that:
Could we consider renaming the top-level package, with an alias for BC?
The text was updated successfully, but these errors were encountered: