/usr/lib/python3/dist-packages/zake-0.2.2.egg-info/PKG-INFO is in python3-zake 0.2.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44  | Metadata-Version: 1.1
Name: zake
Version: 0.2.2
Summary: A python package that works to provide a nice set of testing utilities for the kazoo library.
Home-page: https://github.com/yahoo/Zake
Author: Joshua Harlow
Author-email: harlowja@yahoo-inc.com
License: ASL 2.0
Description: Zake
        ====
        
        .. image:: https://travis-ci.org/yahoo/Zake.png?branch=master
           :target: https://travis-ci.org/yahoo/Zake
        
        
        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).
        
        .. _kazoo: https://kazoo.readthedocs.org/en/latest/
        
Keywords: kazoo testing zookeeper
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
 |