absl-py 2.2.1
pip install absl-py
Released:
Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2.0)
- Author: The Abseil Authors
- Requires: Python >=3.8
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
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:
pip install absl-py
Or install from source:
python setup.py install
Running Tests
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 also validate the type annotations against the latest mypy:
pip install mypy
mypy absl
Example Code
Please refer to smoke_tests/sample_app.py as an example to get started.
Documentation
See the Abseil Python Developer Guide.
Future Releases
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.
License
The Abseil Python library is licensed under the terms of the Apache license. See LICENSE for more information.
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2.0)
- Author: The Abseil Authors
- Requires: Python >=3.8
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file absl_py-2.2.1.tar.gz
.
File metadata
- Download URL: absl_py-2.2.1.tar.gz
- Upload date:
- Size: 243.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c7bc50d42d021c12d4f31b7001167925e0bd71ade853069f64af410f5565ff9 |
|
MD5 | a4f98f663b25f765ba4afdee8bcc8392 |
|
BLAKE2b-256 | 4017fa94446133df730f1a30f89ed9f3967d62ac0c0e535522ea4d46288924a5 |
File details
Details for the file absl_py-2.2.1-py3-none-any.whl
.
File metadata
- Download URL: absl_py-2.2.1-py3-none-any.whl
- Upload date:
- Size: 277.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca8209abd5005ae6e700ef36e2edc84ad5338678f95625a3f15275410a89ffbc |
|
MD5 | bb93f9aa5b85447abed5f25ddfad3c02 |
|
BLAKE2b-256 | 985e34ccb5bfb8dae555045c2dd13375e01ac8e2c1f200a4e4051e95fb9addf0 |