fossology / atarashi

Atarashi scans for license statements in open source software, focusing on text statistics. Designed to work stand-alone and with FOSSology.
http://fossology.github.io/atarashi
GNU General Public License v2.0
26 stars 23 forks source link

Feature Added : Scanning of Directories and Subdirectories #83

Closed SinghShreya05 closed 3 years ago

SinghShreya05 commented 3 years ago
  1. Made changes in atarashii.py file.
  2. Added functionality to scan directories/subdirectories.
  3. Changed the argparse input "inputFile" to "inputPath" and the help message as well.
  4. Implemented json.dumps() instead of simple print.
  5. The output generated contains "," between two objects and starts with a "[" and ends with "]".

This is with respect to Issue #77. Closes #77