tag | 2528481a10e212e465c9c7ab0dc5bffa2a8ec78f | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Wed Apr 12 14:25:05 2023 -0700 |
object | 393d0b1e3f0fea3e95944a2fd3282cc9f76d4f14 |
Android U Beta 1 GPL
commit | 393d0b1e3f0fea3e95944a2fd3282cc9f76d4f14 | [log] [tgz] |
---|---|---|
author | Sadaf Ebrahimi <sadafebrahimi@google.com> | Wed Nov 02 18:40:17 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 02 18:40:17 2022 +0000 |
tree | a5bf38c30b79f4a5ed56f02759efda543e1b3fac | |
parent | 2f43d21c3f4ee04743747ea668683a1363eae15b [diff] | |
parent | 4bcded2999b41ebbfe6c3e1607a2669770469f83 [diff] |
Upgrade abseil-py to v1.3.0 am: 4bcded2999 Original change: https://android-review.googlesource.com/c/platform/external/python/absl-py/+/2282959 Change-Id: I8ba2017b93b24d2d6efad7f29d3b9b875fd8a475 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This repository is a collection of Python library code for building Python applications. The code is collected from Google's own Python code base, and has been extensively tested and used in production.
To install the package, simply run:
pip install absl-py
Or install from source:
python setup.py install
To run Abseil tests, you can clone the git repo and run bazel:
git clone https://github.com/abseil/abseil-py.git cd abseil-py bazel test absl/...
Please refer to smoke_tests/sample_app.py as an example to get started.
See the Abseil Python Developer Guide.
The current repository includes an initial set of libraries for early adoption. More components and interoperability with Abseil C++ Common Libraries will come in future releases.
The Abseil Python library is licensed under the terms of the Apache license. See LICENSE for more information.