On Wed, 24 Jun 2020 at 00:00, David Mathog <dmat...@gmail.com> wrote:
> Does such a beast exist?  If so, please point me to it!

Basically no, or at least not to my knowledge. The mechanisms exist,
in the form of import hooks and similar, to build something like this,
but it's not proved to be a common enough requirement that there's a
well-known/standard library for it. I believe that setuptools
(pkg_resources) had a mechanism to do something along these lines, but
it never really became popular and I don't know if it's still
considered as supported by the setuptools maintainers.

So I think you're going to have to either accept the need for multiple
copies, or write something specific for your situation.

Sorry,
Paul
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/distutils-sig@python.org/message/4P27HIKDPPEV5J4HQXW2D6N4VBCJJUUF/

Reply via email to