mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
release preparation
This commit is contained in:
parent
0095f974da
commit
70f4e01104
9 changed files with 145 additions and 107 deletions
|
|
@ -10,6 +10,16 @@
|
|||
# https://documen.tician.de/pudb/
|
||||
pudb
|
||||
|
||||
# Quick-and-dirty debugging output for tired programmers
|
||||
# https://pypi.org/project/q/
|
||||
q
|
||||
|
||||
# backtrace manipulates Python tracebacks to make them more
|
||||
# readable. It provides different configuration options for
|
||||
# coloring and formatting.
|
||||
# https://github.com/nir0s/backtrace
|
||||
backtrace
|
||||
|
||||
# Py-Spy: A sampling profiler for Python programs.
|
||||
# https://github.com/benfred/py-spy
|
||||
# This is good for coarse grained profiling (even on production)
|
||||
|
|
@ -24,3 +34,4 @@ snakeviz
|
|||
# add one after you've tested it and found it to be actually useful.
|
||||
|
||||
ipython # nuff said
|
||||
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@
|
|||
pathlib2
|
||||
typing
|
||||
click
|
||||
toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue