{"id":14065280,"url":"https://github.com/abilian/asciicast","last_synced_at":"2025-06-10T17:15:50.516Z","repository":{"id":222568533,"uuid":"622621216","full_name":"abilian/asciicast","owner":"abilian","description":"Easily create terminal screencast. Based on asciinema.","archived":false,"fork":false,"pushed_at":"2024-07-22T13:09:50.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-25T08:04:41.940Z","etag":null,"topics":[],"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/abilian.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","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":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-02T16:43:14.000Z","updated_at":"2024-07-22T13:00:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"1ec8e101-ea93-498f-896c-e9a07ed9cb20","html_url":"https://github.com/abilian/asciicast","commit_stats":null,"previous_names":["abilian/asciicast"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fasciicast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fasciicast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fasciicast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fasciicast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abilian","download_url":"https://codeload.github.com/abilian/asciicast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abilian%2Fasciicast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259114708,"owners_count":22807255,"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":[],"created_at":"2024-08-13T07:04:24.386Z","updated_at":"2025-06-10T17:15:50.494Z","avatar_url":"https://github.com/abilian.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Asciicast: generate asciicasts from Python code\n\n[![image](https://img.shields.io/pypi/v/asciicast.svg)](https://pypi.python.org/pypi/asciicast)\n\n[![image](https://img.shields.io/travis/sfermigier/asciicast.svg)](https://travis-ci.com/sfermigier/asciicast)\n\n[![Documentation Status](https://readthedocs.org/projects/asciicast/badge/?version=latest)](https://asciicast.readthedocs.io/en/latest/?version=latest)\n\nThis package provides a Python API to generate\n[asciicasts](https://asciinema.org/docs/asciicast-v2) from Python code.\n\n## Installation\n\n```bash\n    pip install asciicast\n```\n\n## Demo\n\n[![asciicast](https://asciinema.org/a/wlIj0hTLZVWnjGdIsiB730KT2.svg)](https://asciinema.org/a/wlIj0hTLZVWnjGdIsiB730KT2)\n\n## Usage\n\nThe `asciicast` module provides a `Asciicast` class that can be used to record\nasciicasts from Python code.\n\nExample:\n\n```python\nfrom asciicast.cast import Cast\n\ncast = Cast(typing_delay=0.03)\n\ncast.echo(\"# How to use asciicast?\")\ncast.wait(0.5)\n\ncast.type(\"cat -n examples/demo1.py\")\ncast.wait(0.2)\n\ncast.run()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabilian%2Fasciicast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabilian%2Fasciicast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabilian%2Fasciicast/lists"}