commit | 99d72774ba05271cf2aa6d9cf80da8508ae48d59 | [log] [tgz] |
---|---|---|
author | Yilei Yang <yileiyang@google.com> | Fri Sep 22 12:11:40 2017 -0700 |
committer | Yilei Yang <yileiyang@google.com> | Mon Sep 25 10:31:47 2017 -0700 |
tree | 4045d2739be52c04d29734fd24227548101567cc | |
parent | 9b5d766f40f8ff1d2c74c88b95340fdc01a42ef2 [diff] |
Clean up unused code. PiperOrigin-RevId: 169720771
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:
python setup.py install
We will also release the package on PyPI very soon.
To run Abseil tests, we use bazel:
bazel 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.