holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Acknowledge and deal with namespaces? #27

Closed ceball closed 4 years ago

ceball commented 6 years ago

When we say we depend on package, we know what we mean, i.e. we probably want to be able to import package in python and have it work as we expect ;) But there are various complications, a few of which are illustrated below:

(Need to extract list of problems from above, decide which are actually problems, then decide where and how to solve.)