Metadata-Version: 2.4
Name: argparse-typing
Version: 0.2.0
Summary: Unofficial enhanced types for argparse
Author: Маг Ильяс DOMA (MagIlyasDOMA)
License: BSD
Project-URL: Homepage, https://github.com/MagIlyasDOMA/argparse-typing
Project-URL: Repository, https://github.com/MagIlyasDOMA/argparse-typing.git
Keywords: argparse,type-stubs,typing,cli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Stubs Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.PSF.txt
License-File: NOTICE
Requires-Dist: typing-extensions>=4.0.0
Provides-Extra: dev
Requires-Dist: pip-setuptools>=1.1.4; extra == "dev"
Requires-Dist: mypy>=1.19.1; extra == "dev"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# argparse-typing

This is a fork of Python's standard library module `argparse.pyi`.

## License Information

This project contains code from two sources:

1. **Original Python module** - Licensed under the PSF License Agreement
   (see [LICENSE.PSF.txt](https://github.com/MagIlyasDOMA/argparse-typing/blob/main/LICENSE.PSF.txt))
   Copyright (c) 2001-2025 Python Software Foundation

2. **Modifications and additions** - Licensed under the BSD 3-Clause License
   (see [LICENSE](https://github.com/MagIlyasDOMA/argparse-typing/blob/main/LICENSE))
   Copyright (c) 2026 Маг Ильяс DOMA (MagIlyasDOMA)

The original PSF-licensed code remains under the PSF license. All new code
and modifications are under the BSD license. You may use this package under
either license or both, depending on which parts of the code you are using.

## Original Source
The original module can be found in the [CPython repository](https://github.com/python/cpython).
