{"id":15513939,"url":"https://github.com/nibalizer/pywy","last_synced_at":"2025-11-26T18:02:05.944Z","repository":{"id":136945228,"uuid":"1988987","full_name":"nibalizer/pywy","owner":"nibalizer","description":"python module to (eventually) handle wireless","archived":false,"fork":false,"pushed_at":"2011-07-03T03:52:07.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T10:17:48.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nibalizer.png","metadata":{"files":{"readme":"README.markdown","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":"2011-07-02T20:40:23.000Z","updated_at":"2013-10-11T01:01:55.000Z","dependencies_parsed_at":"2023-03-13T10:58:53.787Z","dependency_job_id":null,"html_url":"https://github.com/nibalizer/pywy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nibalizer/pywy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fpywy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fpywy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fpywy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fpywy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nibalizer","download_url":"https://codeload.github.com/nibalizer/pywy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nibalizer%2Fpywy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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","status":"online","status_checked_at":"2025-11-26T02:00:06.075Z","response_time":193,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-10-02T09:56:13.809Z","updated_at":"2025-11-26T18:02:05.927Z","avatar_url":"https://github.com/nibalizer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyWy\n\nWireless Network information in python\n\n## Overview\n\nThis set of classes and functions parses the output of iwlist:\n\n *   Network() objects hold information about a single node\n *   iwlist()  object holds all of the networks and define helper methods(singleton)\n\n\n## Root privileges\n\nPyWy can't read directly from iwlist wlan0 scan right now. This is partly due to\nmy inherent distrust of running scripts as root, and I'm passing that paranoia\nto you. If you look at the code, PyWy reads network information from a file\npassed in on the command line. \n\n## Invocation\n\nI use \n\n\u003cpre\u003e\n$ sudo iwlist wlan0 scan \u003e derp; python pywy.py derp; rm derp\n\u003c/pre\u003e\n\nThis prevents the python code from being executed as root. \n\nand to be completely honest with you I do:\n\n\u003cpre\u003e\n$ alias pywy='sudo iwlist wlan0 scan \u003e derp;python pywy.py derp; rm derp\n$ pywy\n\u003c/pre\u003e\n\nSource code\n-----------\n\nThe source code for this module is available online at\n    http://github.com/nibalizer/pywy.git\n\nYou can checkout the source code by installing the `git` distributed version\ncontrol system and running:\n\n    git clone git://github.com/nibalizer/pywy.git\n\nAuthors\n-------\n\n *   Spencer Krum \u003ckrum.spencer@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibalizer%2Fpywy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnibalizer%2Fpywy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibalizer%2Fpywy/lists"}