Skip to content

Version 0.1

Choose a tag to compare

@netromdk netromdk released this 03 Mar 16:02
· 985 commits to master since this release

This is the first release of Minpy for detecting the minimum required Python versions required to run code.

Highlights:

  • 184 detection rules covering 40 modules, 123 module members (classes, functions, constants), and 21 kwargs of functions
  • Minpy supports any number of input files and folders to scan recursively
  • Analysis is done concurrently using a pool of processes defaulting to the number of CPU cores of the system