python3-cwcwidth

Python bindings for wc(s)width (Python 3)

This module provides functions to compute the printable length of a unicode character/string on a terminal. It leverages the wcwidth(3) and wcswidth(3) functions as defined in POSIX.1-2001 and POSIX.1-2008. This module provides the same functions as the pure Python implementation found in python3-wcwidth.

r-cran-gitcreds

query 'git' credentials from GNU R

Query, set, delete credentials from the 'git' credential store. Manage 'GitHub' tokens and other 'git' credentials. This package is to be used by other packages that need to authenticate to 'GitHub' and/or other 'git' repositories.

python3-basix

Finite Element Basis Function Definition Runtime Library (Python 3)

Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron)

r-cran-sass

GNU R Syntactically Awesome Style Sheets ('Sass')

An 'SCSS' compiler, powered by the 'LibSass' library. With this, R developers can use variables, inheritance, and functions to generate dynamic style sheets. The package uses the 'Sass CSS' extension language, which is stable, powerful, and CSS compatible.

r-bioc-scrnaseq

Collection of Public Single-Cell RNA-Seq Datasets

Gene-level counts for a collection of public scRNA-seq datasets, provided as SingleCellExperiment objects with cell- and gene-level metadata.

python3-stubserver

mock tester of external web dependencies for Python

Testing external web dependencies in a mock objects style. This library includes the tests at the bottom of the stubserver.py file, which serve both as the TDD tests written while creating this library, and as examples / documentation. It supports any HTTP method, i.e. GET, PUT, POST and DELETE. It supports chunked encoding, but currently the developers have no use cases for multipart support etc, so it doesn't do it.