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

Shift from argparse module to plac command line parser. #63

Open hastagAB opened 4 years ago

hastagAB commented 4 years ago

Description

argparse is a parser for command-line options, arguments, and sub-command. Read Docs: https://docs.python.org/3/library/argparse.html Currently, argparse is used as command line parser in atarashi and we're planning to shift it to plac. plac does the same thing with very less line of code. Repo: https://github.com/micheles/plac

How to Solve

Read the plac documentation: http://micheles.github.io/plac/

Files to be changed

Aman-Codes commented 3 years ago

Can I work on this issue if it is open ?

GMishx commented 3 years ago

Hi @Aman-Codes , please feel free to work on it. I can also assign it to you if required.

shubhav99 commented 3 years ago

hi can i work on this issue basically these files are in argparse and we need to convert them into plac ??