nd graphics system - documentation Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the documentation for Pure Data. Most likely you will want to install "puredata" as well. Package: puredata-extra Description-md5: cfd2137b07d9db2a81f24f68a06c88e5 Description-en: realtime computer music and graphics system - extra files Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides extra objects that come with Pd, e.g. for signal analysis (fiddle~, sigmund~, bonk~) and more. . The objects for expression evaluation (expr~) have been included into puredata-core, so they are no longer part of this package. Package: puredata-gui Description-md5: 8d219983e2157002c021696009de2629 Description-en: realtime computer music and graphics system - GUI Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the graphical user-interface for Pure Data. Most likely you will want to install "puredata-core" (or even "puredata") as well. Installing this package without the accompanying puredata-core is only useful if you want to run the GUI and the DSP on different machines. Package: puredata-gui-l10n Description-md5: 65c7802af2386dac2949d096515fc486 Description-en: realtime computer music and graphics system - translations Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides the translations for the graphical user-interface of Pure Data. Package: puredata-utils Description-md5: f710137bec19ae01e5c49694229610ab Description-en: realtime computer music and graphics system - utility programs Pure Data (also known as Pd) is a real-time graphical programming environment for audio and graphics processing. . This package provides utility applications for puredata, namely pdsend and pdreceive, for sending and receiving FUDI over the net. Package: pyflakes Description-md5: d0df9f7863b6b191701693d9d8046e2f Description-en: passive checker of Python 2 programs Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. . Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. . This is the Python 2 command line `pyflakes` program. Package: pyflakes3 Description-md5: 2472c90073cc1ab41ffe6ecd43e0b8d7 Description-en: passive checker of Python 3 programs Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. . Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. . This is the Python 3 command line `pyflakes3` program. Package: pypy-pkg-resources Description-md5: 455aab7092c23bbca0a002df43ba97e4 Description-en: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Package: pypy-py Description-md5: ac28e0946588917c4335e0827c3b7241 Description-en: Advanced Python development support library (PyPy) The Codespeak py lib aims at supporting a decent Python development process addressing deployment, versioning and documentation perspectives. It includes: . * py.path: path abstractions over local and Subversion files * py.code: dynamic code compile and traceback printing support . This package provides the PyPy 2 modules. Package: pypy-setuptools Description-md5: 40365991112da2290ae1f8e833410360 Description-en: PyPy Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: pypy-sqlparse Description-md5: 6597312e9b2e2abbf0a7d42e49a26f24 Description-en: non-validating SQL parser for PyPy Sqlparse is a library which provides support for parsing, splitting and customizable formatting of SQL statements in Python environment. . This is the PyPy version of the package. Package: pypy-zipp Description-md5: 94c27b60e785744a39201841655bc2ce Description-en: pathlib-compatible Zipfile object wrapper - PyPy A backport of the Path object to older versions of Python. It's pathlib-compatible interface for zip files using zipfile object inside. . This package contains PyPy module. Package: pypy3 Description-md5: bcca4016544277bbfb1d0363fb139efb Description-en: fast alternative implementation of Python 3.x - PyPy interpreter PyPy is a fast, compliant alternative implementation of the Python language (3.x). It has several advantages and distinct features: * Speed: thanks to its Just-in-Time compiler (on x86), Python programs often run faster on PyPy. * Memory usage: large, memory-hungry Python programs might end up taking less space than they do in CPython. * Compatibility: PyPy is highly compatible with existing Python code. It supports ctypes and can run popular Python libraries like twisted and django. * Stackless: PyPy supports stackless mode on most platforms, providing micro-threads for massive concurrency. . This package contains the PyPy interpreter for Python 3.x. Package: pypy3-dev Description-md5: b38eb6e0231f366a0a7aae06e22fa8f6 Description-en: header files for PyPy (an alternative Python 3.x interpreter) Header files for compiling cpython C extension modules for use with PyPy. Note that pure Python modules will probably perform better. . PyPy supports a subset of cpython's C API through its CPyExt subsystem. . Also included is PyPy.h, for embedding the PyPy interpreter. . PyPy is a fast, compliant alternative implementation of the Python language (3.x). Package: pypy3-doc Description-md5: 537ca08edf69fdaf448335c7c5bd4398 Description-en: developer Documentation for PyPy (an alternative Python 3.x interpreter) The Developer documentation for PyPy. This mostly covers the internals of PyPy, and development of PyPy itself. . PyPy is a fast, compliant alternative implementation of the Python language (3.x). Package: pypy3-lib Description-md5: d990d11c93726ef911d8bb77cd2497d6 Description-en: standard library for PyPy (an alternative Python 3.x interpreter) The PyPy standard library. This is a combination of modules, copied directly from cpython, modified cpython modules, and modules entirely re-implemented (usually in pure Python, where they are C extensions in cpython). . PyPy is a fast, compliant alternative implementation of the Python language (3.x). Package: pypy3-lib-testsuite Description-md5: b14fc25534dbb48086570e1721307f1a Description-en: standard library test suite for PyPy (an alternative Python 3,x interpreter) The complete test suite for the PyPy standard library. . PyPy is a fast, compliant alternative implementation of the Python language (3.x). Package: pypy3-tk Description-md5: 673507ae7e0cf0430e97082ddc69ab49 Description-en: Tkinter module for PyPy (an alternative Python 3.x interpreter) A module for writing portable GUI applications with PyPy using Tk. Also known as Tkinter. . PyPy is a fast, compliant alternative implementation of the Python language (3.x). Package: python-acme-doc Description-md5: f49a01b1dca8b6f0113bea17543ca6cf Description-en: ACME protocol library for Python 3 - Documentation This is a library used by the Let's Encrypt client for the ACME (Automated Certificate Management Environment). The ACME protocol is designed as part of the Let's Encrypt project, to make it possible to setup an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This library implements the protocol used for proving the control of a domain. . This package provides the documentation. Package: python-apt Description-md5: 2b295efc7c4e39a13486f5a6990ce22b Description-en: Python interface to libapt-pkg The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions, such as: . - Access to the APT configuration system - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure . The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. Package: python-apt-dbg Description-md5: c794a1d7769c7ce363f782474b040101 Description-en: Python interface to libapt-pkg (debug extension) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the extension built for the Python debug interpreter. Package: python-apt-dev Description-md5: 57c4bd1cc13f9b16f01048f636ef0d16 Description-en: Python interface to libapt-pkg (development files) The apt_pkg Python interface will provide full access to the internal libapt-pkg structures allowing Python programs to easily perform a variety of functions. . This package contains the header files needed to use python-apt objects from C++ applications. Package: python-asyncssh-doc Description-md5: 4fd1f087b339c2a5c6fc2f89f04899f0 Description-en: asyncio-based client and server implementation of SSHv2 protocol (doc) AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.4+ asyncio framework. . It comes with a full support of SSHv2 and SFTP client and server functions, including shell, command and subsystem channels, direct and forwarded TCP channels, local and remote TCP port forwarding. . This package contains the HTML docs and examples. Package: python-avahi Description-md5: 093e21cc6d98e14410050c8edd9d6fe2 Description-en: Python utility package for Avahi Avahi is a fully LGPL framework for Multicast DNS Service Discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. . This package contains utility modules to talk to Avahi with Python easier. Package: python-babel Description-md5: 5e6a3ac9eaed3843484d2718c2f9d35d Description-en: tools for internationalizing Python applications - Python 2.x Babel is composed of two major parts. First tools to build and work with gettext message catalogs. Second a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc. . This package provides the Python 2.x module. Package: python-bottle-doc Description-md5: b3873fcb5309821277d2fc4bd23328bd Description-en: fast and simple WSGI-framework for Python - documentation Bottle is a fast and simple WSGI-framework for the Python programming language. It offers request dispatching with url parameter support (routes), templates, key/value databases, a built-in HTTP server and adapters for many third party WSGI/HTTP-server and template engines. . This package contains the Python module documentation. Package: python-certbot-doc Description-md5: c921886ee1b2b199ff3083306791f0a8 Description-en: client documentation for certbot The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. . This agent is used to: . - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. . This package contains the documentation. Package: python-certbot-nginx-doc Description-md5: 44298552b70c0afe9ea738f00ec6c778 Description-en: Nginx plugin documentation for Certbot The objective of Certbot, Let's Encrypt, and the ACME (Automated Certificate Management Environment) protocol is to make it possible to set up an HTTPS server and have it automatically obtain a browser-trusted certificate, without any human intervention. This is accomplished by running a certificate management agent on the web server. . This agent is used to: . - Automatically prove to the Let's Encrypt CA that you control the website - Obtain a browser-trusted certificate and set it up on your web server - Keep track of when your certificate is going to expire, and renew it - Help you revoke the certificate if that ever becomes necessary. . This package contains the documentation for the Nginx plugin. Package: python-cryptography Description-md5: 2e4e904eba9febc1805441f8f837db86 Description-en: Python library exposing cryptographic recipes and primitives (Python 2) The cryptography library is designed to be a "one-stop-shop" for all your cryptographic needs in Python. . As an alternative to the libraries that came before it, cryptography tries to address some of the issues with those libraries: - Lack of PyPy and Python 3 support. - Lack of maintenance. - Use of poor implementations of algorithms (i.e. ones with known side-channel attacks). - Lack of high level, "Cryptography for humans", APIs. - Absence of algorithms such as AES-GCM. - Poor introspectability, and thus poor testability. - Extremely error prone APIs, and bad defaults. . This package contains the Python 2 version of cryptography. Package: python-debian Description-md5: 5be73b50401686d419b7e34949840340 Description-en: Python modules to work with Debian-related data formats This package provides Python modules that abstract many formats of Debian related files. Currently handled are: * Debtags information (debian.debtags module) * debian/changelog (debian.changelog module) * Packages files, pdiffs (debian.debian_support module) * Control files of single or multiple RFC822-style paragraphs, e.g. debian/control, .changes, .dsc, Packages, Sources, Release, etc. (debian.deb822 module) * Raw .deb and .ar files, with (read-only) access to contained files and meta-information Package: python-dnspython Description-md5: 5c7ff37ec0055b47241c383f2c0e3c03 Description-en: DNS toolkit for Python dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. . dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records. Package: python-etcd3gw-doc Description-md5: 4a3610bc746b44c3a55137936a0797d0 Description-en: client for etcd3 grpc-gateway v3 API - doc A python client for etcd3 grpc-gateway v3alpha API. . This package contains the documentation. Package: python-flask-doc Description-md5: ffb117c9bc710c2c0dc04e3abcabeb7b Description-en: micro web framework based on Werkzeug and Jinja2 - documentation Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. A minimal Flask application looks like that: . from flask import Flask app = Flask(__name__) . @app.route("/") def hello(): return "Hello World!" . if __name__ == '__main__': app.run() . This package contains the documentation for Flask. Package: python-genshi Description-md5: 75400fac3911110cc5c147797412a313 Description-en: Python XML-based template engine - Python 2.x Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML or XML content in a uniform manner. The major feature is a template language, which is heavily inspired by Kid. . This is the Python 2 version. Package: python-idna Description-md5: db5abd2a9342b08589e3c78136607b3a Description-en: Python IDNA2008 (RFC 5891) handling (Python 2) A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and can produce different results from the earlier standard from 2003. . The library is also intended to act as a suitable drop-in replacement for the “encodings.idna” module that comes with the Python standard library but currently only supports the older 2003 specification. . This package contains the module for Python 2. Package: python-jinja2 Description-md5: 946c5e58f8736a9521b16a6d4c1157e7 Description-en: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python-jinja2-doc Description-md5: e5fe357cd6b91f10c8ecccac668a8672 Description-en: documentation for the Jinja2 Python library Jinja2 is a small but fast and easy to use stand-alone template engine . This package contains the documentation for Jinja2 in HTML and reStructuredText formats. Package: python-libxml2 Description-md5: e4228b117ba4c3ff09fba829bd0ef07d Description-en: Python bindings for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python programs. Package: python-libxml2-dbg Description-md5: 5d69439c02c8c4c06241f93466f5a75a Description-en: Python bindings for the GNOME XML library (debug extension) XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python programs for use with the Python debug interpreter. Package: python-lxml Description-md5: e8e2f787207511401ce91418255455e6 Description-en: pythonic binding for the libxml2 and libxslt libraries lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. Its aim: . * Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management! . lxml aims to provide a Pythonic API by following as much as possible the ElementTree API, trying to avoid inventing too many new APIs, or the user's having to learn new things -- XML is complicated enough. Package: python-lxml-dbg Description-md5: 1a963cdd371bc69a71681e560c497634 Description-en: pythonic binding for the libxml2 and libxslt libraries (debug extension) lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. . This package contains the extension built for the Python debug interpreter. Package: python-lxml-doc Description-md5: 86c3002728b00f49dc1d8a0e4e843699 Description-en: pythonic binding for the libxml2 and libxslt libraries (documentation) lxml is a new Python binding for libxml2 and libxslt, completely independent from these existing Python bindings. . This package contains the html documentation. Package: python-mako Description-md5: b107d73601aca3945d777218802bd901 Description-en: fast and lightweight templating for the Python platform Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics. Package: python-netaddr Description-md5: c2e3a8f75f8d079610b276c5a9b9da87 Description-en: manipulation of various common network address notations (Python 2) netaddr is a Python library for the manipulation of various common network address notations and representations. . It takes the hassle out of fiddling with enumerable variations of network addresses presenting a consistent, extensible, easy-to-use and (above all) Pythonic API. . With it you can validate, convert, categorise, iterate, generate, slice (and dice): - MAC (Media Access Control) - IEEE EUI-48 and EUI-64 - IP version 4 - IP version 6 - CIDR (Classless Inter-Domain Routing) . This is the Python 2 version of the package. Package: python-networking-bagpipe-doc Description-md5: 0e46d28b8e7b2190899dad8f28d6438d Description-en: Driver and agent code to use BagPipe implementation (common documentaiton) Driver and agent code to use BaGPipe lightweight implementation of BGP-based VPNs as a backend for Neutron. . This is the common documentation package. Package: python-networking-bgpvpn-doc Description-md5: 4134b135a192b5bd0247e67cd10a0bcf Description-en: BGP-MPLS VPN Extension for OpenStack Networking (common documentation) This project provides an API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks, routers and ports. . The Border Gateway Protocol and Multi-Protocol Label Switching are widely used Wide Area Networking technologies. The primary purpose of this project is to allow attachment of Neutron networks and/or routers to VPNs built in carrier provided WANs using these standard protocols. An additional purpose of this project is to enable the use of these technologies within the Neutron networking environment. . This is the common documentation package. Package: python-networking-odl-doc Description-md5: 067c325f307a39e289a679c54380dee5 Description-en: OpenStack Networking OpenDayLight ML2 mechanism driver - doc Neutron is a virtual network service for Openstack, and a part of Netstack. Just like OpenStack Nova provides an API to dynamically request and configure virtual servers, Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (e.g., virtual NICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities (e.g., QoS, ACLs, network monitoring, etc.) . This package contains the documentation for the OpenDayLight mechanism driver for Neutron. Package: python-notebook-doc Description-md5: 5193dd9d2354e8ca81574eb5f5933104 Description-en: Jupyter interactive notebook (documentation) The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Notebook has support for multiple programming languages, sharing, and interactive widgets. . This package contains the documentation. Package: python-openscap Description-md5: 61dab89382a067ba1191ff00d77a2093 Description-en: Set of libraries enabling integration of the SCAP line of standards OpenSCAP is a set of open source libraries providing an easier path for integration of the SCAP line of standards. SCAP is a line of standards managed by NIST with the goal of providing a standard language for the expression of Computer Network Defense related information. . The intended scope of this project is to implement working interface wrappers for parsing and querying SCAP content including: * Common Vulnerabilities and Exposures (CVE) * Common Configuration Enumeration (CCE) * Common Platform Enumeration (CPE) * Common Vulnerability Scoring System (CVSS) * Extensible Configuration Checklist Description Format (XCCDF) * Open Vulnerability and Assessment Language (OVAL) . This package contains the Python bindings for OpenSCAP. Package: python-panko-doc Description-md5: ec3c004f5c0e3e7cc6826d2ad4b683dd Description-en: Event storage dispatcher for Ceilometer. (common documentation) Event storage dispatcher for Ceilometer . This is the common documentation package. Package: python-pip-whl Description-md5: 1284c358e53d20e9aa626d1280d5ee73 Description-en: Python package installer pip is the Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories. . This is the support package for the PEP 427 wheel version of the package, required for using pip inside a virtual environment. Package: python-pkg-resources Description-md5: 455aab7092c23bbca0a002df43ba97e4 Description-en: Package Discovery and Resource Access using pkg_resources The pkg_resources module provides an API for Python libraries to access their resource files, and for extensible applications and frameworks to automatically discover plugins. It also provides runtime support for using C extensions that are inside zipfile-format eggs, support for merging packages that have separately-distributed modules or subpackages, and APIs for managing Python's current "working set" of active packages. Package: python-ply Description-md5: 1829572562d81a89af6afe493eddd643 Description-en: Lex and Yacc implementation for Python2 PLY is yet another implementation of lex and yacc for Python. Although several other parsing tools are available for Python, there are several reasons why you might want to take a look at PLY: * It's implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is extremely easy to use and provides very extensive error checking. . This package contains the Python 2 module. Package: python-protobuf Description-md5: be8d4586108d36eccf5a91b06dc55099 Description-en: Python bindings for protocol buffers Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data - similar to XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. . Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. . This package contains the Python bindings for the protocol buffers. You will need the protoc tool (in the protobuf-compiler package) to compile your definition to Python classes, and then the modules in this package will allow you to use those classes in your programs. Package: python-py Description-md5: 23ae525bcd8a7343e68f18cd0b6565ae Description-en: Advanced Python development support library (Python 2) The Codespeak py lib aims at supporting a decent Python development process addressing deployment, versioning and documentation perspectives. It includes: . * py.path: path abstractions over local and Subversion files * py.code: dynamic code compile and traceback printing support . This package provides the Python 2 modules. Package: python-pyflakes Description-md5: 2d60fa392fd509f9f54759138e65180e Description-en: passive checker of Python 2 programs - Python modules Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster. . Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style. . This is the Python 2 library version. Package: python-pygments Description-md5: f1bca78dffbd44d76ff7ad2062c8e190 Description-en: syntax highlighting package written in Python Pygments aims to be a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. . Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library Package: python-pygments-doc Description-md5: 12ec1cdf25e63fe60e3afaa554496b92 Description-en: documentation for the Pygments Pygments is syntax highlighting package. . This package contains the documentation for Pygments in HTML and reStructuredText format. Package: python-pypdf2 Description-md5: 15354d496718c37d91ea5281a2a8bf86 Description-en: Pure-Python library built as a PDF toolkit (Python 2) A Pure-Python library built as a PDF toolkit. It is capable of: - extracting document information (title, author, ...), - splitting documents page by page, - merging documents page by page, - cropping pages, - merging multiple pages into a single page, - encrypting and decrypting PDF files. . By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs. . This is the Python 2 version of the package. Package: python-setuptools Description-md5: 0dd761e68dbcfc3cc67580ac5b5688c7 Description-en: Python Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: python-subversion Description-md5: 30d5802891a40f1c510adc5fe5a34238 Description-en: Python bindings for Apache Subversion This is a set of Python interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information. Package: python-tz Description-md5: a494a4b54ac250236f51356b49003c79 Description-en: Python version of the Olson timezone database python-tz brings the Olson tz database into Python. This library allows accurate and cross platform