Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXY
]
python2-osrf-pycommon - Commonly needed Python modules used by software developed at OSRF
- Description:
osrf_pycommon is a python package which contains commonly used Python
boilerplate code and patterns. Things like ANSI terminal coloring, capturing
colored output from programs using sub-process, or even a simple logging system
which provides some nice functionality over the built-in Python logging system.
The functionality provided here should be generic enough to be reused in
arbitrary scenarios and should avoid bringing in dependencies which are not
part of the standard Python library. Where possible Windows and Linux/OS X
should be supported, and where it cannot it should be gracefully degrading.
Packages