--- id: absl-py version: "2.5.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # absl-py — Abseil Python Common Libraries, see https://github.com/abseil/abseil-py. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install absl-py uv add absl-py poetry add absl-py ## Description [![Package version](https://img.shields.io/pypi/v/absl-py)](https://pypi.org/project/absl-py) [![Supported Python versions](https://img.shields.io/pypi/pyversions/absl-py.svg?style=flat-square)](https://pypi.org/project/absl-py) [![License](https://img.shields.io/github/license/abseil/abseil-py)](https://github.com/abseil/abseil-py/blob/main/LICENSE) [![Build Status](https://github.com/abseil/abseil-py/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/abseil/abseil-py/actions) [![Overall downloads](https://pepy.tech/badge/absl-py)](https://pepy.tech/project/absl-py) [![Last month downloads](https://pepy.tech/badge/absl-py/month)](https://pepy.tech/project/absl-py) # Abseil Python Common Libraries 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. ## Features * Simple application startup * Distributed commandline flags system * Custom logging module with additional features * Testing utilities ## Getting Started ### Installation To install the package, simply run: ```bash pip install absl-py ``` Or... ## AI interpretation — verify before relying Abseil Python provides Google's production-tested common libraries for building Python applications, including command-line flags, logging, testing utilities, and application startup infrastructure. Verdict: Abseil Python is a mature, actively maintained library from Google with zero known vulnerabilities, no dependencies, and permissive licensing. It is well-suited for projects needing production-grade flags, logging, and testing infrastructure. The Apache-2.0 license and low install friction make adoption straightforward. [View on SkillFed](https://skillfed.io/packages/absl-py) · [View on PyPI](https://pypi.org/project/absl-py/)