Skip to content

rishabhdas/pyjdox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyJdox

PyJdox is an API documentation tool. Unlike pydoc, it returns output as JSON which can later be parsed.

Data points covered

  • Function Doctring
  • Function Arguments
  • Module file location
  • Namespace

Usage

python pyjdox.py -f <filename>

OR

python pyjdox.py -d <source-tree>

where,

  • source-tree: refers to source code of a module
  • filename: refers to the python code file that needs to be documented.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages