1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00

Merge pull request #1436 from euribates/add-refactoring

Add new section Refactoring
This commit is contained in:
Vinta Chen 2019-12-16 00:00:46 +08:00 committed by GitHub
commit dff36d08d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.*