Open spbnick opened 1 year ago
Can I work on this and I cant find out the slack link in outreach website project list can you provide sir
Sure, but let's start with the other one you picked, first, and leave this one available to others for now.
@spbnick Can I take on this if it is available?
Hi Shivam! Sure, go ahead! You can ask questions here, and I can send you an invite to our Slack channel, if you'd like.
I am trying some initial changes. Yes sure. Thank you!
If you'd like to join our Slack, please send me an email to spbnick@gmail.com, and I'll send an invite to your address.
Hello, I am an outreachy applicant and interested in contributing to this project. I don't know where exactly to start from. I would appreciate assistance from the mentors. Thank you very much.
Functions and classes handling command-line argument parsing using the
argparse
module as the base are peppered throughout the database. Functions named likeargparse_*
, and classes like*ArgumentParser
and*Action
reside either in__init__.py
ormisc.py
files. If we move them to separateargparse.py
files in each corresponding package, we could make each affected file shorter and more cohesive.This is done when all listed and related functions and classes are moved to
argparse
modules in each of their packages, and all references of them are updated.