1. 9
    1. 1

      Any reason why you are not using the packaging own entry points? When I implemented plugins for a python project it seemed like the most reasonable way to do it. Granted I only implemented plugins because of discovering entry points.

      1. 1

        I am - but I’m using them via the Pluggy framework because it puts a really nice interface on top of them.