-
Hi there,
Stumbled upon this repo while trying to do something similar. I see you guys are using optparse currently. Would you like a PR submitted that updates this to argparse? optparse has been dep…
-
```python
import polars as pl
import psycopg2
import argparse
from utils import general_utils, AWS_S3, Postgres
def main(args: argparse.Namespace):
aws_config = general_utils.load_yaml(a…
-
BPO | [16878](https://bugs.python.org/issue16878)
--- | :---
Nosy | @bitdancer, @cjerdonek
Files | [issue-16878-1.patch](https://bugs.python.org/file28623/issue-16878-1.patch "Uploaded as text/plain a…
-
Script "submitobs.py" has a lot of parameters to pass from the command line. They are parsed directly from ```sys.argv```. The order of parameters is important and some of them are optional.
I think…
-
What's your thought on switching to another cli generator like [click](https://click.palletsprojects.com/en/7.x/) (python-only, very well maintained lib). This repo will probably see a few more comman…
-
BPO | [25035](https://bugs.python.org/issue25035)
--- | :---
Nosy | @bitdancer
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*…
-
BPO | [14174](https://bugs.python.org/issue14174)
--- | :---
Nosy | @jaraco, @merwok, @cjerdonek
Files | [bug_argparse.py](https://bugs.python.org/file24705/bug_argparse.py "Uploaded as text/plain at …
-
make a txt file reqiurements.txt
paste this text
Selenium
WebDriver-Manager
argparse
chromedriver
-
I've tried the following:
```
atlas use argparse==4.0.1
atlas use argparse=4.0.1
atlas use argparse@4.0.1
atlas use 'argparse == 4.0.1'
atlas use 'argparse = 4.0.1'
```
How do tell it to u…
iffy updated
4 months ago
-
BPO | [31768](https://bugs.python.org/issue31768)
--- | :---
Nosy | @ericvsmith, @mlouielu, @al-caveman, @iritkatriel
Files | [31768.py](https://bugs.python.org/file47214/31768.py "Uploaded as text/pl…