summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-04-07 09:20:55 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-04-07 18:21:42 -0700
commitc75016787aa0af15cddd6d8b02fcf009fcce67f9 (patch)
treeaa61ce6b97f9e4c1bbeb56f93e37fe7461b4ab21 /README.rst
parent9c9da4b20cef0474699d88b628c923516d91d9d6 (diff)
downloadoslo-log-c75016787aa0af15cddd6d8b02fcf009fcce67f9.tar.gz
Add pypi download + version badges
Also makes the docs look more like the other oslo libraries so that the content is easily readable across projects. Change-Id: Ic9837b59d194331c604b2ceddc118f2b1c5093f1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index c49fa31..938aaac 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,18 @@
oslo.log -- Oslo Logging Library
================================
-OpenStack logging configuration library provides standardized configuration for
-all openstack projects. It also provides custom formatters, handlers and
-support for context specific logging (like resource id's etc).
+.. image:: https://pypip.in/version/oslo.log/badge.svg
+ :target: https://pypi.python.org/pypi/oslo.log/
+ :alt: Latest Version
+
+.. image:: https://pypip.in/download/oslo.log/badge.svg?period=month
+ :target: https://pypi.python.org/pypi/oslo.log/
+ :alt: Downloads
+
+The oslo.log (logging) configuration library provides standardized
+configuration for all openstack projects. It also provides custom
+formatters, handlers and support for context specific
+logging (like resource id's etc).
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.log