pypy-asn1crypto
Fast ASN.1 parser and serializer (PyPy)
asn1crypto focuses on:
- Delayed parsing of byte string values
- Persistence of original ASN.1 encoded data until a value is changed
- Lazy loading of child fields
- Utilization of high-level Python stdlib modules
tmuxp
tmux session manager
tmux session manager allowing both JSON and YAML configuration
formats. Available features:
- allows both simple and very elaborate configs
- can store and load multiple sessions
- can custom startup scripts (such as installing project dependencies
before loading tmux)
- session freezing: snapshot your current tmux layout, pane paths,
and window/session names, and dump the result as a tmuxp
configuration
gir1.2-gmime-3.0
MIME message parser and creator library - GObject introspection data
GMime provides a core library and set of utilities which may be used for the
creation and parsing of messages using the Multipurpose Internet Mail
Extension (MIME).
ruby-html2text
convert HTML into plain text
This package provides the gem html2text, which can be used to convert HTML
input into a plain text format. It uses Ruby's DOM methods to load HTML from
a string, and then iterates over the resulting DOM to correctly output plain
text.
python3-coverage-test-runner
fail Python program unit tests unless they test everything
This package contains the Python module CoverageTestRunner, which runs
unit tests implemented using the unittest module in the Python standard
library. It runs them using coverage.py (in the python-coverage package)
and fails the test if all statements are not covered.