commit | f133bd1d65e05336f7a7e5fa552a22c287674df5 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 25 07:50:18 2022 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Aug 25 07:50:18 2022 +0000 |
tree | 28993223f5ce8f5de74253697551afe4db6127db | |
parent | 63f98de5b158481877489ca39158ed691f7551e1 [diff] | |
parent | f821ce5bada9a697819318d304dcc199b337df4a [diff] |
Snap for 8992082 from f821ce5bada9a697819318d304dcc199b337df4a to gki13-boot-release Change-Id: I5ce99e26fcf107a482646c2e7d7417d367e87488
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.