dev-python/zake: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-10 01:57:21 +01:00
parent e1520787bc
commit 52a89e49fc
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
A python package that works to provide a nice set of testing utilities for the kazoo library.
It includes the following functionality:
Storage access (for viewing what was saved/created).
Kazoo mostly compatible client API.
Sync/transaction/create/get/delete... commands.
Listener support.
And more...
It simplifies testing by providing a client that has a similar API as the kazoo client so that your tests (or applications/libraries that use kazoo) do not require a real zookeeper server to be tested with (since this is not available in all testing environments).
</longdescription>
<upstream>
<remote-id type="github">yahoo/Zake</remote-id>
<remote-id type="pypi">zake</remote-id>
</upstream>
</pkgmetadata>