Skip to content

cjerdonek/python-argparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argparse2

Build Status Coverage Status Documentation Status

argparse2 is a fork of the Python standard library's argparse module.

The project page and source code are on GitHub. argparse2 is distributed for free on PyPI. Project documentation is hosted on Read the Docs.

The purposes of the fork include--

  • improving the extensibility of argparse,
  • simplifying the code and improving its maintainability, and
  • adding features.

We aim to preserve backwards compatibility for the most part. We anticipate breaking backwards compatibility only in the case of warts and "documented bugs."

The main work being done so far is simplifying the code base. Up to this point, all of the test cases in the original CPython implementation continue to pass.

Background

The code in the original argparse module is complicated. Moreover, being part of CPython, the pace of change to the module is slow. This makes major refactorings impractical or not possible. As Guido van Rossum is fond of saying, modules in the standard library have "one foot in the grave."

This project was started to break free of those constraints and breathe new life into argparse. The module was forked from the tip of the CPython tree (Python 3.5.0 alpha 1) on November 27, 2014. See the Summary of Changes section of the documentation for more information.

Requirements

  • Python 3.4 or higher.

Install

$ pip install argparse2

Contributing

For information on developing and contributing to argparse2, see the development docs

Author

The author of the fork is Chris Jerdonek (chris.jerdonek@gmail.com).

The original author of argparse is Steven J. Bethard.

License

For license information, see the LICENSE file.

Copyright

Copyright (c) 2014 Chris Jerdonek. All rights reserved.

Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Python Software Foundation. All rights reserved.

Copyright (c) 2000 BeOpen.com. All rights reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives. All rights reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved.

About

Fork of Python's argparse adding features and improving hackability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published