{"id":15008879,"url":"https://github.com/cheetahtemplate3/cheetah3","last_synced_at":"2025-05-14T14:08:19.143Z","repository":{"id":18252496,"uuid":"107327233","full_name":"CheetahTemplate3/cheetah3","owner":"CheetahTemplate3","description":"Cheetah3 is a free (MIT) and open source template engine for Python.","archived":false,"fork":false,"pushed_at":"2025-04-11T12:14:49.000Z","size":5640,"stargazers_count":148,"open_issues_count":1,"forks_count":37,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-11T21:49:08.632Z","etag":null,"topics":["mit-license","python","python2","python3","template-engine"],"latest_commit_sha":null,"homepage":"https://cheetahtemplate.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CheetahTemplate3.png","metadata":{"files":{"readme":"README.rst","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":"docs/roadmap.rst","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-17T21:42:59.000Z","updated_at":"2025-05-01T00:38:25.000Z","dependencies_parsed_at":"2024-01-02T17:27:44.441Z","dependency_job_id":"082cf5ee-5c3b-4466-aa16-29fac6da55f4","html_url":"https://github.com/CheetahTemplate3/cheetah3","commit_stats":{"total_commits":2478,"total_committers":42,"mean_commits":59.0,"dds":0.513317191283293,"last_synced_commit":"da3a7300dce97ee2cbab328f29eb09b734cf48f2"},"previous_names":[],"tags_count":110,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheetahTemplate3%2Fcheetah3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheetahTemplate3%2Fcheetah3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheetahTemplate3%2Fcheetah3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheetahTemplate3%2Fcheetah3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CheetahTemplate3","download_url":"https://codeload.github.com/CheetahTemplate3/cheetah3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160252,"owners_count":22024567,"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":["mit-license","python","python2","python3","template-engine"],"created_at":"2024-09-24T19:21:18.287Z","updated_at":"2025-05-14T14:08:19.122Z","avatar_url":"https://github.com/CheetahTemplate3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cheetah Template 3.4.0\n======================\n\nCheetah3 is a free and open source (MIT) Python template engine.\nIt's a fork of the original CheetahTemplate library.\n\nPython 2.7 or 3.4+ is required.\n\n\nWhere is CheetahTemplate3\n=========================\n\nSite:\nhttps://cheetahtemplate.org/\n\nDownload:\nhttps://pypi.org/project/CT3/\n\nNews and changes:\nhttps://cheetahtemplate.org/news.html\n\nStackOverflow:\nhttps://stackoverflow.com/questions/tagged/cheetah\n\nMailing lists:\nhttps://sourceforge.net/p/cheetahtemplate/mailman/\n\nDevelopment:\nhttps://github.com/CheetahTemplate3\n\nDeveloper Guide:\nhttps://cheetahtemplate.org/dev_guide/\n\n\nExample\n=======\n\nInstall::\n\n    $ pip install CT3 # (or even \"ct3\")\n\nBelow is a simple example of some Cheetah code, as you can see it's practically\nPython. You can import, inherit and define methods just like in a regular Python\nmodule, since that's what your Cheetah templates are compiled to :) ::\n\n    #from Cheetah.Template import Template\n    #extends Template\n\n    #set $people = [{'name' : 'Tom', 'mood' : 'Happy'}, {'name' : 'Dick',\n                            'mood' : 'Sad'}, {'name' : 'Harry', 'mood' : 'Hairy'}]\n\n    \u003cstrong\u003eHow are you feeling?\u003c/strong\u003e\n    \u003cul\u003e\n        #for $person in $people\n            \u003cli\u003e\n                $person['name'] is $person['mood']\n            \u003c/li\u003e\n        #end for\n    \u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheetahtemplate3%2Fcheetah3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheetahtemplate3%2Fcheetah3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheetahtemplate3%2Fcheetah3/lists"}