Metadata-Version: 1.1
Name: openstack-summit-counter
Version: 0.4.0
Summary: OSC Plugin to help compute the number of summits someone has attended.
Home-page: https://pypi.python.org/pypi/openstack-summit-counter
Author: Doug Hellmann
Author-email: doug@doughellmann.com
License: UNKNOWN
Description: ========================
        OpenStack Summit Counter
        ========================
        
        The ``summit count`` plugin for python-openstackclient helps the user
        determine the number of summits they have attended since the beginning
        of their interaction with OpenStack.
        
        Installing
        ==========
        
        ::
        
          $ pip install openstack-summit-counter
        
        Using
        =====
        
        ::
        
          $ openstack summit count $first [$current]
        
        For example, if your first summit was for the "Folsom" series and the
        next summit is for "Rocky"::
        
          $ openstack summit count folsom rocky
        
          +---------+-------+
          | Field   | Value |
          +---------+-------+
          | Summits | 13    |
          +---------+-------+
        
        Can also be used for counting PTGs. For example::
        
          $ openstack ptg count pike rocky
        
          +-------+-------+
          | Field | Value |
          +-------+-------+
          | PTGs  | 3     |
          +-------+-------+
        
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
