commit | dc5f0e27ab8d952ec42362ac87a1bda5d01c0140 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Dec 16 02:08:43 2023 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Dec 16 02:08:43 2023 +0000 |
tree | 43142271eee9dca918030c3217fdcc1f4c9f5318 | |
parent | bd7cdd4d3776c9d08bbfea96d711958b24a9fe9c [diff] | |
parent | 9ae5a78fc57c3cd539398373ae39601a8b923e62 [diff] |
Snap for 11227258 from 9ae5a78fc57c3cd539398373ae39601a8b923e62 to 24Q2-release Change-Id: I22d0b11cc97f90bae0734aaaec4122d9be35a869
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.