Metadata-Version: 1.1
Name: ceph-workbench
Version: 1.1.0
Summary: a command line tool that implements a development workflow for Ceph
Home-page: http://workbench.dachary.org/dachary/ceph-workbench
Author: Loic Dachary
Author-email: loic@dachary.org
License: UNKNOWN
Description: ceph-workbench
        ==============
        
        ceph-workbench is a command line tool that implements a development
        workflow for `Ceph <http://ceph.com>`_
        
        Home page : https://pypi.python.org/pypi/ceph-workbench
        
        Hacking
        =======
        
        * Get the code : git clone http://workbench.dachary.org/dachary/ceph-workbench.git
        * Run the tests : tox
        * Tag a version
        
         - edit the version field of setup.cfg
         - git tag -a -m 'whatever' 2.1.1
         - git push --tags
        
        * Check the documentation : rst2html < README.rst > /tmp/a.html
        * Publish
        
         - python setup.py register
         - python setup.py sdist upload --sign
         - trim old versions at https://pypi.python.org/pypi/ceph-workbench
        
        
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
