commit | 6b3c1b8bdd9371d263793b0a4e5480802fd40f8c | [log] [tgz] |
---|---|---|
author | Yilei Yang <yileiyang@google.com> | Wed Jun 01 13:32:26 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 01 13:33:00 2022 -0700 |
tree | faf738843747b43d4bc5f9b46ec8ea33436a62ad | |
parent | 18171acc6f67acd1a14e8f2ad58318ea80410137 [diff] |
Preparing the release of absl-py 1.1.0. PiperOrigin-RevId: 452372418 Change-Id: Id1efa24457e5240dd39cdb5858523e1f35ce01be
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.