aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

Interest in man pages? #173

Closed musicinmybrain closed 3 years ago

musicinmybrain commented 3 years ago

I’ve written a set of basic man pages in groff_man(7) format for aiozmq-proxy, based on the --help output of aiozmq-proxy and its subcommands. You can take a look at them here. Is there any interest in maintaining these upstream? If so, I’m happy to offer them in a PR.

If so, my default approach would be just to drop them in a man/ directory and add them to MANIFEST.in so they are in the source archive, since installing man pages is not generally something Python packages can do reliably.

JelleZijlstra commented 3 years ago

Thanks for the offer! I'm already not finding much time for maintaining this project and I know nothing about man pages, so it's not a burden I'd like to add to the project.

musicinmybrain commented 3 years ago

That’s reasonable. Thanks!