mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-19 05:31:28 -05:00
[PR #929] [CLOSED] An enhanced hot reload library with no similar projects #836
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/929
Author: @fyrestone
Created: 9/10/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
f37ebd5Add Reloading section and pydevd_reload hot reload library.7c39c87Fix section description.📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
README.md(+8 -1)📄 Description
What is this Python project?
An enhanced hot reload library based on pydevd_reload.py from https://github.com/fabioz/PyDev.Debugger. The original library is used in PyDev & PyCharm.
Hot reload is quite useful when developing features in complex system; it saves lots of time from restarting target system.
What's the difference between this Python project and similar ones?
No similar one.
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.