Metadata-Version: 2.3
Name: argxtract
Version: 0.1.0
Summary: Extracts command line arguments both positional and optional, no pre-defintion needed.
Author: Dennis DC Meneses
Author-email: Dennis DC Meneses <pjonsms@gmail.com>
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# SimpleArgParser
This is a module for parsing (command-line) argument that doesn't require pre-defining the positional and optional arguments and does not enforce positional before optional (allows mixed).  I needed something quick with less configuration and dynamic so it can be easily used by others.
