| commit | fb8466c2403d7e19a643a043c06a71c6656444ed | [log] [tgz] |
|---|---|---|
| author | Yilei Yang <yileiyang@google.com> | Wed Mar 17 09:01:55 2021 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 17 09:02:23 2021 -0700 |
| tree | 1a438d73fadadeae0f6e484df3e4a24f06422aff | |
| parent | 12025f6941016c459aae103c69d686aa2ae2a954 [diff] |
Annotate in type comments that `absl.logging.fatal` does not return. `absl.logging.fatal` causes program to abort, unless in rare cases that absl's root logger is overridden. PiperOrigin-RevId: 363431400 Change-Id: Iaab774451502abe696c66d4396685106151e839a
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.