Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dff36d0

Browse files
authored
Merge pull request vinta#1436 from euribates/add-refactoring
Add new section Refactoring
2 parents c22978b + bfa5e15 commit dff36d0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
6868
- [Permissions](#permissions)
6969
- [Processes](#processes)
7070
- [Recommender Systems](#recommender-systems)
71+
- [Refactoring](#refactoring)
7172
- [RESTful API](#restful-api)
7273
- [Robotics](#robotics)
7374
- [RPC Servers](#rpc-servers)
@@ -905,6 +906,14 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
905906
* [Surprise](https://github.com/NicolasHug/Surprise) - A scikit for building and analyzing recommender systems.
906907
* [tensorrec](https://github.com/jfkirk/tensorrec) - A Recommendation Engine Framework in TensorFlow.
907908

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+
908917
## RESTful API
909918

910919
*Libraries for building RESTful APIs.*

0 commit comments

Comments
 (0)