This is a Python project, that demonstrates simple usage of decorator pattern.
Just execute make
to see what you can do.
The whole project is for learning coding.
It collects ideas of K.I.S.S. project structure, tooling and testing.
Current status: First release
It is tested with Python 2.7.x.
You can use make venv
to create Python environment for this project.
This project uses PyTest to demonstrate a simple testing approach. For reference visit: https://docs.pytest.org/en/latest/index.html
This is developed to support development under Mac OS X, Windows and Linux (Ubuntu, CentOS). For local testing you will need to install Python 2.7.x.
None
This project is licensed under the terms of the MIT license.