commit | 7db37fa2a31e33ae833bb054df5c1a84cf91afcc | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jul 20 22:31:24 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jul 20 22:31:24 2023 +0000 |
tree | a5bf38c30b79f4a5ed56f02759efda543e1b3fac | |
parent | 4a8480615ea8b48dc6105bf54afc06fa60a3d1c1 [diff] | |
parent | 2f199605a9875340569e039657f8b4c72d51b84d [diff] |
Snap for 10448490 from 2f199605a9875340569e039657f8b4c72d51b84d to simpleperf-release Change-Id: Ie1619d2628ad5ca0ecc29966b49b4ca097ff7245
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.