commit | 59a45f7600e824cf4b8cdab561305c7f1c664b85 | [log] [tgz] |
---|---|---|
author | Yilei Yang <yileiyang@google.com> | Tue Oct 03 14:22:41 2017 -0700 |
committer | Yilei Yang <yileiyang@google.com> | Thu Oct 05 15:57:49 2017 -0700 |
tree | b3c163ff7ca209bfd7b19c59e53917d8418d854a | |
parent | 66bae26cf1a633d284b7603b1f5e8226757417aa [diff] |
Code cleanup. PiperOrigin-RevId: 170913671
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, we use bazel:
bazel test absl/...
Please refer to smoke_tests/smoke_test.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.
This is not an official Google product.