commit | 63f98de5b158481877489ca39158ed691f7551e1 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jun 08 23:52:01 2022 +0000 |
committer | Yifan Hong <elsk@google.com> | Tue Jun 21 12:15:02 2022 -0700 |
tree | 28993223f5ce8f5de74253697551afe4db6127db | |
parent | 41ad18dfefd9f807e798ffee08323c84eaa8a9e7 [diff] |
Add metadata files Bug: 227705464 Bug: 236118730 Change-Id: I8c1f86ea7b15e5e56fe9f2915d526df1d756ef56 Signed-off-by: Yifan Hong <elsk@google.com>
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.