click-contrib / click-man

Automate generation of man pages for python click applications :star:
MIT License
163 stars 35 forks source link

Add Python 3.12 support #64

Open stephenfin opened 7 months ago

stephenfin commented 7 months ago

This requires removal of the distutils entrypoint as distutils is removed in Python 3.12. We must also replace the use of pkg_resources, which is also gone.

stephenfin commented 7 months ago

@timofurrer Not sure you maintain this package anymore, but I do find this helpful and use it for a few of my utilities. fwiw, I'd be happy to help maintain this package if it's no longer a priority for you. I already maintain (and authored) sphinx-click, so this would be a minor addition to my workload :innocent: