{"id":20909862,"url":"https://github.com/vsedyshev-intermedia/yati","last_synced_at":"2026-05-19T21:34:04.271Z","repository":{"id":34449370,"uuid":"38384289","full_name":"vsedyshev-intermedia/yati","owner":"vsedyshev-intermedia","description":"Yet Another Timeline Implementation","archived":false,"fork":false,"pushed_at":"2015-07-14T17:39:06.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T09:57:07.807Z","etag":null,"topics":["chart","python","serverside-rendering"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"go-kit/kit","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vsedyshev-intermedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-01T17:14:03.000Z","updated_at":"2023-05-19T15:07:30.000Z","dependencies_parsed_at":"2022-08-17T20:21:21.484Z","dependency_job_id":null,"html_url":"https://github.com/vsedyshev-intermedia/yati","commit_stats":null,"previous_names":["vsedyshev-intermedia/yati"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vsedyshev-intermedia/yati","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsedyshev-intermedia%2Fyati","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsedyshev-intermedia%2Fyati/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsedyshev-intermedia%2Fyati/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsedyshev-intermedia%2Fyati/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsedyshev-intermedia","download_url":"https://codeload.github.com/vsedyshev-intermedia/yati/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsedyshev-intermedia%2Fyati/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33233740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-19T15:49:41.270Z","status":"ssl_error","status_checked_at":"2026-05-19T15:49:22.917Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["chart","python","serverside-rendering"],"created_at":"2024-11-18T14:13:05.362Z","updated_at":"2026-05-19T21:34:04.254Z","avatar_url":"https://github.com/vsedyshev-intermedia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yati\n\nYet Another Timeline Implementation (yati) is high level with ink data rate value.\n\nResult:\n\n![](https://github.com/vit1251/yati/blob/master/example_01.jpg)\n\nSource:\n\n```python\n        g = yati.Graph(size=(800, 600))\n        gg1 = g.createGroup(name=\"Suite 1\")\n        gg1l1 = gg1.createLine(name=\"AR_0001\")\n        gg1l1.registerInterval(start=0.0, end=2.5, color=yati.Color.GRAY)\n        gg1l1.registerInterval(start=2.5, end=5.0, color=yati.Color.RED)\n        gg1l1.registerInterval(start=5.0, end=7.5, color=yati.Color.GREEN)\n        gg1l1.registerInterval(start=7.5, end=10.0, color=yati.Color.YELLOW)\n        #\n        gg1l2 = gg1.createLine(name=\"AR_0002\")\n        #\n        gg1l2.registerInterval(start=2.5, end=5.0, color=yati.Color.parse(yati.Color.GREEN).createDark(50))\n        gg1l2.registerInterval(start=5.0, end=7.5, color=yati.Color.parse(yati.Color.GREEN).createLight(50))\n        #\n        gg2 = g.createGroup(name=\"Suite 2\")\n        #\n        for i in range(10):\n            gg2l1 = gg2.createLine(name=\"AR_{num:04d}\".format(num=i+10))\n            color = random.choice([yati.Color.GREEN, yati.Color.YELLOW, yati.Color.GRAY, yati.Color.ORANGE, yati.Color.RED])\n            start = random.choice([0.5, 1.5, 2.5, 3.5, 4.5])\n            end = start + random.choice([0.5, 1.5, 2.5, 3.5, 4.5])\n            gg2l1.registerInterval(start=start, end=end, color=color)\n        #\n        gr = yati.GraphRender(graph=g, padding=(0,0,0,100))\n        gr.render(filename=\"1.svg\")\n```\n\nWatch theory on YouTube:\n\n[![Ink-Information Ratio](http://img.youtube.com/vi/CJouyPxHb84/0.jpg)](http://www.youtube.com/watch?v=CJouyPxHb84)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsedyshev-intermedia%2Fyati","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsedyshev-intermedia%2Fyati","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsedyshev-intermedia%2Fyati/lists"}