How do you find a new maintainer for a mature project like lru-dict? The project doesn’t have any regular contributor besides the main one who doesn’t have the time to push to PyPi. Is there a group that can take care of just the general maintenance of a project that doesn’t really need much code change, some group who could do the minimum?
Disclaimer: I’m not the main contributor, just a concerned user of that package.
There’s a couple of community groups which have built support structures for core Python infrastructure like this. Two I’ve encountered are Jazzband - About - Guidelines and Pallets. From my understanding all require ongoing work (and often funds) to maintain / develop / keep projects going.
It’s worth explicitly pointing out that the project maintainer would need to add any new maintainers themselves, so you won’t be able to do anything[1] without their involvement.
This particular package has compiled extensions so even if it never needs another line of code changed, it still needs to be recompiled every time a new minor Python version or platform comes out.