| commit | 8dc737556341caeba0a09f15e6c0737a5724bd66 | [log] [tgz] |
|---|---|---|
| author | Yilei Yang <yileiyang@google.com> | Tue Oct 26 13:36:40 2021 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Oct 26 13:37:16 2021 -0700 |
| tree | e52d0eb55ef1ae28921fe9fcfaa41aea4f71cc39 | |
| parent | accabc2cdc7a4db7d32850ea67f14b22db0957a9 [diff] |
Remove the unittest3_backport code now that we have dropped Python 2 support. Also removed a few `six.PY2` protected methods in absltest since the linter recognizes the super class and reports the use of deprecated methods errors. PiperOrigin-RevId: 405723651 Change-Id: I60835dd7b30695c7c35613080621a0cbdebe890f
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.