{"id":13794808,"url":"https://github.com/davep/textual-canvas","last_synced_at":"2025-10-07T07:30:32.123Z","repository":{"id":148282110,"uuid":"618910334","full_name":"davep/textual-canvas","owner":"davep","description":"A simple character-based canvas widget for use with Textual.","archived":false,"fork":false,"pushed_at":"2025-10-02T15:09:35.000Z","size":1722,"stargazers_count":46,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-02T16:18:44.755Z","etag":null,"topics":["canvas","drawing","plotting","python","python-library","python3","terminal","textual","textual-widget","widget"],"latest_commit_sha":null,"homepage":"http://textual-canvas.davep.dev/","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/davep.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-25T17:48:43.000Z","updated_at":"2025-10-02T15:08:59.000Z","dependencies_parsed_at":"2024-01-13T10:41:32.351Z","dependency_job_id":"3045cd1c-dd0a-4d74-bdef-7ffcc4d30bc7","html_url":"https://github.com/davep/textual-canvas","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/davep/textual-canvas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-canvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-canvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-canvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-canvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davep","download_url":"https://codeload.github.com/davep/textual-canvas/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-canvas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278453154,"owners_count":25989300,"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-05T02:00:06.059Z","response_time":54,"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"}},"keywords":["canvas","drawing","plotting","python","python-library","python3","terminal","textual","textual-widget","widget"],"created_at":"2024-08-03T23:00:48.198Z","updated_at":"2025-10-07T07:30:32.111Z","avatar_url":"https://github.com/davep.png","language":"Python","funding_links":[],"categories":["Community"],"sub_categories":["Third Party Applications"],"readme":"# textual-canvas\n\n![Being used for textual-mandelbrot](https://raw.githubusercontent.com/davep/textual-canvas/main/img/textual-mandelbrot.png)\n*An example of `textual-canvas` being used in a Textual application*\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/textual-canvas/code-checks.yaml)](https://github.com/davep/textual-canvas/actions)\n[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/textual-canvas/latest)](https://github.com/davep/textual-canvas/commits/main/)\n[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/textual-canvas)](https://github.com/davep/textual-canvas/issues)\n[![GitHub Release Date](https://img.shields.io/github/release-date/davep/textual-canvas)](https://github.com/davep/textual-canvas/releases)\n[![PyPI - License](https://img.shields.io/pypi/l/textual-canvas)](https://github.com/davep/textual-canvas/blob/main/LICENSE)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textual-canvas)](https://github.com/davep/textual-canvas/blob/main/pyproject.toml)\n[![PyPI - Version](https://img.shields.io/pypi/v/textual-canvas)](https://pypi.org/project/textual-canvas/)\n\n## Introduction\n\n`textual-canvas` provides a simple terminal-based drawing canvas widget for\nuse with [Textual](https://textual.textualize.io/). Initially developed as a\nwidget for building\n[`textual-mandelbrot`](https://github.com/davep/textual-mandelbrot), it made\nsense to spin it out into its own general-purpose library.\n\n## Installing\n\nThe package can be installed with `pip` or related tools, for example:\n\n```sh\n$ pip install textual-canvas\n```\n\n## The library\n\nThe library provides one very simple widget for use in Textual: `Canvas`.\nThis is a scrollable and focusable widget that can be used to colour\n\"pixels\", acting as a basic building block for drawing other things. The\n\"pixels\" themselves are half a character cell in height, hopefully coming\nout roughly square in most environments.\n\nSee [the documentation](https://textual-canvas.davep.dev/) for an\nintroduction, a usage guide and detailed API documentation.\n\n[//]: # (README.md ends here)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Ftextual-canvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavep%2Ftextual-canvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Ftextual-canvas/lists"}