python-stopwatch
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: python-stopwatch | ||
| Version: 1.1.4 | ||
| Version: 1.1.5 | ||
| Summary: A simple stopwatch for measuring code performance | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/jonghwanhyeon/python-stopwatch |
| Metadata-Version: 2.1 | ||
| Name: python-stopwatch | ||
| Version: 1.1.4 | ||
| Version: 1.1.5 | ||
| Summary: A simple stopwatch for measuring code performance | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/jonghwanhyeon/python-stopwatch |
| from stopwatch.contextmanagers import profile, stopwatch | ||
| from stopwatch.stopwatch import Stopwatch | ||
| __version__ = "1.1.4" | ||
| __version__ = "1.1.5" |
@@ -20,3 +20,3 @@ from typing import Optional | ||
| "[bold][magenta]{elapsed}[/magenta][/bold]" | ||
| " {message}" | ||
| "{message}" | ||
| ), | ||
@@ -23,0 +23,0 @@ logger: Optional[SupportsInfo] = None, |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
34124
0