From bfa5e158be80287791718b6cee7d0cec854520e9 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Rodriguez de Leon Date: Wed, 20 Nov 2019 16:59:37 +0000 Subject: [PATCH] Added new section Refactoring --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 664cd31..0bc5fb7 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Permissions](#permissions) - [Processes](#processes) - [Recommender Systems](#recommender-systems) + - [Refactoring](#refactoring) - [RESTful API](#restful-api) - [Robotics](#robotics) - [RPC Servers](#rpc-servers) @@ -890,6 +891,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [Surprise](https://github.com/NicolasHug/Surprise) - A scikit for building and analyzing recommender systems. * [tensorrec](https://github.com/jfkirk/tensorrec) - A Recommendation Engine Framework in TensorFlow. +## Refactoring + +*Refactoring tools and libraries for Python* + + * [Bicycle Repair Man](http://bicyclerepair.sourceforge.net/) - Bicycle Repair Man, a refactoring tool for Python. + * [Bowler](https://pybowler.io/) - Safe code refactoring for modern Python. + * [Rope](https://github.com/python-rope/rope) - Rope is a python refactoring library. + ## RESTful API *Libraries for building RESTful APIs.*