commit | 23f309e3b81c7e1e04a6c4600f7976a39b63d7d0 | [log] [tgz] |
---|---|---|
author | Richard Levasseur <rlevasseur@google.com> | Thu Mar 07 16:04:00 2019 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 07 16:04:14 2019 -0800 |
tree | c768da0bc5c9ea1e177720022187d9b5a283a8de | |
parent | 82dec75cfaf336d3cad6b91f2475d6029bced472 [diff] |
Make absl py3_mode config setting work with Bazel's new python version behavior. How Bazel selects and determines the Python 3 mode is changing. To remain compatible, switch from using the --force_python flag to the newer config setting method. This also makes Bazel 0.23 with --all_incompatible_flags work. PiperOrigin-RevId: 237345747
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.
Full documentation is forthcoming on https://abseil.io. For now, please refer to the in-code Python docstrings.
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.