Skip to content

First Stable Release (v2.0.3)

Latest
Compare
Choose a tag to compare
@0x48piraj 0x48piraj released this 03 Oct 10:31
· 1 commit to master since this release

2019-10-03

Added

  • Improved parsing sub-routine
  • Improved project documentation
  • New demonstration GIFs (Usage and Installation guide)
  • New method for version detection via searching __version__ file using AST (Abstract Syntax Trees). Works on Python > 3.4 as importlib.util.find_spec is not available in Python < 3.4
  • --verbose flag for extended output

Changed

  • Moved tests to testcases/
  • Updated Rqmts.py script
  • Stdout process, fixed trailing newline via .tell() method and os.linesep

Removed

  • Old demos (Command-line & Interactive)