SimpleDomControl


NameSimpleDomControl JSON
Version 0.57.8 PyPI version JSON
download
home_pagehttps://github.com/StarmanMartin/sdc
SummarySimple DOM control -> a django MVC framework
upload_time2024-12-18 17:02:48
maintainerNone
docs_urlNone
authorMartin Starman
requires_python<4.0,>=3.10
licenseApache-2.0
keywords django mvc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Simple Dom Control (SDC)

SDC is a framework that combines elements of both the MVC (Model-View-Controller) and MVT (Model-View-Template) patterns. Its main goal is to provide a tool for simple and efficient web development. The name ‘SDC’ is an abbreviation for ‘Simple DOM Control,’ indicating its focus on controlling and manipulating the Document Object Model (DOM), which is crucial for web development, particularly in dynamic web pages.

For detailed docs go to [rtd](https://simpledomcontrol.readthedocs.io/en/latest/)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/StarmanMartin/sdc",
    "name": "SimpleDomControl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "django, MVC",
    "author": "Martin Starman",
    "author_email": "private@martin-starman.com",
    "download_url": "https://files.pythonhosted.org/packages/64/82/6a509ba5b5c8961f33b991a8839bd484c4188c5a6253401c519cf59cab12/simpledomcontrol-0.57.8.tar.gz",
    "platform": null,
    "description": "# Simple Dom Control (SDC)\n\nSDC is a framework that combines elements of both the MVC (Model-View-Controller) and MVT (Model-View-Template) patterns. Its main goal is to provide a tool for simple and efficient web development. The name \u2018SDC\u2019 is an abbreviation for \u2018Simple DOM Control,\u2019 indicating its focus on controlling and manipulating the Document Object Model (DOM), which is crucial for web development, particularly in dynamic web pages.\n\nFor detailed docs go to [rtd](https://simpledomcontrol.readthedocs.io/en/latest/)",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Simple DOM control -> a django MVC framework",
    "version": "0.57.8",
    "project_urls": {
        "Homepage": "https://github.com/StarmanMartin/sdc"
    },
    "split_keywords": [
        "django",
        " mvc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e5a3712fa2a533ae1ba9c2d61b39d68516029952174c3733c5087f4c7f72b4c",
                "md5": "1aeb7429bc2f3382973f126527c5ba39",
                "sha256": "163388dcaaa50ed842d0a279dcb646c37cda22070bda2c0f36d92bae5770c5c2"
            },
            "downloads": -1,
            "filename": "simpledomcontrol-0.57.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1aeb7429bc2f3382973f126527c5ba39",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 88613,
            "upload_time": "2024-12-18T17:02:46",
            "upload_time_iso_8601": "2024-12-18T17:02:46.079166Z",
            "url": "https://files.pythonhosted.org/packages/3e/5a/3712fa2a533ae1ba9c2d61b39d68516029952174c3733c5087f4c7f72b4c/simpledomcontrol-0.57.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64826a509ba5b5c8961f33b991a8839bd484c4188c5a6253401c519cf59cab12",
                "md5": "ab2fd7a2501897b0db400bb5bf4232e5",
                "sha256": "e135827f66fc4f3abf899df79a988751c6dfac1e3b229217dfe44f86ab33335e"
            },
            "downloads": -1,
            "filename": "simpledomcontrol-0.57.8.tar.gz",
            "has_sig": false,
            "md5_digest": "ab2fd7a2501897b0db400bb5bf4232e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 50733,
            "upload_time": "2024-12-18T17:02:48",
            "upload_time_iso_8601": "2024-12-18T17:02:48.943188Z",
            "url": "https://files.pythonhosted.org/packages/64/82/6a509ba5b5c8961f33b991a8839bd484c4188c5a6253401c519cf59cab12/simpledomcontrol-0.57.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 17:02:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "StarmanMartin",
    "github_project": "sdc",
    "github_not_found": true,
    "lcname": "simpledomcontrol"
}
        
Elapsed time: 0.49752s