argsLight
ArgsLight is a lightweight command-line argument parsing library for Python. It is designed to be simple and easy to use, making it an ideal choice for developers who need to parse command-line arguments in their applications. ArgsLight supports both positional and optional arguments, and it provides a straightforward API for defining and accessing argument values.
The library is built on top of Python's built-in argparse module, which provides a robust foundation for
ArgsLight is compatible with Python 3.6 and later, and it is available on the Python Package Index
ArgsLight is particularly useful for command-line tools and scripts, as it provides a simple and efficient
In summary, ArgsLight is a lightweight and easy-to-use command-line argument parsing library for Python. It provides