aboutsummaryrefslogtreecommitdiff
path: root/battering
diff options
context:
space:
mode:
Diffstat (limited to 'battering')
-rw-r--r--battering/packages/python-xyz.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/battering/packages/python-xyz.scm b/battering/packages/python-xyz.scm
index c530601..9a79399 100644
--- a/battering/packages/python-xyz.scm
+++ b/battering/packages/python-xyz.scm
@@ -888,3 +888,23 @@ characters. More specifically, string manipulation and calculation functions
for working with grapheme cluster groups (graphemes) as defined by the Unicode
Standard Annex #29.")
(license license:expat)))
+
+(define-public python-about-time
+ (package
+ (name "python-about-time")
+ (version "4.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "about-time" version))
+ (sha256
+ (base32 "1kpy8yc71i4ryzxvpndpdkdby78f66c4kl99fjcpvriwsdi8hlva"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://github.com/rsalmei/about-time")
+ (synopsis
+ "Measure timing and throughput of code blocks, with human friendly representations.")
+ (description
+ "A cool helper for tracking time and throughput of code blocks, with
+beautiful human friendly renditions.")
+ (license license:expat)))