Suppose I've uploaded a package called foobar
to PyPI. Because the package is a Django module, I'd also like to publish it as django-foobar
.
What is the general consensus towards releasing the same package under multiple names? Is it allowed or forbidden? Encouraged or discouraged?
(To prevent this question from appearing or becoming too opinion-based, I'm hoping someone can point me to some specific, published norms or obvious precedents. Thank you!)