Skip to main content

A correlation vector implementation in python

Project description

ms_cv - Correlation Vector

GitHub Workflow - Build PyPi

A correlation vector implementation in python, based on Microsoft's implementation.

Usage

import ms_cv

cll_vec = ms_cv.CorrelationVector()
print('Initial cll vector: {}'.format(cll_vec.get_value()))
print('Next iteration: {}'.format(cll_vec.increment()))

Installation

pip install ms_cv

Requirements

  • None

Compatibility

  • Python 3

License

MIT LICENSE

Authors

ms_cv was written by OpenXbox <noreply@openxbox.org>.

Based on the implementation by Microsoft:

https://github.com/search?q=org%3Amicrosoft+correlationVector

https://github.com/Microsoft/Telemetry-Client-for-Android/blob/master/AndroidCll/src/main/java/com/microsoft/cll/android/CorrelationVector.java

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ms_cv-0.1.1.tar.gz (2.6 kB view hashes)

Uploaded Source

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