{"id":18838619,"url":"https://github.com/beeware/duvet","last_synced_at":"2026-03-12T22:31:49.512Z","repository":{"id":10761145,"uuid":"13023748","full_name":"beeware/duvet","owner":"beeware","description":"A GUI tool for visualizing coverage data.","archived":false,"fork":false,"pushed_at":"2025-07-19T15:13:27.000Z","size":55,"stargazers_count":56,"open_issues_count":1,"forks_count":19,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-11-27T16:30:18.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beeware.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-23T00:50:07.000Z","updated_at":"2025-09-12T21:41:58.000Z","dependencies_parsed_at":"2023-02-10T00:45:16.691Z","dependency_job_id":null,"html_url":"https://github.com/beeware/duvet","commit_stats":null,"previous_names":["pybee/duvet"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/beeware/duvet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fduvet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fduvet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fduvet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fduvet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeware","download_url":"https://codeload.github.com/beeware/duvet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeware%2Fduvet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30446445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T21:31:01.033Z","status":"ssl_error","status_checked_at":"2026-03-12T21:30:43.161Z","response_time":114,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2024-11-08T02:40:05.723Z","updated_at":"2026-03-12T22:31:49.464Z","avatar_url":"https://github.com/beeware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://beeware.org/project/projects/tools/duvet/duvet.png\n    :width: 72px\n    :target: https://beeware.org/duvet\n\nDuvet\n=====\n\n.. image:: https://img.shields.io/pypi/pyversions/duvet.svg\n    :target: https://pypi.python.org/pypi/duvet\n\n.. image:: https://img.shields.io/pypi/v/duvet.svg\n    :target: https://pypi.python.org/pypi/duvet\n\n.. image:: https://img.shields.io/pypi/status/duvet.svg\n    :target: https://pypi.python.org/pypi/duvet\n\n.. image:: https://img.shields.io/pypi/l/duvet.svg\n    :target: https://github.com/pybee/duvet/blob/main/LICENSE\n\n.. image:: https://github.com/beeware/duvet/workflows/CI/badge.svg?branch=main\n   :target: https://github.com/beeware/duvet/actions\n   :alt: Build Status\n\n.. image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat\u0026logo=discord\u0026style=plastic\n   :target: https://beeware.org/bee/chat/\n   :alt: Discord server\n\nDuvet is a GUI tool for visualizing code coverage results produced by\n`coverage.py`_.\n\nWhy the name Duvet? Because a duvet doesn't just provide coverage - it keeps you\nwarm and cozy.\n\n.. _coverage.py: http://nedbatchelder.com/code/coverage/\n\nQuickstart\n----------\n\nIn your virtualenv, install Duvet, generate some coverage data, and then run ``duvet``::\n\n    $ pip install duvet\n    $ coverage run myscript.py arg1 arg2\n    $ duvet\n\nThis will pop up a GUI window, displaying all source code in your current working\ndirectory. Any source file mentioned in the coverage data will be highlighted in the\nsource file tree, with a color indicating how good the coverage is (red for bad\ncoverage, green for perfect coverage). If you select a filename in the tree, the\ncontents of that file will be displayed, with the missed lines highlighted.\n\nProblems under Ubuntu\n~~~~~~~~~~~~~~~~~~~~~\n\nUbuntu's packaging of Python omits the ``idlelib`` library from it's\nbase packge. If you're using Python 2.7 on Ubuntu 13.04, you can install\n``idlelib`` by running::\n\n    $ sudo apt-get install idle-python2.7\n\nFor other versions of Python and Ubuntu, you'll need to adjust this as\nappropriate.\n\nProblems under Windows\n~~~~~~~~~~~~~~~~~~~~~~\n\nIf you're running Duvet in a virtualenv, you'll need to set an\nenvironment variable so that Duvet can find the TCL graphics library::\n\n    $ set TCL_LIBRARY=c:\\Python27\\tcl\\tcl8.5\n\nYou'll need to adjust the exact path to reflect your local Python install.\nYou may find it helpful to put this line in the ``activate.bat`` script\nfor your virtual environment so that it is automatically set whenever the\nvirtualenv is activated.\n\nDocumentation\n-------------\n\nDocumentation for Duvet can be found on `Read The Docs`_.\n\nCommunity\n---------\n\nDuvet is part of the `BeeWare suite`_. You can talk to the community through:\n\n* `@pybeeware on Twitter`_\n\n* `Discord \u003chttps://beeware.org/bee/chat/\u003e`__\n\nWe foster a welcoming and respectful community as described in our\n`BeeWare Community Code of Conduct`_.\n\nContributing\n------------\n\nIf you experience problems with Duvet, `log them on GitHub`_. If you\nwant to contribute code, please `fork the code`_ and `submit a pull request`_.\n\n.. _BeeWare suite: https://beeware.org\n.. _Read The Docs: https://duvet.readthedocs.io\n.. _@pybeeware on Twitter: https://twitter.com/pybeeware\n.. _BeeWare Community Code of Conduct: https://beeware.org/community/behavior/\n.. _log them on Github: https://github.com/beeware/duvet/issues\n.. _fork the code: https://github.com/beeware/duvet\n.. _submit a pull request: https://github.com/beeware/duvet/pulls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeware%2Fduvet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeware%2Fduvet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeware%2Fduvet/lists"}