From ec31ebd5a9d71c8a468b67b6a57f149d068d7526 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Mon, 28 Feb 2022 05:52:22 -0800 Subject: [PATCH] Update DEVTools.md --- DEVTools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVTools.md b/DEVTools.md index 601365158..907f9cce9 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -773,6 +773,7 @@ * [Python Patterns](https://python-patterns.guide/) - *Python Design Patterns* * [Dodgy](https://github.com/landscapeio/dodgy) - *Find PWs & Diffs in Python Code* * [Pyright](https://github.com/microsoft/pyright) - *Static Type Checker for Python* +* [PyRegex](http://www.pyregex.com/) - *Python Regex Test* * [JSPyBride](https://github.com/extremeheat/JSPyBridge) - *Interoperate Node.js and Python* * [python-adb](https://github.com/google/python-adb) - *Python ADB + Fastboot Implementation* * [pipx](https://pypa.github.io/pipx/) - *Execute Python Binaries in Isolated Environments*