Skip to main content

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

uservice_utils-1.0.3-py3-none-any.whl (13.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page