Metadata-Version: 2.4 Name: SimpleDomControl Version: 0.158.4 Summary: Simple DOM control -> a django MVC framework License: Apache-2.0 Keywords: django,MVC Author: Martin Starman Author-email: private@martin-starman.com Requires-Python: >=3.13,<4.0 Classifier: Environment :: Web Environment Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries :: Application Frameworks Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Dist: attrs (>=25.4.0,<26.0.0) Requires-Dist: channels (>=4.3.2,<5.0.0) Requires-Dist: channels-redis (>=4.3.0,<5.0.0) Requires-Dist: click (>=8.1.0) Requires-Dist: daphne (>=4.2.1,<5.0.0) Requires-Dist: django (>=6.0.2,<7.0.0) Requires-Dist: inquirerpy (>=0.3.4,<0.4.0) Requires-Dist: poetry-core (>=2.3.1,<3.0.0) Requires-Dist: psycopg2-binary (>=2.9.11,<3.0.0) Requires-Dist: pyjwt (>=2.11.0,<3.0.0) Requires-Dist: pyyaml (>=6.0.3,<7.0.0) Requires-Dist: regex (>=2026.1.15,<2027.0.0) Project-URL: Homepage, https://github.com/StarmanMartin/sdc Description-Content-Type: text/markdown # 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/)