Package: apt-dater-host Source: apt-dater Version: 0.8.0+svn431-1~bpo50+1 Architecture: all Maintainer: Patrick Matthäi Installed-Size: 72 Depends: openssh-server, sudo, lsb-release, libapt-pkg-perl Recommends: aptitude, imvirt Homepage: http://www.ibh.de/apt-dater Priority: optional Section: admin Filename: pool/main/a/apt-dater/apt-dater-host_0.8.0+svn431-1~bpo50+1_all.deb Size: 9530 SHA256: 461dbea0508510f5f73bce3d675e00298c765767c70a6e9d7c555747bfa51f2b SHA1: 689e1b4fd74ecf7c1b539c9e04ae21fbbe7fabed MD5sum: 3e5e7359eadc946802fe2f0a3b507b9b Description: host helper application for apt-dater apt-dater provides an easy to use ncurses frontend for managing package updates on a large number of remote hosts using SSH. It supports Debian-based managed hosts as well as OpenSUSE and CentOS based systems. . This package provides the helper application for apt-dater. It has to be installed on every apt-dater managed host. Package: python-foolscap Source: foolscap Version: 0.5.0+dfsg-1~bpo50+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1392 Depends: python, python-support (>= 0.7.1), python2.5, python-twisted-core, python-twisted-web, python-zope-interface Recommends: python-twisted-names, python-openssl (>= 0.6) Homepage: http://foolscap.lothar.com/ Priority: optional Section: python Filename: pool/main/f/foolscap/python-foolscap_0.5.0+dfsg-1~bpo50+1_all.deb Size: 338950 SHA256: 4391e200b745849217249ef0d77f9579068502ebab677bd84c0f1c1f64a2969b SHA1: b7f9241ee471b7e9a99dcc8fc85085a13b5cc487 MD5sum: b74bbafbab57e5b5c1d054dde05cc5dc Description: object-capability-based RPC system for Twisted Python Foolscap (also known as "newpb") contains a new RPC system for Twisted Python, combining capability-based security, secure references, flexible serialization, and technology to mitigate resource-consumption attacks. Python-Version: 2.4, 2.5 Package: python-sqlalchemy Source: sqlalchemy Version: 0.6.1-1~bpo50+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 2556 Depends: python (>= 2.4), python-support (>= 0.7.1) Recommends: python-sqlalchemy-ext Suggests: python-sqlalchemy-doc, python-psycopg2, python-mysqldb (>= 1.2.1-p2-2), python (>= 2.5) | python-pysqlite2 (>= 2.3.0-1) | python-pysqlite1.1 (>= 1.1.7-2) | python-sqlite (>= 1.0.1-5), python-kinterbasdb (>= 3.1.2-0.3), python-pymssql Homepage: http://www.sqlalchemy.org/ Priority: optional Section: python Filename: pool/main/s/sqlalchemy/python-sqlalchemy_0.6.1-1~bpo50+1_all.deb Size: 446592 SHA256: faba092bd215635b8275778aa175d9f4252b0f10a3a66cda054328bad9710e04 SHA1: 1c01c3c584489965b3cb2ac1d5194beb0969128e MD5sum: f88efe1ad102728f4a9e518a67b19989 Description: SQL toolkit and Object Relational Mapper for Python SQLAlchemy is an SQL database abstraction library for Python. Its strengths are: * full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. * extremely easy to use for all the basic tasks, such as: accessing pooled connections, constructing SQL from Python expressions, finding object instances, and committing object modifications back to the database. * powerful enough for complicated tasks, such as: eager load a graph of objects and their dependencies via joins; map recursive adjacency structures automatically; map objects to not just tables but to any arbitrary join or select statement; combine multiple tables together to load whole sets of otherwise unrelated objects from a single result set; commit entire graphs of object changes in one step. * built to conform to what DBAs demand, including the ability to swap out generated SQL with hand-optimized statements, full usage of bind parameters for all literal values, fully transactionalized and consistent updates using Unit of Work. * modular. Different parts of SQLAlchemy can be used independently of the rest, including the connection pool, SQL construction, and ORM. SQLAlchemy is constructed in an open style that allows plenty of customization, with an architecture that supports custom datatypes, custom SQL extensions, and ORM plugins which can augment or extend mapping functionality.