Skip to content

Inspect4py 0.0.1: First release

Choose a tag to compare

@dgarijo dgarijo released this 26 Jan 21:10
· 167 commits to main since this release
dc7df90

First official release of inspect4py, which includes:

  • Extraction of module dependencies
  • Extraction of all functions in the code, including their documentation, parameters, accepted values, and call list.
  • Extraction of all classes in the code, with all their methods and respective documentation
  • Extraction of the control flow of each file.
  • Extraction of the hierarchy of directories and files.
  • Extraction the requirements used in the software project.
  • Classification of which files are tests
  • Classification of the main type of software project (script, package, library or service).
  • Return a ranking of the different ways in which a a software component can be run, ordered by relevance.