import devel/py-bitstruct, ok sthen
This module performs conversions between Python values and C bit field
structs represented as Python byte strings. It is intended to have a
similar interface as the python struct module, but working on bits
instead of primitive data types (char, int, ...).
import textproc/py-graphemeu, ok sthen
Python package for working with user perceived characters. More
specifically, string manipulation and calculation functions for
working with grapheme cluster groups (graphemes) as defined by
the Unicode Standard Annex #29.
import sysutils/py-about_time, ok sthen
Did you ever need to measure the duration of an operation? Yeah, this is easy.
But how to:
- measure the duration of two or more blocks at the same time,
including the whole duration?
- instrument a code to cleanly retrieve durations in one line,
to log or send to time series databases?
- easily see human friendly durations in seconds, milliseconds, etc?
- easily see human friendly counts with SI prefixes like k, M, G, T, etc?
- measure the actual throughput of a block? (this is way harder, since it
needs to measure both duration and number of iterations)
- easily see human friendly throughputs in "/second", "/minute", "/hour"
or even "/day", including SI prefixes?
about-time solves these and many more.
Import pluto-5.24.1
Comment:
cli tool to discover deprecated apiVersions in Kubernetes
Description:
Pluto helps users find deprecated Kubernetes apiVersions in their code
repositories and Helm releases.
Maintainer: Rafael Sadowski <rsadowski at openbsd.org>
WWW: https://pluto.docs.fairwinds.com
Tweaks and OK sthen@