File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
68
68
- [ Permissions] ( #permissions )
69
69
- [ Processes] ( #processes )
70
70
- [ Recommender Systems] ( #recommender-systems )
71
+ - [ Refactoring] ( #refactoring )
71
72
- [ RESTful API] ( #restful-api )
72
73
- [ Robotics] ( #robotics )
73
74
- [ RPC Servers] ( #rpc-servers )
@@ -905,6 +906,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
905
906
* [ Surprise] ( https://github.com/NicolasHug/Surprise ) - A scikit for building and analyzing recommender systems.
906
907
* [ tensorrec] ( https://github.com/jfkirk/tensorrec ) - A Recommendation Engine Framework in TensorFlow.
907
908
909
+ ## Refactoring
910
+
911
+ * Refactoring tools and libraries for Python*
912
+
913
+ * [ Bicycle Repair Man] ( http://bicyclerepair.sourceforge.net/ ) - Bicycle Repair Man, a refactoring tool for Python.
914
+ * [ Bowler] ( https://pybowler.io/ ) - Safe code refactoring for modern Python.
915
+ * [ Rope] ( https://github.com/python-rope/rope ) - Rope is a python refactoring library.
916
+
908
917
## RESTful API
909
918
910
919
* Libraries for building RESTful APIs.*
You can’t perform that action at this time.
0 commit comments