Metadata-Version: 2.1
Name: SimpleDomControl
Version: 0.57.1
Summary: Simple DOM control -> a django MVC framework
Home-page: https://github.com/StarmanMartin/sdc
License: Apache-2.0
Keywords: django,MVC
Author: Martin Starman
Author-email: private@martin-starman.com
Requires-Python: >=3.10,<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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: attrs (>=24.2.0,<25.0.0)
Requires-Dist: channels (>=4.1.0,<5.0.0)
Requires-Dist: channels-redis (>=4.2.0,<5.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: daphne (>=4.1.2,<5.0.0)
Requires-Dist: django (>=5.1.2,<6.0.0)
Requires-Dist: psycopg2-binary (>=2.9.9,<3.0.0)
Requires-Dist: regex (>=2024.7.24,<2025.0.0)
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/)
