Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 894 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 894 Bytes

Kaizen Coding example for decorator pattern

This is a Python project, that demonstrates simple usage of decorator pattern.

How it Works

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

Python

It is tested with Python 2.7.x. You can use make venv to create Python environment for this project.

PyTest

This project uses PyTest to demonstrate a simple testing approach. For reference visit: https://docs.pytest.org/en/latest/index.html

Prerequisites

Local development

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.

Dependencies

None

License

This project is licensed under the terms of the MIT license.