From charlesreid1

(Created page with "Abseil is a common library of utilities for C++ and Python that contains useful code from Google's internal code base that has been open-sourced. Github org: https://github.c...")
 
No edit summary
 
Line 12: Line 12:


This contains some useful argument-parsing functionality. It's not documented, though. :(
This contains some useful argument-parsing functionality. It's not documented, though. :(
[[Category:Python]]
[[Category:Command Line Args]]

Latest revision as of 05:18, 26 October 2017

Abseil is a common library of utilities for C++ and Python that contains useful code from Google's internal code base that has been open-sourced.

Github org: https://github.com/abseil

Blog post announcing Abseil: https://opensource.googleblog.com/2017/09/introducing-abseil-new-common-libraries.html

The Python library, abseil-py, can be installed like this:

$ pip install abseil-py

This contains some useful argument-parsing functionality. It's not documented, though. :(