Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hastagAB opened this issue Nov 13, 2019 · 3 comments · May be fixed by #75
Open

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

hastagAB opened this issue Nov 13, 2019 · 3 comments · May be fixed by #75
Assignees
Labels

Comments

@hastagAB
Copy link
Member

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

@hastagAB hastagAB added the good first issue Good for newcomers label Nov 14, 2019
@Aman-Codes
Copy link
Contributor

Can I work on this issue if it is open ?

@GMishx
Copy link
Member

GMishx commented Dec 11, 2020

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

@shubhav99
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants