{"id":16355485,"url":"https://github.com/waveform80/elementtreefactory","last_synced_at":"2025-09-10T05:41:16.901Z","repository":{"id":1929413,"uuid":"2857972","full_name":"waveform80/ElementTreeFactory","owner":"waveform80","description":"An extension to ElementTree inspired by Genshi's ElementFactory","archived":false,"fork":false,"pushed_at":"2011-11-27T19:51:23.000Z","size":104,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T03:54:23.133Z","etag":null,"topics":[],"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/waveform80.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-26T22:06:28.000Z","updated_at":"2018-12-21T09:23:02.000Z","dependencies_parsed_at":"2022-09-19T06:50:40.883Z","dependency_job_id":null,"html_url":"https://github.com/waveform80/ElementTreeFactory","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waveform80%2FElementTreeFactory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waveform80%2FElementTreeFactory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waveform80%2FElementTreeFactory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waveform80%2FElementTreeFactory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waveform80","download_url":"https://codeload.github.com/waveform80/ElementTreeFactory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661710,"owners_count":21141450,"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-10-11T01:40:57.378Z","updated_at":"2025-04-13T03:55:25.418Z","avatar_url":"https://github.com/waveform80.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Still gotta write this. For now, I'll assume you know what you're doing and let\nthe code do the talking:\n\n$ easy_install ElementTreeFactory\n\n\nThen in your python code:\n\nimport xml.etree.ElementTree as et\nfrom ElementTreeFactory import tag\n\nprint et.tostring(\n    tag.html(\n        tag.head(\n            tag.link(rel='stylesheet', href='default.css', type_='text/css', media='screen'),\n            tag.title('This is a test document'),\n        ),\n        tag.body(\n            tag.h1('Welcome to ElementTreeFactory'),\n            tag.p('This is a short demonstration of usage of ElementTreeFactory', class_='bodytext'),\n            tag.ul(\n                tag.li('Item %d' % n)\n                for n in range(5)\n            )\n        )\n    )\n)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaveform80%2Felementtreefactory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaveform80%2Felementtreefactory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaveform80%2Felementtreefactory/lists"}