Metadata-Version: 2.1
Name: defargs
Version: 0.1.0
Summary: Argument parsing with structured class.
Author-email: Keming <kemingy94@gmail.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/kemingy/defargs
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: msgspec ~=0.18.5
Provides-Extra: dev
Requires-Dist: ruff ~=0.1.3 ; extra == 'dev'
Requires-Dist: pytest ~=7.4 ; extra == 'dev'
Provides-Extra: toml
Requires-Dist: tomli ~=2.0.1 ; (python_version < "3.11") and extra == 'toml'
Provides-Extra: yaml
Requires-Dist: pyyaml ~=6.0.1 ; extra == 'yaml'

# defargs

Argument parsing with structured class.
