tag | 646e98507e5ed9f26f16416919091282158dfd5e | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Tue May 16 21:52:59 2023 -0700 |
object | 16a8646e210c480fb87e870fc70d6f9a0dc258d3 |
Platform Tools Release 34.0.3 (9979309)
commit | 16a8646e210c480fb87e870fc70d6f9a0dc258d3 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Feb 01 10:58:11 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Feb 01 10:58:11 2023 +0000 |
tree | a5bf38c30b79f4a5ed56f02759efda543e1b3fac | |
parent | f821ce5bada9a697819318d304dcc199b337df4a [diff] | |
parent | 393d0b1e3f0fea3e95944a2fd3282cc9f76d4f14 [diff] |
Snap for 9550355 from 393d0b1e3f0fea3e95944a2fd3282cc9f76d4f14 to sdk-release Change-Id: I92f91a8ee926eb8177409fc5166a06c275adc6fc
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.