commit | 9b1225cf42be87f9a04868cb5e0d14c0e82bf50a | [log] [tgz] |
---|---|---|
author | Junyu Lai <[email protected]> | Fri Aug 23 21:07:32 2024 +0800 |
committer | Junyu Lai <[email protected]> | Sat Aug 24 00:32:28 2024 +0000 |
tree | a9767cb931d7780845daf72f8007760cbf279aa4 | |
parent | eac3796af800a036e88982fe013cfaea6aa4e5f5 [diff] |
Add Soong build files for absl-py This is needed to perform parameterized tests in python tests. Test: TH Bug: N/A Change-Id: I8c2424de0003555075fb22e473db0de434a9f354
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.