On 14. 04. 21 15:55, Toshio Kuratomi wrote:
On Wed, Apr 14, 2021 at 5:18 AM Miro Hrončok wrote:
Hello Pythonistas.
I'd like to be able to automatically handle Python "namespace" packages from our
packaging macros.
The problem:
Several Python packages share a "namespace", let's take an artif
On Wed, Apr 14, 2021 at 5:18 AM Miro Hrončok wrote:
>
> Hello Pythonistas.
>
> I'd like to be able to automatically handle Python "namespace" packages from
> our
> packaging macros.
>
> The problem:
>
> Several Python packages share a "namespace", let's take an artificial example
> with food.spam
Hello Pythonistas.
I'd like to be able to automatically handle Python "namespace" packages from our
packaging macros.
The problem:
Several Python packages share a "namespace", let's take an artificial example
with food.spam and food.eggs Python packages.
1. the Python packages both have si