~pedronis/uservice-logging/use-pip-cache-for-dev-n-testing

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 with the
development dependencies getting the project pip-cache::

  $ 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.