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)