[
https://issues.apache.org/jira/browse/AVRO-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael A. Smith updated AVRO-3162:
-----------------------------------
Description:
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.
was:
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.
> 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
> Assignee: Michael A. Smith
> Priority: Major
>
> 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)