Python setuptools: How to specify a package aliases a third party package?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Python setuptools: How to specify a package aliases a third party package?



If I have a package foobar, I want it to tell pip/setuptools that it also provides package vendor. So that when I later install another third party package that depends on the vendor package, it sees that foobar is installed, and therefore won't install the vendor package. Is this possible?


foobar


vendor


vendor


foobar


vendor









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Stripe::AuthenticationError No API key provided. Set your API key using “Stripe.api_key = ”

CRM reporting Extension - SSRS instance is blank

Keycloak server returning user_not_found error when user is already imported with LDAP