commit | 19bf98da82d45fd7a43d58ad41f3b3bb743f3516 | [log] [tgz] |
---|---|---|
author | Yilei Yang <yileiyang@google.com> | Tue Nov 09 16:34:19 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 09 16:34:51 2021 -0800 |
tree | 3cba566f4704b2223ffa2c29276cfbf88b91b2b9 | |
parent | b35543deaaf8b7c14cea0c8ace4adaf4ba016648 [diff] |
Preparing the release of absl-py 1.0.0. This version dropped the support of Python 2.7, 3.4, 3.5. All these three versions have reached end-of-life for more than a year now. PiperOrigin-RevId: 408735139 Change-Id: I82abec68e1336d44cae8228145d62170e070072f
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.