{"id":19895245,"url":"https://github.com/venthur/python-debianbts","last_synced_at":"2025-10-09T14:44:41.332Z","repository":{"id":667418,"uuid":"310594","full_name":"venthur/python-debianbts","owner":"venthur","description":"Python Interface to Debian's Bug Tracking System","archived":false,"fork":false,"pushed_at":"2024-11-11T21:21:14.000Z","size":342,"stargazers_count":8,"open_issues_count":2,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-21T19:53:35.289Z","etag":null,"topics":["bug-tracking-system","debbugs","debian","python","python-debianbts","soap"],"latest_commit_sha":null,"homepage":"https://python-debianbts.readthedocs.io","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/venthur.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2009-09-18T07:26:43.000Z","updated_at":"2024-08-16T08:10:18.000Z","dependencies_parsed_at":"2023-01-13T10:35:16.997Z","dependency_job_id":"21487278-ff66-43bd-93a1-37cce6995b24","html_url":"https://github.com/venthur/python-debianbts","commit_stats":{"total_commits":356,"total_committers":16,"mean_commits":22.25,"dds":0.3202247191011236,"last_synced_commit":"e6f72507fbf9f29c8fe222e552a2ae23c5a2ba70"},"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fpython-debianbts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fpython-debianbts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fpython-debianbts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fpython-debianbts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venthur","download_url":"https://codeload.github.com/venthur/python-debianbts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252104000,"owners_count":21695399,"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","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":["bug-tracking-system","debbugs","debian","python","python-debianbts","soap"],"created_at":"2024-11-12T18:36:03.468Z","updated_at":"2025-10-09T14:44:36.309Z","avatar_url":"https://github.com/venthur.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-debianbts\n\npython-debianbts is a Python library that allows for querying Debian's [Bug\nTracking System](https://bugs.debian.org) using its SOAP interface. With this\npackage you can query for bugs of a particular package, get the status of a bug\nread the messages of bug reports and more.\n\nSince 2011, python-debianbts is used by Debian's `reportbug` to query the Bug\nTracking System and has currently (2024) roughly [200.000\ninstallations](https://qa.debian.org/popcon.php?package=python-debianbts).\n\nOnline [documentation][] is available on readthedocs.\n\n[documentation]: https://python-debianbts.readthedocs.io/en/latest/\n\n\n## Installing\n\npython-debianbts is available on [Debian][], on every other platform it can be\ninstalled via pip:\n\n```bash\npip install python-debianbts\n```\n\n[Debian]: https://debian.org\n\n## Quickstart\n\n```python\n\u003e\u003e\u003e import debianbts as bts\n\n\u003e\u003e\u003e bts.get_bugs(package='python-debianbts')\n[803900, 787723, 824111, 639458, 726878, 722226, 789047]\n\n\u003e\u003e\u003e bts.get_status([803900, 787723])\n[\u003cdebianbts.debianbts.Bugreport at 0x7f47080d8c10\u003e,\n \u003cdebianbts.debianbts.Bugreport at 0x7f47080d80d0\u003e]\n\n\u003e\u003e\u003e for b in bts.get_status([803900, 787723]):\n...     print(b)\n...\noriginator: Antonio Terceiro \u003cterceiro@debian.org\u003e\ndate: 2015-06-04 13:09:02\nsubject: reportbug: crashes when querying Debian BTS for reports on wnpp\nmsgid: \u003c20150604130538.GA16742@debian.org\u003e\npackage: python-debianbts\ntags: ['fixed-upstream', 'patch', 'jessie']\ndone: True\nforwarded: https://github.com/venthur/python-debianbts/pull/5\nmergedwith: [722226, 726878, 789047]\nseverity: important\nowner: \nfound_versions: []\nfixed_versions: ['python-debianbts/1.13']\nblocks: []\nblockedby: []\nunarchived: True\nsummary: \naffects: []\nlog_modified: 2019-07-08 07:27:36\nlocation: archive\narchived: True\nbug_num: 787723\nsource: python-debianbts\npending: done\ndone_by: Bastian Venthur \u003cventhur@debian.org\u003e\n\noriginator: Wookey \u003cwookey@debian.org\u003e\ndate: 2015-11-03 01:39:01\nsubject: reportbug errors out with SOAP error\nmsgid: \u003c20151103013542.11170.31413.reportbug@cheddar.halon.org.uk\u003e\npackage: python-debianbts\ntags: []\ndone: False\nforwarded: \nmergedwith: []\nseverity: normal\nowner: \nfound_versions: []\nfixed_versions: ['python-debianbts/2.0']\nblocks: []\nblockedby: []\nunarchived: False\nsummary: \naffects: []\nlog_modified: 2015-11-03 08:36:04\nlocation: db-h\narchived: False\nbug_num: 803900\nsource: python-debianbts\npending: pending\ndone_by: None\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventhur%2Fpython-debianbts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fventhur%2Fpython-debianbts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventhur%2Fpython-debianbts/lists"}