commit | 46500f81cd965a3132d7d3352d0d6ce6b2cc48dc | [log] [tgz] |
---|---|---|
author | Abseil Team <absl-team@google.com> | Thu Oct 18 08:10:16 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Oct 18 08:10:29 2018 -0700 |
tree | 0674b2f2a029c29a1e3f41a1d01c08ca9bf305b1 | |
parent | 403d412ce38e166b979555b9aa2c13b7d6c0634f [diff] |
Remove 'However' from methoddoc. The negation/contrast word 'however' may be confusing/misleading since the sentence supports the argument to not introduce required-ness by imports/tests which occurs when this practice is not followed. PiperOrigin-RevId: 217701269
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.