This repository was archived by the owner on Oct 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Dependency Management Toolkit for Google Cloud Python Projects
22==============================================================
33
4+ Version conflicts between dependencies has been a big issue for GCP Python
5+ users. The issue typically happens when a user depends on two libraries A
6+ and B, both of which depend on incompatible versions of library C. This
7+ can lead to non-deterministic behavior, since only one version of C
8+ actually gets loaded into the library.
9+
10+ This repository is providing a toolkit for GCP Python open source projects
11+ to bootstrap their development infrastructure, enforcing centralized
12+ dependency management, CI, and release process, thus ensuring compatibility
13+ across all of our GCP Python open source libraries for our end-users.
14+
15+ |circleci | |pypi |
16+
17+ .. |circleci | image :: https://circleci.com/gh/GoogleCloudPlatform/cloud-opensource-python/tree/master.svg?style=svg&circle-token=edd37af38ff6d303b11cd0620890537168144137
18+ :target: https://circleci.com/gh/GoogleCloudPlatform/cloud-opensource-python/tree/master
19+ .. |pypi | image :: https://img.shields.io/pypi/v/compatibility_lib.svg
20+ :target: https://pypi.org/project/compatibility_lib/
21+
22+ - `Compatibility Status Dashboard `_
23+
24+ .. _Compatibility Status Dashboard : https://googlecloudplatform.github.io/cloud-opensource-python/
25+
426License
527-------
628
You can’t perform that action at this time.
0 commit comments