{"id":19669896,"url":"https://github.com/attractivechaos/getopt.jl","last_synced_at":"2026-06-10T06:45:16.226Z","repository":{"id":61798052,"uuid":"147245063","full_name":"attractivechaos/Getopt.jl","owner":"attractivechaos","description":"Command-line argument parsing with a similar API to Python's getopt","archived":false,"fork":false,"pushed_at":"2018-09-26T01:24:09.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-20T18:50:24.294Z","etag":null,"topics":["getopt","julia"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/attractivechaos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-03T19:25:39.000Z","updated_at":"2023-07-13T23:24:27.000Z","dependencies_parsed_at":"2022-10-21T11:15:24.460Z","dependency_job_id":null,"html_url":"https://github.com/attractivechaos/Getopt.jl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attractivechaos%2FGetopt.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attractivechaos%2FGetopt.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attractivechaos%2FGetopt.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/attractivechaos%2FGetopt.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/attractivechaos","download_url":"https://codeload.github.com/attractivechaos/Getopt.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240980773,"owners_count":19888335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["getopt","julia"],"created_at":"2024-11-11T17:02:45.386Z","updated_at":"2026-06-10T06:45:16.158Z","avatar_url":"https://github.com/attractivechaos.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"Getopt.jl is a Julia package that parses command-line arguments with an API\nnearly identical to getopt [in Python][1]. To install:\n\n```sh\njulia -e 'using Pkg; Pkg.add(\"Getopt\")'\n```\n\nTo use:\n\n```julia\nfor (opt, arg) in getopt(ARGS, \"xy:\", [\"foo\", \"bar=\"])\n\t@show (opt, arg)\nend\n@show ARGS\n```\n\n[1]: https://docs.python.org/3/library/getopt.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattractivechaos%2Fgetopt.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fattractivechaos%2Fgetopt.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fattractivechaos%2Fgetopt.jl/lists"}