{"id":42299505,"url":"https://github.com/welfare-state-analytics/pyparlaclarin","last_synced_at":"2026-01-27T10:19:58.633Z","repository":{"id":45888006,"uuid":"389967832","full_name":"welfare-state-analytics/pyparlaclarin","owner":"welfare-state-analytics","description":"Python package for processing Parla-Clarin XML files.","archived":false,"fork":false,"pushed_at":"2024-04-15T13:07:07.000Z","size":745,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-24T07:30:02.076Z","etag":null,"topics":["lxml","parla-clarin","tei-xml","xml"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pyparlaclarin/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/welfare-state-analytics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-07-27T12:05:58.000Z","updated_at":"2021-12-13T16:25:21.000Z","dependencies_parsed_at":"2024-04-15T14:48:43.216Z","dependency_job_id":null,"html_url":"https://github.com/welfare-state-analytics/pyparlaclarin","commit_stats":{"total_commits":41,"total_committers":3,"mean_commits":"13.666666666666666","dds":0.09756097560975607,"last_synced_commit":"5e8e6a5842ef2e28e175b84726168db7061bbf4d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/welfare-state-analytics/pyparlaclarin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welfare-state-analytics%2Fpyparlaclarin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welfare-state-analytics%2Fpyparlaclarin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welfare-state-analytics%2Fpyparlaclarin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welfare-state-analytics%2Fpyparlaclarin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/welfare-state-analytics","download_url":"https://codeload.github.com/welfare-state-analytics/pyparlaclarin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/welfare-state-analytics%2Fpyparlaclarin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28811637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"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":["lxml","parla-clarin","tei-xml","xml"],"created_at":"2026-01-27T10:19:57.840Z","updated_at":"2026-01-27T10:19:58.626Z","avatar_url":"https://github.com/welfare-state-analytics.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pyparlaclarin\n\nThis module includes functionality for reading, creating, and modifying Parla-Clarin XML files.\n\nFor instance, you can loop over all paragraphs in a Parla-Clarin file with a simple function:\n\n```python\nfrom pyparlaclarin.read import paragraph_iterator\n\nfor paragraph in paragraph_iterator(root):\n\tprint(paragraph)\n```\n\nor get all speeches by a speaker\n\n```python\nfrom pyparlaclarin.read import speeches_with_name\n\nfor speech in speeches_with_name(root, name=\"barack_obama_1961\"):\n\tprint(speech)\n```\n\nFurther documentation is available on [GitHub pages](https://welfare-state-analytics.github.io/pyparlaclarin/pyparlaclarin/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelfare-state-analytics%2Fpyparlaclarin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwelfare-state-analytics%2Fpyparlaclarin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwelfare-state-analytics%2Fpyparlaclarin/lists"}