coily
Python module that implements concepts from Spring Java Framework
Install
- All systems
-
curl cmd.cat/coily.sh
- Debian
-
apt-get install python-springpython
- Ubuntu
-
apt-get install python-springpython
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-springpython
- Raspbian
-
apt-get install python-springpython
- Dockerfile
- dockerfile.run/coily
python-springpython
Python module that implements concepts from Spring Java Framework
Spring Python intends to take the concepts that were developed, tested, and proven with the Spring Framework, and carry them over to the language of Python. The key features of Spring Python are: - Inversion of Control. - Aspect Oriented Programming. - Database Transactions. - Database Templates. - Remoting. - JMS Messaging. This is not a direct port of existing source code, but rather, a port of proven solutions, while still remaining faithful to the style, idioms, and overall user community of Python. For more information, please visit: http://www.springpython.org/