You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Michael A. Smith (Jira)" <ji...@apache.org> on 2021/06/23 23:29:00 UTC

[jira] [Created] (AVRO-3162) Update Python CLI Argument Handling

Michael A. Smith created AVRO-3162:
--------------------------------------

             Summary: Update Python CLI Argument Handling
                 Key: AVRO-3162
                 URL: https://issues.apache.org/jira/browse/AVRO-3162
             Project: Apache Avro
          Issue Type: Improvement
          Components: python
    Affects Versions: 1.10.2
            Reporter: Michael A. Smith


Avro python has several modules that use commandline arguments via sys.argv or the outdated optparse library. I propose to replace all of that using the up-to-date argparse library.

Also, I would like to move scripts/avro into avro/__main__.py, so that {{python -m avro}} invokes it directly, and so that all the avro python code is in the same directory tree.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)