{"id":18339301,"url":"https://github.com/mfschubert/gifcm","last_synced_at":"2025-04-09T20:37:00.939Z","repository":{"id":179978751,"uuid":"661934555","full_name":"mfschubert/gifcm","owner":"mfschubert","description":"Context manager for easy gif creation","archived":false,"fork":false,"pushed_at":"2024-01-05T20:13:40.000Z","size":79,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T12:47:43.312Z","etag":null,"topics":["animation","gif","matplotlib","pil","pillow"],"latest_commit_sha":null,"homepage":"","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/mfschubert.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2023-07-04T02:25:45.000Z","updated_at":"2024-01-05T20:12:41.000Z","dependencies_parsed_at":"2024-01-05T21:27:01.386Z","dependency_job_id":"acf18171-5b08-4041-93ed-e510fa62859a","html_url":"https://github.com/mfschubert/gifcm","commit_stats":null,"previous_names":["mfschubert/gifcm"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfschubert%2Fgifcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfschubert%2Fgifcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfschubert%2Fgifcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfschubert%2Fgifcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfschubert","download_url":"https://codeload.github.com/mfschubert/gifcm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248108717,"owners_count":21049183,"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":["animation","gif","matplotlib","pil","pillow"],"created_at":"2024-11-05T20:17:10.243Z","updated_at":"2025-04-09T20:37:00.900Z","avatar_url":"https://github.com/mfschubert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gifcm 0.1.0\n\nGifcm provides a context manager for easy creation of gif animations from matplotlib figures. It does not offer capabilities beyond existing tools such as [gif](https://github.com/maxhumber/gif) or [celluloid](https://github.com/jwkvam/celluloid), but rather a different API making use of context managers.\n\n## Installation\n```\npip install gifcm\n```\n\n## Usage\nExample usage is as follows:\n```python\nanimated_figure = AnimatedFigure(figure=plt.figure())\n\nfor i in range(10):\n  with animated_figure.frame():\n    plt.plot(i, i, \"o\")\n\nanimated_figure.save_gif(\"my_animation.gif\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfschubert%2Fgifcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfschubert%2Fgifcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfschubert%2Fgifcm/lists"}