Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 204acd6

Browse files
authored
Add description and badges to README (#52)
1 parent ad58a20 commit 204acd6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Dependency 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+
426
License
527
-------
628

0 commit comments

Comments
 (0)