From 3a31465d9a08442ac5cb589f63d233f825070b7f Mon Sep 17 00:00:00 2001 From: tylerlaberge Date: Fri, 16 Sep 2016 07:19:35 -0400 Subject: [PATCH] added PyPattyrn to design patterns section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1331049..23eeb233 100644 --- a/README.md +++ b/README.md @@ -1153,6 +1153,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [algorithms](https://github.com/nryoung/algorithms) - A module of algorithms for Python. * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python. * [sortedcontainers](http://www.grantjenks.com/docs/sortedcontainers/) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types. +* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - Design Pattern Templates for Python. ## Editor Plugins