oslo.service/README.rst
Flavio Percoco 8e6fd4be08 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/ad08d33bba8cd5813d63ab24925e378d\n'

Change-Id: I346e67e2acf258c0435be52454882d0528757478
2016-11-25 13:25:56 +01:00

1.2 KiB

Team and repository tags

image

oslo.service -- Library for running OpenStack services

Latest Version

Downloads

oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications. It also includes utilities long-running applications might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc.