# domible
Domible is a set of Python classes used to generate HTML documents and elements of arbitrary complexity.
The basic idea behind domible is fairly simple, HTML elements are represented with Python classes.
When an element object is evaluated, it renders the text of the HTML element.
Objects can contain other element objects which will also evaluate to text when the containing object is evaluated.
Through this process of composition and recursive rendering,
domible can be used to programmatically create HTML elements
of arbitrary complexity directly from your Python code.
Go to the
[Domible Documentation](https://joeldodson.github.io/domible)
for details and examples.
Raw data
{
"_id": null,
"home_page": "https://joeldodson.github.io/domible",
"name": "domible",
"maintainer": "BlindGumption",
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": "blindgumption@gmail.com",
"keywords": "html, accessibility, a11y, web development, frontend, server side rendering, SSR",
"author": "Joel Dodson",
"author_email": "joeldodson@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/0e/08/15ad4312e776aae194d8ae79037c65024fb8832126f9e7b9570536c06b7f/domible-0.1.11.tar.gz",
"platform": null,
"description": "# domible\n\nDomible is a set of Python classes used to generate HTML documents and elements of arbitrary complexity.\n\nThe basic idea behind domible is fairly simple, HTML elements are represented with Python classes.\nWhen an element object is evaluated, it renders the text of the HTML element.\nObjects can contain other element objects which will also evaluate to text when the containing object is evaluated.\n\nThrough this process of composition and recursive rendering,\ndomible can be used to programmatically create HTML elements\nof arbitrary complexity directly from your Python code.\n\nGo to the\n[Domible Documentation](https://joeldodson.github.io/domible)\nfor details and examples.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "python classes to create accessible HTML elements and documents ",
"version": "0.1.11",
"project_urls": {
"Documentation": "https://joeldodson.github.io/domible",
"Homepage": "https://joeldodson.github.io/domible",
"Repository": "https://github.com/joeldodson/domible"
},
"split_keywords": [
"html",
" accessibility",
" a11y",
" web development",
" frontend",
" server side rendering",
" ssr"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6ffb22581d40eb07ecc56896dfe8235b0974b253d9bb663ee17a736b700de82d",
"md5": "cb9b78313a57b3df78be82f8cf0163c1",
"sha256": "0377c819fa00533d17a7d26eee7fe2598ac4196d156140fe4c67b3193d02f8ad"
},
"downloads": -1,
"filename": "domible-0.1.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb9b78313a57b3df78be82f8cf0163c1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 36249,
"upload_time": "2024-11-07T01:08:02",
"upload_time_iso_8601": "2024-11-07T01:08:02.588522Z",
"url": "https://files.pythonhosted.org/packages/6f/fb/22581d40eb07ecc56896dfe8235b0974b253d9bb663ee17a736b700de82d/domible-0.1.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0e0815ad4312e776aae194d8ae79037c65024fb8832126f9e7b9570536c06b7f",
"md5": "f6bfd64d4aabbe9b9d30ebd2dc81db3e",
"sha256": "890a840903c6a5e3b5529733a2f8893c0557d6296d11a2d45b1feb895e431ab4"
},
"downloads": -1,
"filename": "domible-0.1.11.tar.gz",
"has_sig": false,
"md5_digest": "f6bfd64d4aabbe9b9d30ebd2dc81db3e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 28301,
"upload_time": "2024-11-07T01:08:03",
"upload_time_iso_8601": "2024-11-07T01:08:03.831694Z",
"url": "https://files.pythonhosted.org/packages/0e/08/15ad4312e776aae194d8ae79037c65024fb8832126f9e7b9570536c06b7f/domible-0.1.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 01:08:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "joeldodson",
"github_project": "domible",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "domible"
}