python-lzma
Python bindings for liblzma
PylibLZMA provides a Python interface for the liblzma library for
reading and writing data that has been compressed or can be
decompressed by Lasse Collin's xz / lzma utils.
python-stsci.distutils
Python packaging utilities for STScI's packages
This package contains utilities used to package some of STScI's Python
projects; specifically those projects that comprise stsci_python_ and
Astrolib_. It currently consists mostly of some setup_hook scripts meant
for use with distutils2 and/or d2to1, and a customized easy_install
command meant for use with distribute.
python3.4
Interactive high-level object-oriented language (version 3.4)
python-pdfrw
PDF file manipulation library (Python 2)
pdfrw can read and write PDF files, and can also be used to read in PDFs which
can then be used inside reportlab.
gm2-10-riscv64-linux-gnu
GNU Modula-2 compiler (cross compiler for riscv64 architecture)
This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
supported by gcc. It uses the gcc backend to generate optimised code.
python-pacparser
Python module to parse proxy auto-config files
a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
a vastly used proxy configuration method these days. Web browsers can use a PAC
file to determine which proxy server to use or whether to go direct for a given
URL. PAC files are written in JavaScript and can be programmed to return
different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
source IP address, protocol, time of the day etc. PAC files introduce a lot of
possibilities.