{"id":28723777,"url":"https://github.com/bachorp/no-proxy","last_synced_at":"2025-06-15T09:38:36.186Z","repository":{"id":298123074,"uuid":"998310748","full_name":"bachorp/no-proxy","owner":"bachorp","description":"`no_proxy`/`NO_PROXY` parser and evaluator.","archived":false,"fork":false,"pushed_at":"2025-06-09T14:41:52.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-09T14:49:53.955Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/no-proxy/","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/bachorp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-08T10:40:17.000Z","updated_at":"2025-06-09T14:42:03.000Z","dependencies_parsed_at":"2025-06-09T14:49:55.610Z","dependency_job_id":"87a7d99d-1d1e-4a12-921f-54f4f1caf958","html_url":"https://github.com/bachorp/no-proxy","commit_stats":null,"previous_names":["bachorp/no-proxy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bachorp/no-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachorp%2Fno-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachorp%2Fno-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachorp%2Fno-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachorp%2Fno-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bachorp","download_url":"https://codeload.github.com/bachorp/no-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bachorp%2Fno-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259952868,"owners_count":22937003,"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":[],"created_at":"2025-06-15T09:38:23.673Z","updated_at":"2025-06-15T09:38:36.174Z","avatar_url":"https://github.com/bachorp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://github.com/bachorp/no-proxy/actions/workflows/test.yaml/badge.svg)](https://github.com/bachorp/no-proxy/actions/workflows/test.yaml)\n[![](https://img.shields.io/pypi/v/no-proxy.svg)](https://pypi.org/project/no-proxy/)\n\n# `no-proxy`\n\nStandalone `no_proxy`/`NO_PROXY` parser and evaluator.\n\n## Usage\n\n```python\nfrom no_proxy import bypass # More specific functions and types available\nfrom urllib.parse import urlparse\n\nbypass(no_proxy=\"*\", host=\"example.com\") # True\nbypass(\"127.0.0.0/8,::1\", \"127.0.0.1\") # True\n\nmy_host = urlparse(\"//example.com:5000/path?x=y\").hostname # example.com\nbypass(\"www.example.com,example.org\", my_host) # False\n```\n\n## Specification\n\nA *no-proxy string* is either `*` or a comma-separated list of *no-proxy entries*.\nAn IP-address or hostname matches a no-proxy string if the string is `*` or if any of its entries matches.\n\nA no-proxy entry is either\n- an IP-address, which matches itself,\n- an IP-range, which matches included IP-addresses,\n- a domain with leading `.`, which matches all of its subdomains, or\n- a hostname, which matches itself.\n\nHostnames are not validated and there is no special handling of whitespace, trailing dots, ports, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbachorp%2Fno-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbachorp%2Fno-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbachorp%2Fno-proxy/lists"}