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)