README.rst 1.23 KB
Newer Older
1
2
3
4
========================
Team and repository tags
========================

melissaml's avatar
melissaml committed
5
6
.. image:: https://governance.openstack.org/tc/badges/oslo.service.svg
    :target: https://governance.openstack.org/tc/ference/tags/index.html
7
8
9

.. Change things from this point on

10
11
12
========================================================
 oslo.service -- Library for running OpenStack services
========================================================
13

14
.. image:: https://img.shields.io/pypi/v/oslo.service.svg
15
    :target: https://pypi.org/project/oslo.service/
16
17
18
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/oslo.service.svg
19
    :target: https://pypi.org/project/oslo.service/
20
21
    :alt: Downloads

22
23
24
25
26
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.
27
28

* Free software: Apache license
29
* Documentation: https://docs.openstack.org/oslo.service/latest/
30
* Source: https://opendev.org/openstack/oslo.service
31
* Bugs: https://bugs.launchpad.net/oslo.service
melissaml's avatar
melissaml committed
32
* Release notes: https://docs.openstack.org/releasenotes/oslo.service/