Skip to content

Commit b2e81c6

Browse files
authored
Update README.md
1 parent 88825f8 commit b2e81c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

002/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
12
# IEP02 - IntelMQ Mixins
23

4+
## Status
5+
6+
Implemented. See https://github.com/certtools/ieps/#list-of-ieps
7+
8+
## Motivation
39
I would like to lower the bar for adding additional bots by introducing mixins.
410
Mixins are a concept coming from OOP theory and it is closely related to
511
multiple inheritance.
@@ -57,4 +63,4 @@ Mixins are also used in Django to add functionality to their class based Views,
5763
for more details see https://docs.djangoproject.com/en/3.1/topics/class-based-views/mixins/
5864
A longer article about inheritance, MRO, mixins and Python that also talks
5965
about the implementation in Django can be found on
60-
https://www.thedigitalcatonline.com/blog/2020/03/27/mixin-classes-in-python/
66+
https://www.thedigitalcatonline.com/blog/2020/03/27/mixin-classes-in-python/

0 commit comments

Comments
 (0)