sdc_client 0.55.4 → 0.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.tool-versions CHANGED
@@ -1 +1 @@
1
- nodejs 18.18.0
1
+ nodejs 22.8.0
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
1
  # Simple Dom Control (Client)
2
2
 
3
- This JS package only works with the Python Django extension Simple Dom Control ([SDC](https://pypi.org/project/simpledomcontrol/)). Therefore, all documentation is available in the python SDC package.
3
+ This JS package only works with the Python Django extension Simple Dom Control ([SDC](https://pypi.org/project/simpledomcontrol/)).
4
+
5
+ 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.
6
+
7
+ For detailed docs go to [rtd](https://simpledomcontrol.readthedocs.io/en/latest/)