{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/13"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/2"}],"enrichment":{"capability":"Parses command-line arguments into categorized groups (flags, files, assignments, grouped arguments) with minimal configuration.","skillfed_tags":["cli-parsing","legacy"],"use_cases":["Quick scripts that need to distinguish files from flags without writing custom parsing logic","Legacy systems still running the package that require minimal maintenance","Projects already locked to this dependency that cannot migrate","Educational examples of simple argument categorization"],"what_it_does":"args is a lightweight command-line argument parser that automatically categorizes input into logical groups: raw arguments, detected flags, file paths (including glob expansion), key-value assignments, and grouped arguments. It requires no configuration or decorator syntax\u2014you import it and access pre-parsed collections like args.flags, args.files, and args.assignments directly.\n\nThe package has been abandoned since its single release on 2012-05-08, with the repository archived and no Python version specification. High install friction suggests potential build or compatibility issues. For new projects, actively maintained alternatives exist.","worth_installing":"No. The package is abandoned (last release 2012-05-08, repository archived), has unspecified Python version support, exhibits high install friction, and offers no advantages over maintained alternatives. Install only if maintaining legacy code already using it."},"id":"args","links":{"html":"https://skillfed.io/packages/args","md":"https://skillfed.io/packages/args.md","pypi":"https://pypi.org/project/args/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2012-05-08","license_spdx":null,"license_treatment":"permissive","name":"args","python_support":"unspecified","summary":"Command Arguments for Humans."},"popularity":{"monthly_downloads":342493,"position":7397,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.0"}
