diff --git a/README.md b/README.md index c01c208..ec4605c 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,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) @@ -905,6 +906,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.*