8000 GitHub - qvant/swagger2doc: command line generator swagger API description
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

qvant/swagger2doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swagger2doc

simple command line tool for generation MS Word documentation for swagger API descrioption. Require python 3, python-docx, pyaml and argparse.

Installation:

  1. copy files
  2. pip install pyayml
  3. pip install python-docx
  4. pip install argparse

Command line arguments:

-i - input swagger yaml  
-o - output docx file  
-l - language file, that contatins words, describing API in your language in yaml format  
-e - encoding of language file  

By default this tool use english language settings from config/en_lang.yaml and generate exapmple for swagger demo doc.

About

command line generator swagger API description

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0