Metadata-Version: 2.0
Name: uservice-logging
Version: 0.9.0
Summary: Utilities for logging for micro-services.
Home-page: https://launchpad.net/uservice-logging
Author: Canonical CI Engineering Tanuki Squad
Author-email: canonical-ci-engineering@lists.launchpad.net
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development

uservice-logging
#################

This python library provides logging utilities we use when building
micro-services.

Hacking Notes:
==============

To hack on the library, create a python3 virtual environment::

  $ make bootstrap

possibly::

  $ . env/bin/activate

To run the tests::

  $ make test

Dependencies:
=============

setup.py does not list any install-time dependencies, and users of
this library must ensure they have the required dependencies
configured.


