You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
423
424
*[profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
424
425
* Others
426
+
*[hunter](https://github.com/ionelmc/python-hunter) - Hunter is a flexible code tracing toolkit.
427
+
*[manhole](https://github.com/ionelmc/python-manhole) - Debug service that will accept unix domain socket connections and present the stacktraces for all threads and an interactive prompt.
425
428
*[pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information.
426
429
*[python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.
427
430
@@ -1051,7 +1054,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
1051
1054
* Error Handler
1052
1055
*[FuckIt.py](https://github.com/ajalt/fuckitpy) - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
1053
1056
1054
-
1055
1057
## Text Processing
1056
1058
1057
1059
*Libraries for parsing and manipulating plain texts.*
0 commit comments