@@ -25668,6 +25668,25 @@ (define-public python-txaio
@code{asyncio} module and @code{Twisted}.")
(license license:expat)))
+(define-public python-txredisapi
+ (package
+ (name "python-txredisapi")
+ (version "1.4.9")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "txredisapi" version))
+ (sha256
+ (base32
+ "0na5x3b53ni98h1cyakac36mqzgyldvfn6a7z270nkays1i70q69"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-pyopenssl python-six python-twisted))
+ (home-page "http://github.com/IlyaSkriblovsky/txredisapi")
+ (synopsis "Non-blocking redis client for Python")
+ (description "Non-blocking client driver for the redis database, written
+in Python. It uses Twisted for the asynchronous communication with
+redis.")
+ (license license:asl2.0)))
+
(define-public python-toolshed
(package
(name "python-toolshed")