{"id":2907187,"name":"rss-parser","ecosystem":"pypi","description":"Typed pythonic RSS/Atom parser","homepage":"https://dhvcc.github.io/rss-parser","licenses":"GPL-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/dhvcc/rss-parser","keywords_array":["python","python3","cli","rss","parser","gplv3","typed","typed-python"],"namespace":null,"versions_count":17,"first_release_published_at":"2020-10-03T21:45:43.000Z","latest_release_published_at":"2025-07-06T20:04:36.000Z","latest_release_number":"2.1.1","last_synced_at":"2026-05-12T18:46:57.338Z","created_at":"2022-04-10T12:30:36.732Z","updated_at":"2026-05-12T18:48:23.000Z","registry_url":"https://pypi.org/project/rss-parser/","install_command":"pip install rss-parser --index-url https://pypi.org/simple","documentation_url":"https://rss-parser.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: GNU General Public License v3 (GPLv3)","Natural Language :: English","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.9","Topic :: Software Development :: Libraries :: Python Modules","Topic :: Text Processing :: Markup :: XML","Typing :: Typed"],"normalized_name":"rss-parser","project_status":null},"repo_metadata":{"id":38041250,"uuid":"300986100","full_name":"dhvcc/rss-parser","owner":"dhvcc","description":"Type-safe RSS parsing module built using xmltodict and pydantic","archived":false,"fork":false,"pushed_at":"2025-08-14T17:19:08.000Z","size":378,"stargazers_count":47,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T03:43:15.760Z","etag":null,"topics":["atom","atom-feed","atom-parser","bs4","gplv3","mit-license","pydantic","python","python-3","python3","rss","rss-feed-parser","rss-feed-scraper","rss-parser","typed","typed-python","xml","xml-parser"],"latest_commit_sha":null,"homepage":"https://dhvcc.github.io/rss-parser/","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/dhvcc.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,"zenodo":null}},"created_at":"2020-10-03T21:42:31.000Z","updated_at":"2025-09-07T00:24:40.000Z","dependencies_parsed_at":"2025-01-06T11:26:14.268Z","dependency_job_id":"a6c3b6ce-9f62-4e70-bd59-60c9696e0fd4","html_url":"https://github.com/dhvcc/rss-parser","commit_stats":{"total_commits":42,"total_committers":6,"mean_commits":7.0,"dds":0.5,"last_synced_commit":"a13e8faa8676049fc79a539421a8ec57aaeac36b"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/dhvcc/rss-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhvcc","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/sbom","scorecard":{"id":31889,"data":{"date":"2025-08-11","repo":{"name":"github.com/dhvcc/rss-parser","commit":"8192f7f060e9023a404c59e0d08c7599d7bd4342"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.3,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":1,"reason":"Found 1/10 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/publish_to_pypi.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Maintained","score":6,"reason":"7 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/dhvcc/rss-parser/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/dhvcc/rss-parser/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_to_pypi.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/dhvcc/rss-parser/publish_to_pypi.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_to_pypi.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/dhvcc/rss-parser/publish_to_pypi.yml/master?enable=pin","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: GNU General Public License v3.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2024-187 / GHSA-rqc4-2hc7-8c8v"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 21 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-14T19:19:25.049Z","repository_id":38041250,"created_at":"2025-08-14T19:19:25.049Z","updated_at":"2025-08-14T19:19:25.049Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281198485,"owners_count":26459946,"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-10-26T02:00:06.575Z","response_time":61,"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"},"owner_record":{"login":"dhvcc","name":"Alexey","uuid":"18076967","kind":"user","description":"Web developer from Minsk\r\n","email":"","website":null,"location":"Minsk","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18076967?u=08866517cccf3561cdc31f0328b3ca7ab8d4add8\u0026v=4","repositories_count":8,"last_synced_at":"2023-03-05T20:28:23.979Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/dhvcc","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-15T22:24:32.728Z","updated_at":"2023-03-05T20:28:23.993Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhvcc","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhvcc/repositories"},"tags":[{"name":"v2.1.1","sha":"a4ab4af79f85a6f1331970df16763ee6959160e0","kind":"commit","published_at":"2025-07-06T19:50:52.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v2.1.1","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3430603747b9c4f2a6706ae0445b20b24479033b","kind":"commit","published_at":"2024-09-26T10:57:19.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v2.1.0","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"5049615d81337add92a189939f0b6a5b1174a15d","kind":"commit","published_at":"2024-02-22T18:04:23.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v2.0.0","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v2.0.0/manifests"},{"name":"v2.0.0-alpha","sha":"8f8d6a37bafa08587b8465408c029e6743b55d80","kind":"commit","published_at":"2024-02-21T23:47:25.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v2.0.0-alpha","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v2.0.0-alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v2.0.0-alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v2.0.0-alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v2.0.0-alpha/manifests"},{"name":"v1.2.1","sha":"1cca068ec08921aaddfe6ed4ee476cad253cacce","kind":"commit","published_at":"2023-10-24T17:34:38.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v1.2.1","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"c758fa838b40562541fb224efa9ab5c1e06ef49c","kind":"commit","published_at":"2023-10-24T17:28:37.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v1.2.0","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"610a2691c76d4a1a5a7cbd2d3b916d9a81653ad3","kind":"commit","published_at":"2023-10-03T19:28:53.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v1.1.1","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"37e7e476614847a7a1db224a9c445fc9763bceee","kind":"commit","published_at":"2023-07-15T00:09:19.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v1.1.0","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1.1.0/manifests"},{"name":"v1","sha":"5c20e0e54f6af38bab3966615db7fd5ad8d0198e","kind":"commit","published_at":"2023-05-31T18:06:49.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v1","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v1/manifests"},{"name":"v0.2.4","sha":"4f1d4e6215b03a6e4cad7bc0979e68e5a0d5e5fb","kind":"commit","published_at":"2022-06-07T12:06:34.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v0.2.4","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"5341c7a8b651bec8de8b03de00bfe7e2e8a6df24","kind":"commit","published_at":"2021-04-15T15:28:09.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v0.2.3","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"a6bdb7867a5dda02b2c724fe0bccdb701144832e","kind":"commit","published_at":"2021-04-13T10:18:27.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v0.2.2","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"8f63986d8d9de1ed77340f9fb1f5b37dba5f97e1","kind":"commit","published_at":"2021-04-13T10:14:29.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v0.2.1","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"983eddcbe541b2fb6977764b44c32e5339a37ed9","kind":"commit","published_at":"2021-04-13T10:01:50.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v0.2.0","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.2.0/manifests"},{"name":"v0.1.1","sha":"92b9e2221b582ba85b79fe8f28d23ebdbeec0c96","kind":"commit","published_at":"2020-10-05T20:35:57.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v0.1.1","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.1.1/manifests"},{"name":"v0.1","sha":"5bcdefcd127849126e5dec4b326d46d68e50b989","kind":"commit","published_at":"2020-10-03T21:44:24.000Z","download_url":"https://codeload.github.com/dhvcc/rss-parser/tar.gz/v0.1","html_url":"https://github.com/dhvcc/rss-parser/releases/tag/v0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/dhvcc/rss-parser@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/tags/v0.1/manifests"}]},"repo_metadata_updated_at":"2026-05-12T18:48:22.978Z","dependent_packages_count":0,"downloads":23588,"downloads_period":"last-month","dependent_repos_count":6,"rankings":{"downloads":5.709595143017323,"dependent_repos_count":6.0258601058974595,"dependent_packages_count":10.02740418105131,"stargazers_count":13.605469512405138,"forks_count":15.31869780543627,"docker_downloads_count":null,"average":10.1374053495615},"purl":"pkg:pypi/rss-parser","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/rss-parser","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/rss-parser","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/rss-parser/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-15T05:42:45.405Z","issues_count":19,"pull_requests_count":34,"avg_time_to_close_issue":4191838.4444444445,"avg_time_to_close_pull_request":1732432.2121212122,"issues_closed_count":18,"pull_requests_closed_count":33,"pull_request_authors_count":8,"issue_authors_count":17,"avg_comments_per_issue":4.421052631578948,"avg_comments_per_pull_request":1.6176470588235294,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":24,"past_year_issues_count":2,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":698442.0,"past_year_avg_time_to_close_pull_request":208.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":12.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":2,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhvcc%2Frss-parser/issues","maintainers":[{"login":"dhvcc","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dhvcc"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rss-parser/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rss-parser/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rss-parser/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rss-parser/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rss-parser/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/rss-parser/codemeta","maintainers":[{"uuid":"kwiz","login":"kwiz","name":null,"email":null,"url":null,"packages_count":6,"html_url":"https://pypi.org/user/kwiz/","role":null,"created_at":"2023-01-29T21:32:08.779Z","updated_at":"2023-01-29T21:32:08.779Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/kwiz/packages"}]}