Metadata-Version: 1.1
Name: ceph-api
Version: 0.2.0
Summary: A wrapper around librados json commands
Home-page: https://github.com/cholcombe973/ceph_command_parser
Author: Chris Holcombe
Author-email: chris.holcombe@canonical.com
License: MIT
Description: Ceph API
        ========
        
        This project generates helper functions to interact with Ceph over JSON
        rather than using subprocess.popen, check_call, check_output, etc.  If you
        are considering importing subprocess into your project stop and use this
        library instead.  You'll save yourself many future headaches.
        
        The utility that generates these helper functions is located here:
        `Ceph Command Parser <https://github.com/cholcombe973/ceph_command_parser>`_
        
        
Keywords: ceph development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
