{"id":15043025,"url":"https://github.com/rand-net/visa-cli","last_synced_at":"2025-10-07T22:22:19.630Z","repository":{"id":62587542,"uuid":"348772645","full_name":"rand-net/visa-cli","owner":"rand-net","description":"A python script to lookup Passport Index Dataset","archived":false,"fork":false,"pushed_at":"2022-03-05T15:59:47.000Z","size":26,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T09:04:38.296Z","etag":null,"topics":["passport","travel","visa","visa-requirements"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rand-net.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-17T16:11:07.000Z","updated_at":"2025-03-22T13:10:48.000Z","dependencies_parsed_at":"2022-11-04T07:53:37.670Z","dependency_job_id":null,"html_url":"https://github.com/rand-net/visa-cli","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rand-net%2Fvisa-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rand-net%2Fvisa-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rand-net%2Fvisa-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rand-net%2Fvisa-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rand-net","download_url":"https://codeload.github.com/rand-net/visa-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248960963,"owners_count":21189990,"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":["passport","travel","visa","visa-requirements"],"created_at":"2024-09-24T20:48:28.447Z","updated_at":"2025-10-07T22:22:14.601Z","avatar_url":"https://github.com/rand-net.png","language":"Python","readme":"# visa-cli\n\nA CLI app to lookup [Passport Index](https://www.passportindex.org) based on\nhttps://github.com/ilyankou/passport-index-dataset\n\n![PyPI](https://img.shields.io/pypi/v/visa-cli?style=flat-square)\n![GitHub](https://img.shields.io/github/license/rand-net/visa-cli?style=flat-square)\n\n## Installation\n\n```\npip install visa-cli\n\n```\n\n## Usage\n\n```\nusage: visa-cli [-h] [-d DESTINATION_COUNTRY] [-f] [-r] [-o] [-e] [-n] [-c]\n                [-i] [-l RESIDENT_COUNTRIES]\n                resident_country\n\npositional arguments:\n  resident_country      Current Resident Country\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -d DESTINATION_COUNTRY, --destination-country DESTINATION_COUNTRY\n                        Destination Country\n  -f, --visa-free       Countries not requiring Visa\n  -r, --visa-required   Countries requiring Visa\n  -o, --visa-on-arrival\n                        Countries offering Visa on arrival\n  -e, --eta             Countries offering Electronic Travel Authority\n  -n, --visa-free-days  Countries offering Visa free days\n  -c, --covid-ban       Countries not offering Visa due to Covid-19\n  -i, --interactive     Interactive Prompt\n  -l RESIDENT_COUNTRIES, --resident-countries RESIDENT_COUNTRIES\n                        A list of Resident Countries in addition to the\n                        Current Resident Country. Format argument in a comma-\n                        delimited string \"Israel, Russia, China\"\n\n```\n\n\n* Lookup on an interactive prompt\n```\n$ visa-cli -i Vatican\n\n__     __ ___  ____      _             ____  _      ___\n\\ \\   / /|_ _|/ ___|    / \\           / ___|| |    |_ _|\n \\ \\ / /  | | \\___ \\   / _ \\   _____ | |    | |     | |\n  \\ V /   | |  ___) | / ___ \\ |_____|| |___ | |___  | |\n   \\_/   |___||____/ /_/   \\_\\        \\____||_____||___|\n\n\nDownloading Visa data...\n\nPress Any Key to Exit!\n\n\nDestination Country:Italy\n90\n\n\nDestination Country:United States\nvisa required\n\n\nDestination Country:Romania\n90\n\n\nDestination Country:_\n                     Albania\n                     Algeria\n                     Andorra\n\n\n```\n\n* Lookup for a particular resident and destination Country.\n\n```\n$ visa-cli  Vatican -d Russia\n\n__     __ ___  ____      _             ____  _      ___\n\\ \\   / /|_ _|/ ___|    / \\           / ___|| |    |_ _|\n \\ \\ / /  | | \\___ \\   / _ \\   _____ | |    | |     | |\n  \\ V /   | |  ___) | / ___ \\ |_____|| |___ | |___  | |\n   \\_/   |___||____/ /_/   \\_\\        \\____||_____||___|\n\n\nDownloading Visa data...\n\n╒═════╤═══════════════════════╤═══════════╕\n│     │ Destination Country   │ Status    │\n╞═════╪═══════════════════════╪═══════════╡\n│ 144 │ Russia                │ covid ban │\n╘═════╧═══════════════════════╧═══════════╛\n\n```\n\n* Lookup for a group of resident Countries.\n\n```\n$ visa-cli  Israel  -l \"Germany, Austria, India\" -d Canada\n\n__     __ ___  ____      _             ____  _      ___\n\\ \\   / /|_ _|/ ___|    / \\           / ___|| |    |_ _|\n \\ \\ / /  | | \\___ \\   / _ \\   _____ | |    | |     | |\n  \\ V /   | |  ___) | / ___ \\ |_____|| |___ | |___  | |\n   \\_/   |___||____/ /_/   \\_\\        \\____||_____||___|\n\n\nDownloading Visa data...\n\nVisa Status for various Resident Countries\n\n\n╒════╤════════════════════╤═══════════════════════╤═══════════╕\n│    │ Resident Country   │ Destination Country   │ Status    │\n╞════╪════════════════════╪═══════════════════════╪═══════════╡\n│  0 │ Israel             │ Canada                │ covid ban │\n├────┼────────────────────┼───────────────────────┼───────────┤\n│  1 │ Germany            │ Canada                │ covid ban │\n├────┼────────────────────┼───────────────────────┼───────────┤\n│  2 │ Austria            │ Canada                │ covid ban │\n├────┼────────────────────┼───────────────────────┼───────────┤\n│  3 │ India              │ Canada                │ covid ban │\n╘════╧════════════════════╧═══════════════════════╧═══════════╛\n\n```\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frand-net%2Fvisa-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frand-net%2Fvisa-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frand-net%2Fvisa-cli/lists"}