{"id":13826650,"url":"https://github.com/spirali/elsie","last_synced_at":"2025-08-21T04:31:17.289Z","repository":{"id":44600242,"uuid":"134177408","full_name":"spirali/elsie","owner":"spirali","description":"Python framework for making slides","archived":false,"fork":false,"pushed_at":"2024-03-20T16:06:37.000Z","size":12343,"stargazers_count":69,"open_issues_count":12,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-17T02:46:53.895Z","etag":null,"topics":["inkscape","python","slides"],"latest_commit_sha":null,"homepage":null,"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/spirali.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":"2018-05-20T18:48:53.000Z","updated_at":"2025-07-17T00:53:31.000Z","dependencies_parsed_at":"2022-09-11T04:20:20.039Z","dependency_job_id":"a104580b-5533-44df-a609-f3cc9a281982","html_url":"https://github.com/spirali/elsie","commit_stats":{"total_commits":319,"total_committers":6,"mean_commits":"53.166666666666664","dds":0.5078369905956113,"last_synced_commit":"ae5c0f8b70dc8fac99e7bb75373bc28cf3865ce2"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/spirali/elsie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirali%2Felsie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirali%2Felsie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirali%2Felsie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirali%2Felsie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spirali","download_url":"https://codeload.github.com/spirali/elsie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spirali%2Felsie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271425078,"owners_count":24757404,"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-08-21T02:00:08.990Z","response_time":74,"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":["inkscape","python","slides"],"created_at":"2024-08-04T09:01:41.888Z","updated_at":"2025-08-21T04:31:16.823Z","avatar_url":"https://github.com/spirali.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"300\" src=\"docs/logo.jpeg\"\u003e\n\u003c/p\u003e\n\n## IMPORTANT NOTE: Elsie is replaced by [Nelsie](https://github.com/spirali/nelsie/). Elsie is not developed anymore.\n\n# Elsie\nElsie is a framework for **creating slides programmatically** using Python.\n\n**Quick links**\n- [**Documentation**](https://spirali.github.io/elsie)\n- Demonstration of features ([PDF](examples/bigdemo/bigdemo.pdf), [source code](examples/bigdemo/bigdemo.py))\n- [Gallery of Elsie presentations](https://spirali.github.io/elsie/gallery)\n- [API reference](https://spirali.github.io/elsie/apidoc)\n\n## Hello world\n```python\nimport elsie\n\nslides = elsie.SlideDeck()\n\n@slides.slide()\ndef hello(slide):\n    slide.text(\"Hello world!\")\n\nslides.render(\"slides.pdf\")\n```\n\n## Installation\n### Requirements\n- Python 3.6+\n- Inkscape 1.0+ (required only for Inkscape backend)\n    - You can find installation instructions [here](https://wiki.inkscape.org/wiki/index.php/Installing_Inkscape)\n    - Versions under 1.0 and above 0.92 might also work, but they are not primarily supported\n    - Elsie uses Inkscape in the background, you do not have to know how to use it\n- `pdflatex`, `pdf2svg` (required only for `LaTeX` support)\n\n### Installation using pip\n```bash\n$ pip3 install elsie\n```\n\nIf you want to use the [`Cairo`](https://spirali.github.io/elsie/userguide/basics/#backends) backend,\ninstall `Elsie` with the `cairo` extra package:\n```bash\n$ pip3 install elsie[cairo]\n```\n\n### Installation using Docker\n```bash\n$ docker build -t elsie .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspirali%2Felsie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspirali%2Felsie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspirali%2Felsie/lists"}