Utilities for building micro-services.
Project description
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:
$ pip install -r test_requirements.txt $ python setup.py test
Dependencies:
This library contains many different parts, and we don’t want to force users to install all the dependencies for all the parts in order to use any one piece. For that reason, setup.py does not list any install-time dependencies, and users of this library must ensure they have the required dependencies configured.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file uservice_utils-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: uservice_utils-1.0.3-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c4136f80b2d6cc195e4869c13a2aa6f58ae96d1612dafa6b5ea1d83cfce97f5 |
|
MD5 | 4ca41be21f01bf4fa24afa158d0c40ec |
|
BLAKE2b-256 | 620fb6196cd250648473788c3e838ef4213aa32d04d37a8066f9d7c34a9465f6 |