From 8706374d954b93023003cf6d8c56367586bf8c3a Mon Sep 17 00:00:00 2001 From: sherbang Date: Sat, 28 Mar 2015 12:07:04 -0400 Subject: [PATCH] Add link to pie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4635cc0e22..9e66455964 100644 --- a/README.md +++ b/README.md @@ -1059,6 +1059,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Six](https://pypi.python.org/pypi/six) - Python 2 and 3 compatibility utilities. * [Python-Future](http://python-future.org/index.html) - The missing compatibility layer between Python 2 and Python 3. * [Python-Modernize](https://github.com/mitsuhiko/python-modernize) - Modernizes Python code for eventual Python 3 migration. +* [pies](https://github.com/timothycrosley/pies) - Python2 & 3 Compatibility layer with the philosophy that all code should be Python3 code. ## Miscellaneous