Skip to content

CASTanet 1.0.0

Choose a tag to compare

@MaddyKapfhammer MaddyKapfhammer released this 28 Jan 15:10
· 196 commits to main since this release
d68ad26

Check out CASTanet 1.0.0! A tool created by students at Allegheny College that allows users to understand the contents of Python files. Features with this release:

  • Number of if statements in a Python file (and total in directory)
  • Number of looping constructs in a Python file (and total in directory)
  • Number of comments in a Python file (and total in directory)
  • Number of function definitions without docstrings in a Python file (and total in directory)