libpegdown-java
Lightweight Markdown processing library
Pegdown is nearly 100% compatible with the original Markdown specification
and fully passes the original Markdown test suite. On top of the standard
Markdown feature set pegdown implements a number of extensions similar
to what other popular Markdown processors offer.
libasync-http-client-java
Java Asynchronous HTTP Client
Async HTTP Client library purpose is to allow Java applications to easily
execute HTTP requests and asynchronously process the HTTP responses.
kffmpegthumbnailer
video thumbnailer for KDE
python3-pyodbc
Python3 module for ODBC database access
A Python3 DB API 2 module for ODBC. No 3rd party libraries are required.
Only native Python datatypes are used, such as decimal and datetime.
It implements the Python Database API Specification v2.0.
For example:
import pyodbc
Next, create a connection by passing an ODBC connection string to the
connect method. This step causes ODBC to load the database driver (the SQL
Server driver in this example) and connect to the database.
cnxn = pyodbc.connect('DSN=northwind')
python3-colorlog
formatter to use with the logging module of Python 3
python-colorlog allows colors to be placed in the format string, which is
mostly useful when paired with a StreamHandler that is outputting to a
terminal. This is accomplished by adding a set of terminal color codes to the
record before it is used to format the string.
r-cran-writexl
GNU R package to Export Data Frames to Excel 'xlsx' Format
Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter'.
Fast and no Java or Excel required.