python3-maison

Read Python package configuration settings

When developing a Python application, e.g a command-line tool, it can be helpful to allow the user to set their own configuration options to allow them to tailor the tool to their needs. These options are typically set in files in the root of a project directory that uses the tool, for example in a pyproject.toml or an {project_name}.ini file.

ruby-crass

CSS parser based on the CSS Syntax Level 3 draft

Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 draft specification. Tokenizes and parses CSS according to the rules defined in the 2013 draft of the CSS Syntax Level 3 specification.Extremely tolerant of broken or invalid CSS. If a browser can handle it, Crass should be able to handle it too.

safecat

Safely copy stdin to a file

Safecat is a program which implements Daniel Bernstein's maildir algorithm to copy stdin safely to a file in a specified directory. It can be used to write mail messages to a qmail-style maildir, or to write data to a "spool" directory reliably.

trafficserver

fast, scalable and extensible HTTP/1.1 and HTTP/2.0 caching proxy server

This package provides the Apache Traffic Server, a fast, scalable reverse proxy server which may operate as forward proxy as well. Apache Traffic Server supports:

trafficserver-experimental-plugins

experimental plugins for Apache Traffic Server

This package provides the Apache Traffic Server plugins marked as experimental.

python3-shapely

geometric objects, predicates, and operations (Python 3)

Shapely is a package for manipulation and analysis of 2D features. Its capabilities include: * calculating the point set unions, intersections, or differences of features * predicate tests on features: intersects, touches, contains, and more.