summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-26 18:24:52 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-05-26 18:24:52 +0100
commitdd5cb574b53337620c31dcc6cd727eabc6a09a48 (patch)
treed480ba0f1d2a24b7709890f7f4c8ef708727f4de /gnu/packages/python-xyz.scm
parent74d1cf2583acab63e55f018af2c4d5d7136dc81d (diff)
parent57144dfe41944bafd13180ff19d731cea1bf6eed (diff)
Merge branch 'csantosb/python-logfury'
Change-Id: I1abba91a71bf5a75ee5a001e42a54e6ee76b4c18
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8a1c25d12f..8e3b5e0046 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1257,6 +1257,30 @@ provided to perform logging in the background.")
attributes.")
(license license:bsd-2)))
+(define-public python-logfury
+ (package
+ (name "python-logfury")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "logfury" version))
+ (sha256
+ (base32 "09kanw1iv61hgmd858xkc9kck8ia91qdyb954i4m7bdrxan5s2hk"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-pytest
+ python-setuptools
+ python-setuptools-scm
+ python-testfixtures
+ python-wheel))
+ (home-page "https://github.com/reef-technologies/logfury/")
+ (synopsis "Logging of method calls for python libraries")
+ (description
+ "Logfury is a tool for python library maintainers. It allows for
+responsible, low-boilerplate logging of method calls.")
+ (license license:bsd-3)))
+
(define-public python-logzero
(package
(name "python-logzero")