mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
Abseil Python Common Libraries 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 WWW: https://github.com/abseil/abseil-py
11 lines
408 B
Text
11 lines
408 B
Text
Abseil Python Common Libraries 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
|
|
|
|
WWW: https://github.com/abseil/abseil-py
|