limodou
> meide is exactly a module but not a application. I suggest that you
> see more carefully.
I understand your argumentation and do not agree with it. I'm considering,
that any application, even a tool/util application or a module, which
can live outside the core Python directory should stay outside of this dir.
One can also argue, an application like yours has its place in site-packages,
once it is in a final release state and not in a preliminary alpha version
and also if it belongs to the group of "runtime shared libraries".
Meanwhile, it is not necessary to pollute the/my sys.path with thousands of
applications / dir in construction.
Every Python user can also implement a *.pth file to do the right job.
I have my own jm.pth pointing to my own private lib of runtime modules.
I'am also affraid, finally everybody with install her/his application in
the Python dir.
Face it, you may like it or not, I will not install your app in my Python
dir.
Regards,
Jean-Michel Fauth, Switzerland