commit | b0c97c0aeffbf1c384f3e53fc4a822b4b228972e | [log] [tgz] |
---|---|---|
author | Yilei Yang <yileiyang@google.com> | Wed Mar 16 11:02:26 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Mar 16 11:03:02 2022 -0700 |
tree | 6bf3ec44f5e24a4981535fe0be5b2b2d21109b30 | |
parent | 778c0b9a75c2b114266769bd0926846049bf8449 [diff] |
Fix some lint errors. The test helper change is for a test that will be released in a future version. PiperOrigin-RevId: 435099266 Change-Id: I870a7a6386f5ecca4e349b1211b92c723dfd8c54
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.