{"id":37077952,"url":"https://github.com/kaustubhrprabhu/pywebinfo","last_synced_at":"2026-01-14T09:02:41.218Z","repository":{"id":254178369,"uuid":"845723572","full_name":"kaustubhrprabhu/pywebinfo","owner":"kaustubhrprabhu","description":"A Python package to simply extract metadata (title, description, image, favicon) of a webpage","archived":false,"fork":false,"pushed_at":"2024-08-26T16:50:38.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T21:55:07.677Z","etag":null,"topics":["metadata","module","python","web"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pywebinfo/","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/kaustubhrprabhu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T19:59:46.000Z","updated_at":"2024-08-26T16:50:40.000Z","dependencies_parsed_at":"2024-08-21T22:31:49.800Z","dependency_job_id":"f89506db-734b-4a20-bf5d-43a27c0f3d1b","html_url":"https://github.com/kaustubhrprabhu/pywebinfo","commit_stats":null,"previous_names":["kaustubhrprabhu/pywebinfo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaustubhrprabhu/pywebinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhrprabhu%2Fpywebinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhrprabhu%2Fpywebinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhrprabhu%2Fpywebinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhrprabhu%2Fpywebinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaustubhrprabhu","download_url":"https://codeload.github.com/kaustubhrprabhu/pywebinfo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhrprabhu%2Fpywebinfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","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":["metadata","module","python","web"],"created_at":"2026-01-14T09:02:40.524Z","updated_at":"2026-01-14T09:02:41.211Z","avatar_url":"https://github.com/kaustubhrprabhu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyWebInfo\n\n![Static Badge](https://img.shields.io/badge/python-3.10-blue?style=flat-square)\n![PyPI - Version](https://img.shields.io/pypi/v/pywebinfo?style=flat-square)\n\n\n**pywebinfo** is a simple and easy-to-use Python module to extract metadata from a web page, ideal for the cards/previews of webpages within web applications.\n\n\n## Installation\n\nCurrently pywebinfo supports Python 3.10 and onwards; Python 2 is not supported (not recommended). To install the current release:\n\n```bash\npip install pywebinfo\n```\n\n\n## Usage\n\nMinimal Example:\n\n```python\nfrom pywebinfo import PyWebInfo\n\npwi = PyWebInfo(\"https://www.python.org/\")\n\n# Title of the webpage | None\nprint(pwi.title)\n\n# Description of the webpage | None\nprint(pwi.description)\n\n# URL of webpage image | None\nprint(pwi.image)\n\n# favicon of the webpage | None\nprint(pwi.favicon)\n\n# URL\nprint(pwi.url)\n```\n\n\n## License\n\n[MIT](LICENSE) © [Kaustubh Prabhu](https://github.com/kaustubhrprabhu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaustubhrprabhu%2Fpywebinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaustubhrprabhu%2Fpywebinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaustubhrprabhu%2Fpywebinfo/lists"}