commit | 4b3aba62b7d02d92ac9f513301503a53150537ae | [log] [tgz] |
---|---|---|
author | Yilei Yang <yileiyang@google.com> | Wed Nov 17 09:23:15 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Nov 17 09:24:06 2021 -0800 |
tree | ab1ae172557b4ae3931ca634826ef5f7131b2692 | |
parent | 737055c5e3c0b57d461265dba19130bc8795a382 [diff] |
Update docs to reflect the default branch name change. PiperOrigin-RevId: 410547961 Change-Id: I56d8f6f1767e0f2ad4f447fe1bb8b79770824a4a
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.