commit | bd7cdd4d3776c9d08bbfea96d711958b24a9fe9c | [log] [tgz] |
---|---|---|
author | Sadaf Ebrahimi <sadafebrahimi@google.com> | Wed Nov 02 20:11:26 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Nov 02 20:11:26 2022 +0000 |
tree | a5bf38c30b79f4a5ed56f02759efda543e1b3fac | |
parent | be1c568746375d7558de3c65ad55ef1cb779694f [diff] | |
parent | 2f199605a9875340569e039657f8b4c72d51b84d [diff] |
Upgrade abseil-py to v1.3.0 am: 4bcded2999 am: 393d0b1e3f am: 2f199605a9 Original change: https://android-review.googlesource.com/c/platform/external/python/absl-py/+/2282959 Change-Id: Ia2df7395cbfbbd1b51cba3ef3325a3b60c382a6c 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.