Metadata-Version: 2.0
Name: uservice-utils
Version: 1.0.0
Summary: uservice-utils

##############


This python library provides common utuilities we use when building 
micro-services.

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

This library is designed to contain useful components for building micro-services. 
We aim to guarantee backwards compatibility. All code in this library must:

 * ...be tested to a reasonable degree.
 * ...be genericly useful to several services.

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

	$ virtualenv -p python3 ve
	$ . ve/bin/activate

To run the tests::

	$ python setup.py test




Home-page: https://launchpad.net/uservice-utils
Author: Canonical CI Engineering Team
Author-email: canonical-ci-engineering@lists.launchpad.net
License: GPLv3
Description: UNKNOWN
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
