Skip to content

Creates a simple man page for your python project

License

Notifications You must be signed in to change notification settings

meangrape/build_manpage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Based on blog post https://andialbrecht.wordpress.com/2009/03/17/creating-a-man-page-with-distutils-and-optparse/
Latest original version (2017) https://github.com/andialbrecht/build_manpage

Works on python3

This version works with argparse instead of optparse like the original and doesn't require a separate step to build/install the man page

Look at setup.cfg and setup.py in ./examples to see what you need to do to use this.
It looks in setup.py to find information like authors &c. Look at build_manpage.py for details.

About

Creates a simple man page for your python project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%