pk4
make available the Debian source package producing the specified package
pk4 resolves the specified argument(s) as either:
python3-pyrad
Python module for creating and decoding RADIUS packets
It takes care of all the details like building RADIUS
packets, sending them and decoding responses.
This package contains several modules:
- client: RADIUS client code
- dictionary: RADIUS attribute dictionary
- server: Basic RADIUS server and proxy classes.
- packet: a RADIUS packet as send to/from servers
- tools: utility functions
python3-lsprotocol
Python implementation of the Language Server Protocol
lsprotocol is a Python implementation of object types used in the Language
Server Protocol (LSP). This repository contains the code generator and the
generated types for LSP.
plaso
super timeline all the things -- metapackage
This is a metapackage that depends on the Python 3
package of the Plaso libraries and scripts.
python3-optlang
sympy based mathematical programming language (Python 3)
Optlang is a Python package for solving mathematical optimization problems,
i.e. maximizing or minimizing an objective function over a set of variables
subject to a number of constraints. Optlang provides a common interface to a
series of optimization tools, so different solver backends can be changed in
a transparent way. Optlang's object-oriented API takes advantage of the
symbolic math library sympy to allow objective functions and constraints to
be easily formulated from symbolic expressions of variables.
python3-x3dh
Python 3 implementation of the X3DH key agreement protocol
This Python library offers an implementation of the Extended Triple
Diffie-Hellman key agreement protocol (X3DH) as specified here.