osc plugin to count summits someone has attended
Go to file
Doug Hellmann 2cb65021cd import into opendev infra
add .gitreview file for gerrit

add zuul config for linters job

add tox file for linters job

ignore .tox directory

fix pep8 issues

Change-Id: Iaf140a8eccdcdb4a5d64a2cf8b7836ad900496c1
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-12-17 10:20:04 -05:00
summit_counter import into opendev infra 2018-12-17 10:20:04 -05:00
.gitignore import into opendev infra 2018-12-17 10:20:04 -05:00
.gitreview import into opendev infra 2018-12-17 10:20:04 -05:00
.zuul.yaml import into opendev infra 2018-12-17 10:20:04 -05:00
LICENSE Initial commit 2018-03-16 16:37:20 -04:00
README.rst Add support for counting PTGs 2018-03-16 22:42:30 +01:00
requirements.txt first hacky version 2018-03-16 17:08:38 -04:00
setup.cfg Add support for counting PTGs 2018-03-16 22:42:30 +01:00
setup.py first hacky version 2018-03-16 17:08:38 -04:00
tox.ini import into opendev infra 2018-12-17 10:20:04 -05:00

README.rst

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     |
+-------+-------+