CASTanet 1.0.0
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)