python3-moneyed
Currency and Money classes for use in Python 3 code
The need to represent instances of money frequently arises in software
development, particularly any financial/economics software. To address that
need, this package provides the classes of Money and Currency, at a level more
useful than just using Python's Decimal class, or even the float primitive.
The package is meant to be stand-alone and easy to either use directly, or
subclass further.
xdms
Uncompressor for Amiga DMS archives
This a tool for decompressing Amiga DMS files. DMS files contain disk
images that are these days mainly useful for Amiga emulation. It can
unpack DMS images to ADF images.
dpsyco-cfengine
Automate applying of cfengine configs
libanalitza8
library to work with mathematical expressions
This library is used by KAlgebra and may be used by other software to parse and
work with mathematical expressions.
postgresql-14-postgis-3
Geographic objects support for PostgreSQL 14
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
python-demjson
encoder, decoder, and lint/validator for JSON in Python (python2)
demjson is a comprehensive Python language binding to the JSON
language-independent data encoding standard, which is often used as a
simpler substitute for XML in AJAX-based web applications.