Skip to content

Releases: cmpsc-481-s22-m1/CASTanet

CASTanet 1.3.0

09 Feb 04:57

Choose a tag to compare

Check out CASTanet v1.3.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 import statements in a Python file (and total in directory)
Number of arguments for a specified function in a Python file (and total in directory)
Number of class definitions (and total in directory)
Number of class definitions without docstrings in a Python file (and total in directory)
Number of assignment and aug assignment statements in a Python file (and total in directory)
Whether a specified function has a docstring or not
Number of functions in a Python file (and total in directory)

In addition to adding these features, this release allows for CASTanet to be properly deployed on PyPI as a Python package

CASTanet 1.2.0

07 Feb 20:35

Choose a tag to compare

Check out CASTanet v1.2.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 import statements in a Python file (and total in directory)
Number of arguments for a specified function in a Python file (and total in directory)
Number of class definitions (and total in directory)
Number of class definitions without docstrings in a Python file (and total in directory)
Number of assignment and aug assignment statements in a Python file (and total in directory)
Whether a specified function has a docstring or not
Number of functions in a Python file (and total in directory)

CASTanet 1.0.0

28 Jan 15:10
d68ad26

Choose a tag to compare

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)