{"id":37084674,"url":"https://github.com/krprashant94/pypollution","last_synced_at":"2026-01-14T10:23:28.027Z","repository":{"id":62582662,"uuid":"130494762","full_name":"krprashant94/pypollution","owner":"krprashant94","description":"Python COM data plotter [RCCIIT Semester Project]","archived":false,"fork":false,"pushed_at":"2018-11-23T07:28:51.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-01T00:18:46.568Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pypollution/","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/krprashant94.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":"2018-04-21T17:04:16.000Z","updated_at":"2018-12-15T21:11:41.000Z","dependencies_parsed_at":"2022-11-03T21:22:04.544Z","dependency_job_id":null,"html_url":"https://github.com/krprashant94/pypollution","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krprashant94/pypollution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krprashant94%2Fpypollution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krprashant94%2Fpypollution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krprashant94%2Fpypollution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krprashant94%2Fpypollution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krprashant94","download_url":"https://codeload.github.com/krprashant94/pypollution/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krprashant94%2Fpypollution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:18:03.274Z","status":"ssl_error","status_checked_at":"2026-01-14T10:16:11.865Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-14T10:23:27.429Z","updated_at":"2026-01-14T10:23:28.021Z","avatar_url":"https://github.com/krprashant94.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pypollution\n[Python Pypi](https://pypi.org/project/pypollution/)\n\n-----------\npollution is a python library for ploating real time COM port data. This library is project dependent library made for pollution detection and analysis. for more details [Click Here](https://github.com/Pamelabanerjee11/pypollution)\n\n*This library is based on specified Hardware*\n\nEx:\n---\n```python\nimport pypollution as plot\nimport serial.tools.list_ports as ports\nimport os\n\nprint(\"Available ports : \\nPort\\t Hardwere\")\nfor i in range(len(ports.comports())):\n    print(ports.comports()[i])\n\ninputPort = input(\"\\nEnter Ardiuno Port Number : \")\ntry:\n    p = plot.pyAnalysis(inputPort, os.path.dirname(__file__))\n    p.genrateLineAnalysis()\nexcept:\n    print(\"An error is occurred while plotting the graph. Probable reason may be :\")\n    print(\"1. You are running app in read only memory.\")\n    print(\"2. Check your hardware port(COM port).\")\n    print(\"3. Wrong port assignment.\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrprashant94%2Fpypollution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrprashant94%2Fpypollution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrprashant94%2Fpypollution/lists"}