domible


Namedomible JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://joeldodson.github.io/domible
Summarypython classes to create accessible HTML elements and documents
upload_time2023-10-29 00:45:22
maintainerBlindGumption
docs_urlNone
authorJoel Dodson
requires_python>=3.10,<4.0
licenseMIT
keywords html accessibility a11y web development frontend server side rendering ssr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 as Python objects.
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 in 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": ">=3.10,<4.0",
    "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/d9/52/e05a937a8d0df48bd77715171c0b28763f4d475261570e501062ffd8d549/domible-0.1.3.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 as Python objects.\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 in 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.3",
    "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": "382afe2be5009180bc62c5cceb801506318830e074b5603f9a0f780afd5c146b",
                "md5": "c95d8e190b53bcbc89555af8536749f5",
                "sha256": "c2abf4f444f0a8728263396b1cc7549c65e15fd08d7a8d09b7aa9b0596bf74dc"
            },
            "downloads": -1,
            "filename": "domible-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c95d8e190b53bcbc89555af8536749f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 31275,
            "upload_time": "2023-10-29T00:45:21",
            "upload_time_iso_8601": "2023-10-29T00:45:21.021961Z",
            "url": "https://files.pythonhosted.org/packages/38/2a/fe2be5009180bc62c5cceb801506318830e074b5603f9a0f780afd5c146b/domible-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d952e05a937a8d0df48bd77715171c0b28763f4d475261570e501062ffd8d549",
                "md5": "af900d65e7cf6dc3fcf7fbad077ab333",
                "sha256": "7daa8d52074c02aacf235aae79a9824276eb917a23787fac578ecd746fc83862"
            },
            "downloads": -1,
            "filename": "domible-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "af900d65e7cf6dc3fcf7fbad077ab333",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 24153,
            "upload_time": "2023-10-29T00:45:22",
            "upload_time_iso_8601": "2023-10-29T00:45:22.662935Z",
            "url": "https://files.pythonhosted.org/packages/d9/52/e05a937a8d0df48bd77715171c0b28763f4d475261570e501062ffd8d549/domible-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-29 00:45:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joeldodson",
    "github_project": "domible",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "domible"
}
        
Elapsed time: 0.13043s