Package: alembic Version: 0.8.7-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1550 Depends: python-alembic | python3-alembic, libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/a/alembic/alembic_0.8.7-2~bpo8+1_all.deb Size: 342472 MD5sum: a8df8d20e407fbfa7e3bf7cc96d96669 SHA1: 3242773c501a4843e9b85892d98576231bd7bece SHA256: 61aacda6e7ee131febd4cb5b1d51a7d0899c7c73fb60d67284033dc06ad28067 Section: python Priority: optional Homepage: https://bitbucket.org/zzzeek/alembic Description: lightweight database migration tool for SQLAlchemy Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: . * Can emit ALTER statements to a database in order to change the structure of tables and other constructs * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. . This package provides /usr/bin/alembic script and documentation for Alembic, and depends on the python-alembic package which contains all the actual code (in Python 2) for Alembic to actually work. Package: antlr3 Version: 3.5.2-2~bpo8+1 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 1216 Depends: default-jre-headless | java2-runtime-headless | java5-runtime-headless | java6-runtime-headless, libantlr3-runtime-java (= 3.5.2-2~bpo8+1), libstringtemplate4-java Recommends: libstringtemplate-java Filename: pool/jessie-mitaka-backports-nochange/main/a/antlr3/antlr3_3.5.2-2~bpo8+1_all.deb Size: 1108218 MD5sum: fc203213044ae23364606589a7c5d2f5 SHA1: c62ec106767cf719dd5b8c6441a674de7a322fb8 SHA256: 74f0faaa56216f9bc5dc27bbec32336a0810fc01fe2b6cf38ea75e35fc558c3c Section: java Priority: optional Homepage: http://www.antlr3.org Description: language tool for constructing recognizers, compilers etc ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . Computer language translation has become a common task. While compilers and tools for traditional computer languages (such as C or Java) are still being built, their number is dwarfed by the thousands of mini-languages for which recognizers and translators are being developed. Programmers construct translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to handle all of your translation tasks. Package: antlr3-doc Source: antlr3 Version: 3.5.2-2~bpo8+1 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 27260 Depends: default-jdk-doc Suggests: libantlr3-java Filename: pool/jessie-mitaka-backports-nochange/main/a/antlr3/antlr3-doc_3.5.2-2~bpo8+1_all.deb Size: 3351056 MD5sum: a93fc3fea500ba511dee9a3e349ef90f SHA1: 0860ac1629da0b0a8b451e81891c72fd65c42801 SHA256: 1c1c96b8ded66c7aa0cc6e5b660ab81922f1bc940ef82ef8abe6785b154ef701 Section: doc Priority: optional Homepage: http://www.antlr3.org Description: language tool for constructing compilers etc - documentation ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the API documentation for ANTLR 3 Package: antlr3-gunit-maven-plugin Source: antlr3 Version: 3.5.2-2~bpo8+1 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 67 Depends: libantlr3-gunit-java (>= 3.5.2-2~bpo8+1), libmaven2-core-java, libplexus-compiler-java Filename: pool/jessie-mitaka-backports-nochange/main/a/antlr3/antlr3-gunit-maven-plugin_3.5.2-2~bpo8+1_all.deb Size: 18540 MD5sum: 126bdf3d155bdf7905cefbd29e7db6e6 SHA1: 4447ac085dc5b1b7791ca59b32db7a5ed18c4972 SHA256: d0232d3dd65c936b4d9979de90dce707ea060d1ff38ce5902bf8bb7a8b391b25 Section: java Priority: optional Homepage: http://www.antlr3.org Description: Maven plugin for gUnit, a unit test framework for ANTLR grammars gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. . This package provides the Maven plugin that allow to run gUnit tests during a Maven build Package: antlr3-maven-plugin Source: antlr3 Version: 3.5.2-2~bpo8+1 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 71 Depends: antlr3 (>= 3.5.2-2~bpo8+1), libmaven2-core-java, libplexus-compiler-java Filename: pool/jessie-mitaka-backports-nochange/main/a/antlr3/antlr3-maven-plugin_3.5.2-2~bpo8+1_all.deb Size: 21500 MD5sum: bb84f08bc95d281bfc980a3b4bea23cd SHA1: cd6b2b93c69d833c336c6ac610e22274f8cbce92 SHA256: e8e6c88a9967f98c70a7cbc6a97d44ff1bb1aad86b494a89dfb35525fd81ccdf Section: java Priority: optional Homepage: http://www.antlr3.org Description: Maven plugin for ANTLR 3 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the Maven plugin that supports compiling ANTLR 3 grammars during a Maven build Package: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: all Maintainer: Debian Bacula Team Installed-Size: 21 Depends: bacula-client, bacula-server (= 7.4.3+dfsg-1~bpo8+1) Suggests: bacula-doc Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula_7.4.3+dfsg-1~bpo8+1_all.deb Size: 1510 MD5sum: d7db2da6ff38202ae318345659b6a3ac SHA1: 56b01ec29ee2aa479c5113455c8b2e095c90d57d SHA256: 708bf8fe8a1ac7333823aa6f116104f13cb8074a9a768f330e636586af8191f6 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - metapackage Bacula is a set of programs to manage backup, recovery, and verification of computer data across a network of computers of different kinds. . It is efficient and relatively easy to use, while offering many advanced storage management features that make it easy to find and recover lost or damaged files. Due to its modular design, Bacula is scalable from small single computer systems to networks of hundreds of machines. . This metapackage installs the entire suite of Bacula applications: job scheduling, storage control, node connector, and administrative console. Package: bacula-client Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: all Maintainer: Debian Bacula Team Installed-Size: 170 Depends: bacula-console (>= 7.4.3+dfsg-1~bpo8+1), bacula-fd (>= 7.4.3+dfsg-1~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-client_7.4.3+dfsg-1~bpo8+1_all.deb Size: 107534 MD5sum: 2c9ff2d60793c63211682d9afea66111 SHA1: 9ff4ac9859b4b3e67dc0f555fc504caafafd6351 SHA256: 5072549c120c6a85f707e17dac1ec9556ea3af31cb037347b2aa01424907beee Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - client metapackage Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify, and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . The package is a metapackage for client installations (file daemon and console only). Package: bacula-common Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 1120 Pre-Depends: adduser Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Suggests: bacula-doc, gdb Replaces: bacula-director-common Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-common_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 569430 MD5sum: 2f7d0db3d74910f597629ff8bffbc3d6 SHA1: 0566b21c4f21f5a75be865c7ae642fe58b7dc269 SHA256: 31f14ba7936dca90894859316591a440619348a82664f7315e58e43a75b5f2ad Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - common support files Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . This package provides files that are useful for other Bacula packages. Package: bacula-common-mysql Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 236 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common (= 7.4.3+dfsg-1~bpo8+1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libmysqlclient18 (>= 5.5.24+dfsg-1), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Suggests: bacula-doc Conflicts: bacula-common-pgsql, bacula-common-sqlite3 Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-common-mysql_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 63088 MD5sum: 8a601c11243c747473f1985f744be07f SHA1: 935c6b67010d99d35965323402ed683a6bb152d5 SHA256: c2fd3defa5d9ac0abf68ea83e1a3bd19d03aa7edae0707478d5bcc6440186b20 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - MySQL common files Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . This package provides files that are useful for other Bacula packages for the MySQL database. Package: bacula-common-pgsql Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 240 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common (= 7.4.3+dfsg-1~bpo8+1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpq5, libstdc++6 (>= 4.1.1) Suggests: bacula-doc Conflicts: bacula-common-mysql, bacula-common-sqlite3 Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-common-pgsql_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 65798 MD5sum: 1c8a1561e152e0fd1a34df10b1f0528e SHA1: 71ad510951285ce29ed8ae9ea7d47b51856e5e64 SHA256: 2b22fa01b10e47c22923b46e911e04da16bc82c31ccde2469c602352810d05c4 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - PostgreSQL common files Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . This package provides files that are useful for other Bacula packages for the PostgreSQL database. Package: bacula-common-sqlite3 Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 228 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common (= 7.4.3+dfsg-1~bpo8+1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 4.1.1) Suggests: bacula-doc Conflicts: bacula-common-mysql, bacula-common-pgsql Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-common-sqlite3_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 62258 MD5sum: b4913ac891cc769004947cdfb202a308 SHA1: 89bbf4fd79635ffe82a4b32dfb2fbb1d30dd300f SHA256: 432eca38cfa4647bb4e06685a92a0ea8b4c2d8a6c053ea78c833dcd70945669d Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - SQLite v3 common files Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . This package provides files that are useful for other Bacula packages for the SQLite v3 database. Package: bacula-console Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 84 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common (= 7.4.3+dfsg-1~bpo8+1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libreadline6 (>= 6.0), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1) Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-console_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 16930 MD5sum: 2a4010a229d79a621f8b442849e4b18a SHA1: e1a45ca86856ca43d77abc57d7e47174f565e37a SHA256: 99f115ae60232a7289d397aade11b14ecee796955b28fac0231f67163c4a436f Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - text console Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The management console allows the administrator or user to communicate with the Bacula Director. . This package provides the text-interface version of the console. Package: bacula-console-qt Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 1486 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common (= 7.4.3+dfsg-1~bpo8+1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.8.0), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1) Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-console-qt_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 566546 MD5sum: 2614f408744c14bd2b895afe395efcf3 SHA1: 64989f8e43208d69e9f1058c54f98dfaa77796e4 SHA256: 4570628efbf0df7b25896557fe797941633ed376775c33a628e8a6471611d77f Section: utils Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - Bacula Administration Tool Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The management console allows the administrator or user to communicate with the Bacula Director. . This package provides the most advanced GUI to Bacula: the Bacula Administration Tool (BAT) console. . This GUI interface has been designed to ease restore operations as much as possible as compared to the basic text console. Package: bacula-director-common Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 101 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common (= 7.4.3+dfsg-1~bpo8+1), bsd-mailx | mailx, lsb-base, libc6 (>= 2.3.4), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1) Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-director-common_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 10160 MD5sum: 7318cfe332a6dee34a99a139b2e04087 SHA1: 79383ce1d9407e7156a5155bdd6d5ad79c632d93 SHA256: 972f35b55d48cc80d6683cf35587240f80465ed97d9b68b2bd2703030fd132c6 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - Director common files Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify, and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . This package provides common files for the Bacula Director daemon. Package: bacula-director-mysql Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 819 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common-mysql (>= 7.4.3+dfsg-1~bpo8+1), bacula-director-common (= 7.4.3+dfsg-1~bpo8+1), dbconfig-mysql | dbconfig-no-thanks, mysql-client | virtual-mysql-client, ucf, bacula-common (= 7.4.3+dfsg-1~bpo8+1), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.14), libcap2 (>= 1:2.10), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Recommends: mysql-server | virtual-mysql-server Suggests: gawk, perl Conflicts: bacula-director Replaces: bacula-director Provides: bacula-director Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-director-mysql_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 242590 MD5sum: 04c381900abacad57aec6da1383c29a4 SHA1: e1c1f39d41cfcb46e90b67d6910f3112dd48cfbb SHA256: b813dded8991df224058b3a2baff8b76a8302bec47a57b5f591ab1263a01963e Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - MySQL storage for Director Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify, and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . This package stores Bacula's catalog in a MySQL database, and thus is suitable for large installations. Package: bacula-director-pgsql Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 844 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common-pgsql (>= 7.4.3+dfsg-1~bpo8+1), bacula-director-common (= 7.4.3+dfsg-1~bpo8+1), dbconfig-pgsql | dbconfig-no-thanks, postgresql-client (>= 7.4), ucf, bacula-common (= 7.4.3+dfsg-1~bpo8+1), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.14), libcap2 (>= 1:2.10), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Recommends: postgresql (>= 7.4) Suggests: gawk, postgresql-contrib, perl Conflicts: bacula-director Replaces: bacula-director Provides: bacula-director Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-director-pgsql_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 244080 MD5sum: 372293bf691b58043377a8f60a7978f1 SHA1: 09ae93efb9b7dd32e932ca329bd6616277ce85c4 SHA256: 9eed0d7c68c3a56be6f44bb81e740462e55acfcbc10b152c0fbd798b37ef8f14 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - PostgreSQL storage for Director Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify, and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . This package stores Bacula's catalog in a PostgreSQL database, and thus is suited for large installations. Package: bacula-director-sqlite3 Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 828 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common-sqlite3 (>= 7.4.3+dfsg-1~bpo8+1), bacula-director-common (= 7.4.3+dfsg-1~bpo8+1), dbconfig-sqlite3 | dbconfig-no-thanks, file, sqlite3, ucf, bacula-common (= 7.4.3+dfsg-1~bpo8+1), debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.14), libcap2 (>= 1:2.10), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Suggests: gawk, perl Conflicts: bacula-director Replaces: bacula-director Provides: bacula-director Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-director-sqlite3_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 241930 MD5sum: c93cf82b05c5c16571b83dd200c7ccda SHA1: 49420113228827ac3654e75c142a1e0fdfe23ac4 SHA256: 2fdb5f0ac9a5ff3467558cabe0c12d9b49ba48a6aed679c5b17d8d788f989893 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - SQLite 3 storage for Director Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The Bacula Director service supervises all the backup, restore, verify, and archive operations. It can run as a daemon or as a foreground service which administrators can use to schedule backups and recover files. . This package stores Bacula's catalog in an SQLite 3 database, and thus is suitable for smaller installations. Package: bacula-fd Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 322 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common (= 7.4.3+dfsg-1~bpo8+1), lsb-base, ucf, libacl1 (>= 2.2.51-8), libc6 (>= 2.14), libcap2 (>= 1:2.10), libgcc1 (>= 1:4.1.1), liblzo2-2, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-fd_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 93222 MD5sum: 239f19b746dfe8ec0c6d1f94c9a4769a SHA1: d20c3af22ba1c6284798c1921a9130ff4e95584f SHA256: a0e85d56a43764f3faa96648f0c2cfda3af57035c9a309d2f17a8617329f0610 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - file daemon Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The file daemon has to be installed on the machine to be backed up. It is responsible for providing the file attributes and data when requested by the Director, and also for the file system-dependent part of restoration. Package: bacula-sd Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 1171 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common (= 7.4.3+dfsg-1~bpo8+1), lsb-base, mtx, ucf, libc6 (>= 2.14), libcap2 (>= 1:2.10), libgcc1 (>= 1:4.1.1), liblzo2-2, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), libwrap0 (>= 7.6-4~), zlib1g (>= 1:1.1.4) Recommends: bacula-sd-sqlite3 (>= 7.4.3+dfsg-1~bpo8+1) | bacula-sd-tools, mt-st Suggests: dds2tar, python, scsitools, sg3-utils Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-sd_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 246682 MD5sum: 083d67f6c49160830bfe1373a1d2fdeb SHA1: 0cf048af2f7321fb7f2e15c55be3ca858977babc SHA256: 9015b77d28eadf7f01c543da09fc801ffb6637463fc80a8733b854faafb3c2ba Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - storage daemon Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. . It runs on the machine which has access to the backup device(s) - usually a tape drive, but alternatively other storage media, such as files. Package: bacula-sd-mysql Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 1069 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common-mysql (>= 7.4.3+dfsg-1~bpo8+1), bacula-sd (= 7.4.3+dfsg-1~bpo8+1), bacula-common (= 7.4.3+dfsg-1~bpo8+1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Conflicts: bacula-sd-tools Replaces: bacula-sd-tools Provides: bacula-sd-tools Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-sd-mysql_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 223472 MD5sum: 58b01bbb6dbebf3c80531c72d20a5477 SHA1: aaadfb3706e96de9f3db48270855118027f68ce8 SHA256: 6f0d657f8e00df47a4e7cfc4ecc1fac1d551df960da5ffd79e8c600fe1e6257c Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - MySQL SD tools Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. . This package contains MySQL versions of the bscan and bcopy utilities, which are used for recovery when Bacula's catalog is unavailable. Package: bacula-sd-pgsql Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 1069 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common-pgsql (>= 7.4.3+dfsg-1~bpo8+1), bacula-sd (= 7.4.3+dfsg-1~bpo8+1), bacula-common (= 7.4.3+dfsg-1~bpo8+1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Conflicts: bacula-sd-tools Replaces: bacula-sd-tools Provides: bacula-sd-tools Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-sd-pgsql_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 223476 MD5sum: 00c495c0616077dc986ad8871ecb231d SHA1: 623d31e7946be2630e14c85aca43fdede754124e SHA256: 8a2078688eb9d8ad9de564e7f179041e523245dc8124b333e842af4c019e76c5 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - PostgreSQL SD tools Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. . This package contains PostgreSQL versions of the bscan and bcopy utilities, which are used for recovery when Bacula's catalog is unavailable. Package: bacula-sd-sqlite3 Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: amd64 Maintainer: Debian Bacula Team Installed-Size: 1069 Pre-Depends: dpkg (>= 1.17.13) Depends: bacula-common-sqlite3 (>= 7.4.3+dfsg-1~bpo8+1), bacula-sd (= 7.4.3+dfsg-1~bpo8+1), bacula-common (= 7.4.3+dfsg-1~bpo8+1), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4) Conflicts: bacula-sd-tools Replaces: bacula-sd-tools Provides: bacula-sd-tools Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-sd-sqlite3_7.4.3+dfsg-1~bpo8+1_amd64.deb Size: 223480 MD5sum: 156034f87b4b140ae46a7215312e4124 SHA1: 6851fea452858a953e1929454cf3d19cf2828692 SHA256: aac2f9103c2890e62a170f9ecb57e645cbc0642cb0ab20b08835ead9bbb4ffe3 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - SQLite 3 SD tools Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. . This package contains SQLite 3 versions of the bscan and bcopy utilities, which are used for recovery when Bacula's catalog is unavailable. Package: bacula-server Source: bacula Version: 7.4.3+dfsg-1~bpo8+1 Architecture: all Maintainer: Debian Bacula Team Installed-Size: 170 Depends: bacula-director-sqlite3 (>= 7.4.3+dfsg-1~bpo8+1) | bacula-director, bacula-sd (>= 7.4.3+dfsg-1~bpo8+1), bacula-sd-sqlite3 (>= 7.4.3+dfsg-1~bpo8+1) | bacula-sd-tools Recommends: bacula-fd Filename: pool/jessie-mitaka-backports-nochange/main/b/bacula/bacula-server_7.4.3+dfsg-1~bpo8+1_all.deb Size: 107484 MD5sum: 92b654196eda85d8ad6e8d7b64986560 SHA1: da7ba78158f107613f202b35074103a1d29cadb4 SHA256: bfd477cf8ff54c9c1187bca5049ca1baf54827538aa27f00321855490b5004a3 Section: admin Priority: optional Homepage: http://www.bacula.org/ Description: network backup service - server metapackage Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. . This metapackage provides a standard server install, consisting of the director and storage daemons. Package: dirtbike Version: 0.3-1~bpo8+1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 77 Depends: python3-pkg-resources, python3, python3-wheel, python3:any (>= 3.4~) Filename: pool/jessie-mitaka-backports-nochange/main/d/dirtbike/dirtbike_0.3-1~bpo8+1_all.deb Size: 8840 MD5sum: 536c88c20bd866b124acb4bb54524bb4 SHA1: fd9b02e9f57ae04605b0b96b33b2389d89fd46e8 SHA256: bb18b9e20b960ca5d4a4f701832ec4c52f874671761d073e73d55a9c70e86871 Section: python Priority: optional Homepage: https://github.com/paulproteus/dirtbike Description: turn system-installed Python packages into wheels The purpose of this package is to make it easier to devendorize other packages which bundle various upstream packages. An example of this is pip, which bundles a half-dozen or so other upstream packages. In Debian and other distros, such vendoring is frowned upon. To make it easier to devendorize, dirtbike turns installed system packages into wheels, and these wheels can then be used instead of the vendored packages. Package: faker Version: 0.5.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 39 Depends: python3, python3-fake-factory Filename: pool/jessie-mitaka-backports-nochange/main/f/faker/faker_0.5.7-1~bpo8+1_all.deb Size: 3646 MD5sum: 925bdd7381febf8d153d3394e2797202 SHA1: 1b5a44b3609dc2848d3273d2abff6d50cd8ef9e6 SHA256: 339df9167137ccfb05fedf12cb3da927fc3fc49fcd89d501cac63ed194c8db3b Section: python Priority: optional Homepage: https://github.com/joke2k/faker Description: Python program that generates fake data The fake data can be used to bootstrap a database, create XML documents, or anonymize data taken from a production service. . This script is powered by the Python faker library. Package: gunicorn Version: 19.0-8~bpo8+1 Architecture: all Maintainer: Chris Lamb Installed-Size: 80 Depends: python-gunicorn (= 19.0-8~bpo8+1), python-pkg-resources, python-setuptools, python, python:any (>= 2.6~) Suggests: gunicorn-examples (= 19.0-8~bpo8+1), python-gevent, python-pastedeploy, python-setproctitle, python-tornado Provides: httpd-wsgi Filename: pool/jessie-mitaka-backports-nochange/main/g/gunicorn/gunicorn_19.0-8~bpo8+1_all.deb Size: 21782 MD5sum: cc8a6b5a657ac26d335989227a262c24 SHA1: 2cfc4dd49399df12d49c75897df822a924faf0ed SHA256: 660ae3020c24556e89fa661e842ce0452df148bb1cd8b3bd2e1ede5de0898344 Section: httpd Priority: optional Homepage: http://gunicorn.org/ Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . This is the Python 2 version. Package: gunicorn-examples Source: gunicorn Version: 19.0-8~bpo8+1 Architecture: all Maintainer: Chris Lamb Installed-Size: 209 Recommends: libjs-jquery, libjs-jquery-flot Breaks: gunicorn (<< 19.0-3) Replaces: gunicorn (<< 19.0-3) Filename: pool/jessie-mitaka-backports-nochange/main/g/gunicorn/gunicorn-examples_19.0-8~bpo8+1_all.deb Size: 52012 MD5sum: 38fd308b39977fcce3df46acbf0f41ee SHA1: 410f665e75bd56b2d1565049febb05480b994a9f SHA256: 6e5c75cc496b3ab599cb6ce133b097c8e64cae81d0fb01240279a6844982e43b Section: httpd Priority: optional Homepage: http://gunicorn.org/ Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . These are the examples. Package: gunicorn3 Source: gunicorn Version: 19.0-8~bpo8+1 Architecture: all Maintainer: Chris Lamb Installed-Size: 72 Depends: python3-gunicorn (= 19.0-8~bpo8+1), python3, python3:any (>= 3.2~) Suggests: gunicorn-examples (= 19.0-8~bpo8+1), python3-pastedeploy, python3-setproctitle, python3-tornado Filename: pool/jessie-mitaka-backports-nochange/main/g/gunicorn/gunicorn3_19.0-8~bpo8+1_all.deb Size: 21226 MD5sum: e2f73c3195e0fefae13f1e4200960a47 SHA1: ecca2e82f430cde7cb0cd6d0a4e8431a8c7570cf SHA256: ad60eee86d2667fa7925b63d49acad568603fd9d99d93c4383447ede1788f9bd Section: httpd Priority: optional Homepage: http://gunicorn.org/ Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . This is the Python 3 version. Package: libantlr3-gunit-java Source: antlr3 Version: 3.5.2-2~bpo8+1 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 342 Depends: antlr3 (>= 3.5.2-2~bpo8+1), junit4 Suggests: antlr3-gunit-maven-plugin Filename: pool/jessie-mitaka-backports-nochange/main/a/antlr3/libantlr3-gunit-java_3.5.2-2~bpo8+1_all.deb Size: 262152 MD5sum: 00f3ae708b270324c8c257fed12558fe SHA1: f6aff27a22692d1e051e032c3290305604778505 SHA256: ee7a60c21083e521dd279445f85238721109a321bbdb910fb8d09d76fd9f7dfe Section: java Priority: optional Homepage: http://www.antlr3.org Description: Unit Test framework for ANTLR grammars gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. Package: libantlr3-gunit-java-doc Source: antlr3 Version: 3.5.2-2~bpo8+1 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 2253 Depends: antlr3-doc, junit4-doc Suggests: libantlr3-gunit-java Filename: pool/jessie-mitaka-backports-nochange/main/a/antlr3/libantlr3-gunit-java-doc_3.5.2-2~bpo8+1_all.deb Size: 82578 MD5sum: 5f1718ffdddad706b67ae0b73e090c90 SHA1: 21aa3a99ad9fdedf15bf9f279e27c9113a627ddd SHA256: e8616390254b8d57d38531622d512218ca52196a31c459826fc509f98560d53e Section: doc Priority: optional Homepage: http://www.antlr3.org Description: API documentation for gUnit gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple way to write and run automated tests for ANTLR grammars in a manner similar to Java unit testing framework jUnit. The basic idea is to create a bunch of input/output pairs for rules in a grammar and gUnit will verify the expected output/result. The input can be a single line or multiple lines of strings or even an external file. The output can be simply success or failure, an abstract syntax tree (AST), a rule return value, or some text output which could be a rule's template return value. The current version of gUnit has 2 main functions, interpreter and jUnit generator. The interpreter interprets your gUnit script and runs unit tests using Java reflection to invoke methods in your parser objects. The generator, on the other hand, translates your gUnit script to jUnit Java code that you can compile and execute by hand. . This package provides the API documentation for gUnit for ANTLR 3 Package: libantlr3-runtime-java Source: antlr3 Version: 3.5.2-2~bpo8+1 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 248 Breaks: antlr3 (<< 3.5.2-2~) Replaces: antlr3 (<< 3.5.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/a/antlr3/libantlr3-runtime-java_3.5.2-2~bpo8+1_all.deb Size: 160646 MD5sum: b501f1ba7cf32770ed43d6cd8f65b694 SHA1: 40d5d1dd78b70a1a36018d0396665e7ded529ed6 SHA256: b481e3371c08a735d0adcf669f94c2fd99cddf1b0f490dc539e381949b3b1559 Section: java Priority: optional Homepage: http://www.antlr3.org Description: Runtime library for ANTLR 3 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions [You can use PCCTS 1.xx to generate C-based parsers]. . This package provides the runtime library required to run the parsers generated by ANTLR 3 Package: libjs-sphinxdoc Source: sphinx Version: 1.3.1-6~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 126 Depends: libjs-jquery (>= 1.4), libjs-underscore Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx/libjs-sphinxdoc_1.3.1-6~bpo8+1_all.deb Size: 53084 MD5sum: 0727cd477b02874fac5a76747fcc6138 SHA1: fd8326f0affb8b107ee623a7a1800381c0e3fdc7 SHA256: 48daf076d7813b1a7c3514b8ac15c79294330bec4712ffef1ce5e84af063361e Section: web Priority: optional Multi-Arch: foreign Homepage: http://sphinx-doc.org/ Description: JavaScript support for Sphinx documentation Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package provides JavaScript code for documentation generated by Sphinx. Package: libqpid-proton2 Source: qpid-proton Version: 0.10-0.1~bpo8+1 Architecture: amd64 Maintainer: Debian Middleware Maintainers Installed-Size: 388 Pre-Depends: multiarch-support Depends: libc6 (>= 2.17), libssl1.0.0 (>= 1.0.0) Filename: pool/jessie-mitaka-backports-nochange/main/q/qpid-proton/libqpid-proton2_0.10-0.1~bpo8+1_amd64.deb Size: 117134 MD5sum: 3d67bf18fde96ef0fa4e5c1c49900873 SHA1: 442e9f0634dc3d6e895356f4df72094ab7350892 SHA256: d67f58769ccaf9b357772da4ebd1ee16bdc3879659c12e81d56925b0831c625e Section: libs Priority: optional Homepage: http://qpid.apache.org/proton Description: C libraries for Qpid Proton Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language. . This package provides the shared libraries for Qpid Proton. Package: libqpid-proton2-dev Source: qpid-proton Version: 0.10-0.1~bpo8+1 Architecture: amd64 Maintainer: Debian Middleware Maintainers Installed-Size: 348 Depends: libqpid-proton2 (= 0.10-0.1~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/q/qpid-proton/libqpid-proton2-dev_0.10-0.1~bpo8+1_amd64.deb Size: 50822 MD5sum: a016322d5a24257598dadeb6d45f1197 SHA1: 2658c431f42b549b65e25aef16c2e17bb80c05eb SHA256: b465aa2b13aed1cbd794ff4785d45623129d4516bce8a8cc70ea37a6058a1e6c Section: libdevel Priority: optional Homepage: http://qpid.apache.org/proton Description: Development libraries for writing messaging apps with Qpid Proton Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language. . This package provides the C development libraries for Qpid Proton. Package: libqpid-proton2-dev-doc Source: qpid-proton Version: 0.10-0.1~bpo8+1 Architecture: all Maintainer: Debian Middleware Maintainers Installed-Size: 5409 Filename: pool/jessie-mitaka-backports-nochange/main/q/qpid-proton/libqpid-proton2-dev-doc_0.10-0.1~bpo8+1_all.deb Size: 309390 MD5sum: 4171b8c21dd0237b3278761adf1a60fa SHA1: 70653fa4e34ae98802d9063bb321c97f65020638 SHA256: 156db3cdfeab26f2a379d70472827049ee4452ad1a6fe4c481944ca8aa3bc58d Section: doc Priority: optional Homepage: http://qpid.apache.org/proton Description: Developer documentation for Qpid Proton Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language. . This package provides C developer documentation for Qpid Proton. Package: libqpid-proton2-dev-examples Source: qpid-proton Version: 0.10-0.1~bpo8+1 Architecture: all Maintainer: Debian Middleware Maintainers Installed-Size: 721 Depends: libqpid-proton2-dev (>= 0.10-0.1~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/q/qpid-proton/libqpid-proton2-dev-examples_0.10-0.1~bpo8+1_all.deb Size: 79440 MD5sum: 01db2217af81595bfb149b5768f10978 SHA1: be66dd467e9819d72f74704874fa55b413044a78 SHA256: d1a8af57e31ff24413dc8a5a2837606f439dc21c49d3d0ad8f8d80feb2fb0ee2 Section: libdevel Priority: optional Homepage: http://qpid.apache.org/proton Description: Example applications for writign messaging apps with Qpid Proton Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language. . This package provides C language examples for Qpid Proton. Package: libstringtemplate4-java Source: stringtemplate4 Version: 4.0.8-2~bpo8+1 Architecture: all Maintainer: Debian Java Maintainers Installed-Size: 304 Depends: libantlr3-runtime-java Filename: pool/jessie-mitaka-backports-nochange/main/s/stringtemplate4/libstringtemplate4-java_4.0.8-2~bpo8+1_all.deb Size: 232216 MD5sum: f3a120ea9b59fc9f58da6f48e92638f3 SHA1: b30e60b3fbe63f29c557f96480f58149649563e8 SHA256: d1d23fe6f2c6a5d49b0b448a2ee442f569da51e706e08d68d8137bda5a2edb05 Section: java Priority: optional Homepage: http://www.stringtemplate.org Description: StringTemplate templating engine for Java StringTemplate is a Java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. . Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors. Package: mitaka-jessie-archive-keyring Version: 0.1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 31 Filename: pool/jessie-mitaka-backports-nochange/main/m/mitaka-jessie-archive-keyring/mitaka-jessie-archive-keyring_0.1_all.deb Size: 3214 MD5sum: da265c2d1e862bd97f1d52c0cd3e71b9 SHA1: b30f51f7e4648d8fbe02413517b3849fe3d00b59 SHA256: f736360c611748c1e073193b5fe93ee11713ebe952f8c10aeb1e607f8e826a7b Section: net Priority: extra Description: OpenStack mitaka jessie archive keyring OpenStack mitaka jessie archive keyring Package: nodeenv Version: 0.13.4-1~bpo8+1 Architecture: all Maintainer: Chris Kuehl Installed-Size: 113 Depends: python3-pkg-resources, python3, python3:any (>= 3.3.2-2~), make, gcc (>= 4:4.9.1) | nodejs, g++ (>= 4:4.9.1) | nodejs, libssl-dev | nodejs, python2.7 | nodejs Filename: pool/jessie-mitaka-backports-nochange/main/n/nodeenv/nodeenv_0.13.4-1~bpo8+1_all.deb Size: 21182 MD5sum: bc1bb128476ad73e35c6de6358632d72 SHA1: 28c17adac00d8d2fc78bc59d3096a4edfdf1cf12 SHA256: 58dc9e6e20d7de6e20fe2e4cdcf7f7430a7aed93d334dcdc641e8c83be903dc1 Section: utils Priority: extra Homepage: https://ekalinin.github.io/nodeenv/ Description: Node.js virtual environment builder Tool to create isolated node.js environments with their own installation directories that don't share libraries with other node.js virtual environments, similar to a Python virtualenv. . These environments can be integrated with ones created by Python's virtualenv. Package: pep8 Version: 1.6.2-0.1~bpo8+1 Architecture: all Maintainer: David Watson Installed-Size: 182 Depends: python (>= 2.7), python (<< 2.8), python2.7:any, python-setuptools Filename: pool/jessie-mitaka-backports-nochange/main/p/pep8/pep8_1.6.2-0.1~bpo8+1_all.deb Size: 39246 MD5sum: 5636048ace96a4ef5043a322cfb72822 SHA1: 88e7acf579b4f4472c24330b6c215a99a2476407 SHA256: 9001456d965522999d68672953791fb3b9901a8e2fbbd856d4f44e09c6b5ccbf Section: python Priority: optional Homepage: http://pypi.python.org/pypi/pep8 Description: Python PEP 8 code style checker - python2 Features a plugin architecture allowing for adding new checks is easily. Parseable output listing line numbers of the error location. Consists of just one Python file, and requires only stdlib. Package: pyflakes Version: 1.2.3-1~bpo8+1 Architecture: all Maintainer: Python Applications Packaging Team Installed-Size: 45 Depends: python-pyflakes (>= 1.0.0-2), python, python:any (>= 2.6~) Recommends: pyflakes3 Filename: pool/jessie-mitaka-backports-nochange/main/p/pyflakes/pyflakes_1.2.3-1~bpo8+1_all.deb Size: 10072 MD5sum: 24b9b6bdf8ea090b39d12536c58bf8b0 SHA1: 8a03b509cf27f5231a533a60a7f490cd02908409 SHA256: e36ceb6c7648d5f0590a5c8f3bd39e03769b491387d32105fbd54643ba1745a7 Section: python Priority: optional Homepage: https://launchpad.net/pyflakes Description: passive checker of Python 2 and 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 2 command line `pyflakes3` program. Package: pyflakes3 Source: pyflakes Version: 1.2.3-1~bpo8+1 Architecture: all Maintainer: Python Applications Packaging Team Installed-Size: 45 Depends: python3-pyflakes (>= 1.0.0-2), python3, python3:any (>= 3.2~) Recommends: pyflakes Breaks: pyflakes (<< 1.1.0-1) Replaces: pyflakes (<< 1.1.0-1) Filename: pool/jessie-mitaka-backports-nochange/main/p/pyflakes/pyflakes3_1.2.3-1~bpo8+1_all.deb Size: 10100 MD5sum: abd6250d7868ce2400bfa102d4eda032 SHA1: e0ba6577af14c3a82d21e5eaac4ae212e00ee904 SHA256: d7c341a55b217e5fd3d9572acaa68cc0247d3b9e64a2d41ba3ed0d54df9dd3aa Section: python Priority: optional Homepage: https://launchpad.net/pyflakes Description: passive checker of Python 2 and 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-idna Source: python-idna Version: 2.0-3~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 338 Depends: pypy Filename: pool/jessie-mitaka-backports-nochange/main/p/python-idna/pypy-idna_2.0-3~bpo8+1_all.deb Size: 35516 MD5sum: 4e08314567cf04aad73d6fdda04156da SHA1: 401e737cea9da5c44cab4a2ba4112d5189d24ddf SHA256: a8a270997dfceab6a11350272a581c17b934bac9b32e50fdee24b35af0537974 Section: python Priority: optional Homepage: https://github.com/kjd/idna Description: Python IDNA2008 (RFC 5891) handling (PyPy) 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 PyPy. Package: pypy-ipaddress Source: python-ipaddress Version: 1.0.14-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 124 Depends: pypy Filename: pool/jessie-mitaka-backports-nochange/main/p/python-ipaddress/pypy-ipaddress_1.0.14-2~bpo8+1_all.deb Size: 17778 MD5sum: 79b37a8e67f9983be2a53ece52fe45e6 SHA1: 2188012c224f9f0286d208afe1409f7b0e74561a SHA256: b1ab18edf803a0a62d69a32afb294c90fd902a53df878c79e730bdc6db92fe36 Section: python Priority: optional Homepage: https://github.com/phihag/ipaddress Description: Backport of Python 3 ipaddress module (PyPy) This module is a backport of the stdlib "ipaddress" module from Python 3. The "ipaddress" module is in turn based off of the "ipaddr" module available in the "python-ipaddr" but there are some important API differences; make sure you are using the right module. . This package contains the PyPy module. Package: pypy-iso8601 Source: python-iso8601 Version: 0.1.11-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 70 Depends: pypy Filename: pool/jessie-mitaka-backports-nochange/main/p/python-iso8601/pypy-iso8601_0.1.11-1~bpo8+1_all.deb Size: 9970 MD5sum: 0335effc2dcb5c77e051848971317514 SHA1: f22cb8cbf6265d10d891a8b26378634d9a6d5a6c SHA256: d5962de0d52b3d513cb8d3f36c57df56e18a4c65ca3b0e3720a2f600382903ec Section: python Priority: extra Homepage: https://pypi.python.org/pypi/iso8601 Description: Python module to parse ISO 8601 dates - PyPy Many file formats and standards use the ISO 8601 date format (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral, unambiguous manner. This simple Python module parses the most common forms encountered and returns Python datetime objects. . This package provides the PyPy module. Package: pypy-pkg-resources Source: python-setuptools Version: 20.10.1-1.1~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 442 Depends: pypy Suggests: pypy-setuptools Filename: pool/jessie-mitaka-backports-nochange/main/p/python-setuptools/pypy-pkg-resources_20.10.1-1.1~bpo8+1_all.deb Size: 111846 MD5sum: 647f3471a61717046ced673b18593199 SHA1: dcee0625298b34c98acdd69ce476bae2d6a74328 SHA256: 7fab6030300265f0d4edebd207878655d8067c991af3d7fdbd7c00d20ab1351c Section: python Priority: optional Homepage: https://pypi.python.org/pypi/setuptools Description: 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-pyasn1 Source: pyasn1 Version: 0.1.9-1~bpo8+1 Architecture: all Maintainer: Jan Lübbe Installed-Size: 224 Depends: pypy Suggests: doc-base Filename: pool/jessie-mitaka-backports-nochange/main/p/pyasn1/pypy-pyasn1_0.1.9-1~bpo8+1_all.deb Size: 34562 MD5sum: 6a00562607f9ce83f9458bc86ce1b8a6 SHA1: 9bc051f9d818ac216a075f135b563aa1b742abcd SHA256: bbf594c4f53398b46c84707eb6551147798b3acaaf9ab9c70ff3da39ce390d03 Section: python Priority: optional Homepage: http://pyasn1.sourceforge.net/ Description: ASN.1 library for Python (PyPy module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the PyPy module. Package: pypy-setuptools Source: python-setuptools Version: 20.10.1-1.1~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 445 Depends: pypy-pkg-resources (= 20.10.1-1.1~bpo8+1), pypy Suggests: python-setuptools-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-setuptools/pypy-setuptools_20.10.1-1.1~bpo8+1_all.deb Size: 121772 MD5sum: 9f7aa0ca702e83754eb7b82825d15a04 SHA1: eabd4c3378d8f17dda1309ec479e0d1e3564f12d SHA256: f716535778723823254ac60f4387a8de537345b7c7945a52a32fcb9fb445e4b9 Section: python Priority: optional Homepage: https://pypi.python.org/pypi/setuptools Description: PyPy Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: python-alabaster Source: alabaster Version: 0.7.6-1~bpo8+1 Architecture: all Maintainer: Jeremy T. Bouse Installed-Size: 103 Depends: python-sphinx, python:any (<< 2.8), python:any (>= 2.7.5-5~) Provides: python2.7-alabaster Filename: pool/jessie-mitaka-backports-nochange/main/a/alabaster/python-alabaster_0.7.6-1~bpo8+1_all.deb Size: 16126 MD5sum: a5ebd1ac2a6512f9c1ac51fa88e93057 SHA1: 02852640c5067fd800ba545567985f8c1a41539c SHA256: 68a729a32b611678f0835caa572181cc6fd4d2038203120607016de91a950cc9 Section: python Priority: extra Homepage: https://github.com/bitprophet/alabaster Description: Configurable sidebar-enabled Sphinx theme (Python 2) This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as used in his Requests project), which was itself originally based on @mitsuhiko's theme used for Flask & related projects. . This is the Python 2 version of the package. Package: python-alembic Source: alembic Version: 0.8.7-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 605 Depends: python-pkg-resources, python-editor, python-mako, python-sqlalchemy (>= 1.0~), python-sqlalchemy (<< 1.1), python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~) Breaks: alembic (<< 0.6.3+ds-2) Replaces: alembic (<< 0.6.3+ds-2) Filename: pool/jessie-mitaka-backports-nochange/main/a/alembic/python-alembic_0.8.7-2~bpo8+1_all.deb Size: 102348 MD5sum: f1480042ce5afba590cabde2a811f9f9 SHA1: 634d6549c8f2414c6607cb90af2704a14ea959c9 SHA256: 04822eeda98c83463d1065aceac22c3a00f57b8b22f38d08d28f5d35cc2c9064 Section: python Priority: optional Homepage: https://bitbucket.org/zzzeek/alembic Description: lightweight database migration tool for SQLAlchemy - Python 2.x Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: . * Can emit ALTER statements to a database in order to change the structure of tables and other constructs * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. . This package contains the Python 2.x module. Package: python-amqp Version: 1.4.9-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 238 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-amqp-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-amqp/python-amqp_1.4.9-1~bpo8+1_all.deb Size: 42952 MD5sum: 61d25cd4faa6e34584b71d4e54e7c4b4 SHA1: 82e0379334a32a26e27162ef12e292cb8194fd8d SHA256: dfac0aeceaab0d399811728fe679b06b6abcb490062f56ee8f4dccc19e3e8cbc Section: python Priority: extra Homepage: https://github.com/celery/py-amqp Description: Low-level AMQP client This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure Python alternative when librabbitmq is not available. . This library should be API compatible with librabbitmq. Differences from amqplib are: * Supports draining events from multiple channels (Connection.drain_events). * Support for timeouts. * Channels are restored after channel error, instead of having to close the connection. * Support for heartbeats. * Supports RabbitMQ extensions: - Consumer Cancel Notifications. - Publisher confirms. - Exchange-to-exchange bindings: exchange_bind / exchange_unbind. * Support for basic_return. * Uses AMQP 0-9-1 instead of 0-8. * Exposes the underlying socket as Connection.sock. * Adds Channel.no_ack_consumers to keep track of consumer tags that set the no_ack flag. * Slightly better at error recovery. Package: python-amqp-doc Source: python-amqp Version: 1.4.9-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 420 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-amqp/python-amqp-doc_1.4.9-1~bpo8+1_all.deb Size: 62082 MD5sum: 3dd91932d9f29014184932c813e4296f SHA1: 5ca7ff0b7b316882c7bbf72db688be747d2754f8 SHA256: 87f49e9e408b413a8ab2cc7d047c57a5cea7dd76db85f63a7ec43c0c65bd27f6 Section: doc Priority: extra Homepage: https://github.com/celery/py-amqp Description: Low-level AMQP client (Documentation) This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure Python alternative when librabbitmq is not available. . This library should be API compatible with librabbitmq. Differences from amqplib are: * Supports draining events from multiple channels (Connection.drain_events). * Support for timeouts. * Channels are restored after channel error, instead of having to close the connection. * Support for heartbeats. * Supports RabbitMQ extensions: - Consumer Cancel Notifications. - Publisher confirms. - Exchange-to-exchange bindings: exchange_bind / exchange_unbind. * Support for basic_return. * Uses AMQP 0-9-1 instead of 0-8. * Exposes the underlying socket as Connection.sock. * Adds Channel.no_ack_consumers to keep track of consumer tags that set the no_ack flag. * Slightly better at error recovery. . This package contains the documentation. Package: python-betamax Source: betamax Version: 0.5.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 136 Depends: python-requests (>= 2.0), python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/b/betamax/python-betamax_0.5.1-1~bpo8+1_all.deb Size: 21972 MD5sum: e44b115ec60abfbc7c88e7e2cc1d68ab SHA1: 43634c5d40b678284806f5fa0932f0afd34480fb SHA256: 88632c28a28a1b41ef4958ec111647471b84ccb56db3fa472a0bd75ed4f6b7b4 Section: python Priority: optional Homepage: https://github.com/sigmavirus24/betamax Description: VCR imitation designed only for python-requests - Python 2.X Betamax records HTTP interactions and replay them allowing fast, deterministic and accurate tests and it's designed to be used with python-requests. If you are not using python-requests, you should checkout vcr.py. . Betamax comes with integrations for py.test and unittest and supports third party packages that provide extra request matchers and cassette serializers. Package: python-bson Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: amd64 Maintainer: Federico Ceratto Installed-Size: 154 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-bson-ext Provides: python2.7-bson Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python-bson_3.0.3-1~bpo8+1_amd64.deb Size: 43142 MD5sum: cb94634754a9ae5c63acc5a399a8bde5 SHA1: 2f3b0b78c174fd5fca767adc282db90e63f8e77c SHA256: bea173b20d063d4369ac05aa8c73af63ccfa63b4f1766cc9cc010d68e6203293 Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: Python implementation of BSON for MongoDB BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. Package: python-bson-ext Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: amd64 Maintainer: Federico Ceratto Installed-Size: 105 Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.14), python-bson (= 3.0.3-1~bpo8+1) Provides: python2.7-bson-ext Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python-bson-ext_3.0.3-1~bpo8+1_amd64.deb Size: 39696 MD5sum: c30e2dfdd3e44ad5ffeea31ca38ceb8c SHA1: 65b0b03c902218a54191638b85a8ef8cd65929d1 SHA256: 835849d53a8fdfdc5d73165680993756e5bee21b702d3958c942c994290ba99e Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: C-coded extension to the python-bson package BSON Python module contains all of the Binary JSON encoding and decoding logic for MongoDB. This package contains an extension written in C for higher performance. Package: python-cachecontrol Version: 0.11.5-1.1~bpo8+1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 86 Depends: python-requests, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cachecontrol/python-cachecontrol_0.11.5-1.1~bpo8+1_all.deb Size: 13772 MD5sum: d045d1972ea2a65978cfea2633baa04c SHA1: ae1e10c8a22fad19d7eec8b81811bb6c6ae334b8 SHA256: 922401389563b83da64cc07d7286c2398bdc3f5fec78abc28718ec5ccefb7ad5 Section: python Priority: optional Homepage: https://github.com/ionrock/cachecontrol Description: caching algorithms in httplib2 for use with requests CacheControl is a port of the caching algorithms in httplib2 for use with requests session object. . It was written because httplib2's better support for caching is often mitigated by its lack of threadsafety. The same is true of requests in terms of caching. . This is the Python 2 library. Package: python-cachetools Version: 1.1.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 77 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cachetools/python-cachetools_1.1.0-1~bpo8+1_all.deb Size: 9140 MD5sum: a3e61f82fe8b9e7094508544157db900 SHA1: 4158edf3f7c2d3c54ecc59be5a85d716ad98071c SHA256: f0e46772f5f08b0f51ab5fe1db174da055dcb502be7a219cfd3a75e4d01ffa16 Section: python Priority: optional Homepage: https://github.com/tkem/cachetools/ Description: extensible memoizing collections and decorators for Python This Python module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library functools.lru_cache() function decorator. . The supported cache algorithms are: . * Least recently used (LRU) * Least frequently used (LFU) * Random replacement (RR) * Per-item time-to-live (TTL) Package: python-cassandra Source: python-cassandra-driver Version: 2.5.1-1~bpo8+1 Architecture: all Maintainer: Sandro Tosi Installed-Size: 729 Depends: python (>= 2.7), python (<< 2.8), python-futures, python-six Suggests: python-snappy, python-lz4, python-blist Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cassandra-driver/python-cassandra_2.5.1-1~bpo8+1_all.deb Size: 121784 MD5sum: c6dc3676541a2f39eb9a194ce4b12435 SHA1: e46997a48e47c6838709f3a36295e15286c16dc2 SHA256: 04660af8085982d18bde9da6a7ea283292f79b3c6bb27964c256788a47a9ccb5 Section: python Priority: optional Homepage: https://github.com/datastax/python-driver Description: Python driver for Apache Cassandra A modern, feature-rich and highly-tunable Python client library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. . Features: * Synchronous and Asynchronous APIs * Simple, Prepared, and Batch statements * Asynchronous IO, parallel execution, request pipelining * Connection pooling * Automatic node discovery * Automatic reconnection * Configurable load balancing and retry policies * Concurrent execution utilities * Object mapper Package: python-cffi Version: 1.1.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 328 Depends: python-cffi-backend (<< 1.1.2-1~bpo8+1+c), python-cffi-backend (>= 1.1.2-1~bpo8+1), python-pycparser, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-dev Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cffi/python-cffi_1.1.2-1~bpo8+1_all.deb Size: 56248 MD5sum: 6b526a2179408e5dbf12e0a420ea54e3 SHA1: 2193d9a6c9efb879a475b95775f54c5354af98d8 SHA256: ce21ea85d4ed2756b224590ffd34eec66ac20cd4e7861257d0c2e95c09c1371b Section: python Priority: optional Homepage: http://cffi.readthedocs.org/ Description: Foreign Function Interface for Python calling C code Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the necessary build and runtime support for cffi modules. Package: python-cffi-backend Source: python-cffi Version: 1.1.2-1~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 179 Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python-cffi (<< 1) Replaces: python-cffi (<< 1) Provides: python-cffi-backend-api-max (= 9983), python-cffi-backend-api-min (= 9729) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cffi/python-cffi-backend_1.1.2-1~bpo8+1_amd64.deb Size: 54770 MD5sum: 4cf182d696fca1028a9d1adb8b1eb509 SHA1: 0ae7e64451aa156d3dcdfe7d55771d61bccaac92 SHA256: fa6b9e6fbce49bfd202b7592e7f1930a5a57490347de0d0d803d60dc40bf8e95 Section: python Priority: optional Homepage: http://cffi.readthedocs.org/ Description: Foreign Function Interface for Python calling C code - backend Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Package: python-cffi-backend-dbg Source: python-cffi Version: 1.1.2-1~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 468 Depends: python-cffi-backend (= 1.1.2-1~bpo8+1), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python-cffi-dbg (<< 1) Replaces: python-cffi-dbg (<< 1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cffi/python-cffi-backend-dbg_1.1.2-1~bpo8+1_amd64.deb Size: 276380 MD5sum: ea084deb427494cfa5f7d71c4d5f8969 SHA1: 35fbd41a9fec904e9a11617d51a50810adca6657 SHA256: 5e75849322470cdc60d9c52ff663a6ebd9543164b0900e43f3c61bb6024663e4 Section: debug Priority: extra Homepage: http://cffi.readthedocs.org/ Description: Foreign Function Interface for Python calling C code (Debug version) Convenient and reliable way of calling C code from Python. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the debug version of the python-cffi backend. Package: python-cliff Version: 1.14.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 138 Depends: python-cmd2, python-pbr (>= 1.3), python-prettytable, python-pyparsing, python-six (>= 1.9.0), python-stevedore (>= 1.5.0), python-unicodecsv, python (>= 2.7) | python-argparse, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-cliff-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cliff/python-cliff_1.14.0-1~bpo8+1_all.deb Size: 22854 MD5sum: 99e4ff2e313d8cbd11ae04d9e277c3e5 SHA1: 459edca98944fff184236e643bf32a4c5224527e SHA256: fc3db3a3f0ecda1c4e148837584c21ff3b23c9d1bf053eb21de396da1cb92069 Section: python Priority: optional Homepage: https://github.com/dreamhost/cliff Description: command line interface formulation framework - Python 2.x Cliff is a framework for building command line programs. It uses plugins to define sub-commands, output formatters, and other extensions. . The cliff framework is meant to be used to create multi-level commands such as Subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. . This package provides the Python 2.x module. Package: python-cliff-doc Source: python-cliff Version: 1.14.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 309 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cliff/python-cliff-doc_1.14.0-1~bpo8+1_all.deb Size: 54190 MD5sum: c99597bd643362df1b7eac5ed2b75f1d SHA1: eb71a046ae04d11fa56a114d9bb948801e4ebd4b SHA256: c3a11aee1a407046179674bcb2febcfd06e261c1ac2de9fa3136bb856f8c772a Section: doc Priority: optional Homepage: https://github.com/dreamhost/cliff Description: command line interface formulation framework documentation Cliff is a framework for building command line programs. It uses plugins to define sub-commands, output formatters, and other extensions. . The cliff framework is meant to be used to create multi-level commands such as Subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. . This is the documentation of python-cliff. Package: python-contextlib2 Source: contextlib2 Version: 0.4.0-3~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 55 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/c/contextlib2/python-contextlib2_0.4.0-3~bpo8+1_all.deb Size: 8632 MD5sum: e226dabcf74c02f646e224785f409610 SHA1: 22473898c3f8c54a6d5e2ffe6d0daab9429f7789 SHA256: e094bd1ce435a597cc66da9de629040e72b40cda6bf5e76ed057aea0e785dcb5 Section: python Priority: optional Homepage: http://contextlib2.readthedocs.org/ Description: Backport and enhancements for the contextlib module - Python 2.7 contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. . It also serves as a real world proving ground for possible future enhancements to the standard library version. . This package contains the Python 2.7 module. Package: python-crank Version: 0.7.2-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 77 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-crank/python-crank_0.7.2-2~bpo8+1_all.deb Size: 10026 MD5sum: 1473fac7fa4ee12d3a7f32684d615dbe SHA1: 889d26e6b1463b5f8be5aafeb2553a3645065251 SHA256: fc07fff91d37409dfc61c042b3b33bc411d094107a1f909f22f4190829e84b4e Section: python Priority: optional Homepage: https://github.com/TurboGears/crank Description: dispatch mechanism for use across frameworks - Python 2.7 Generalized Object based Dispatch mechanism for use across frameworks. . This package contains the Python 2.7 module. Package: python-cryptography Version: 1.0.1-1~bpo8+1 Architecture: amd64 Maintainer: Tristan Seligmann Installed-Size: 1365 Depends: python (<< 2.8), python (>= 2.7~), python-cffi (>= 1.1.0), python-enum34, python-idna, python-ipaddress, python-pkg-resources, python-pyasn1, python-six, python:any (>= 2.7.5-5~), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.1) Suggests: python-cryptography-doc, python-cryptography-vectors Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cryptography/python-cryptography_1.0.1-1~bpo8+1_amd64.deb Size: 192006 MD5sum: 8f1c1f70cfe7c33e189eddabe56faac0 SHA1: 38a80b68d7ae68cc800e70ccc5e2812a18b55315 SHA256: 0c1f35d3bf0ad81d9f31fb7c36d480c1cffb763b4a1ab04d033ca41307cc5ff4 Section: python Priority: optional Homepage: https://cryptography.io/ Description: 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-cryptography-doc Source: python-cryptography Version: 1.0.1-1~bpo8+1 Architecture: all Maintainer: Tristan Seligmann Installed-Size: 225 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cryptography/python-cryptography-doc_1.0.1-1~bpo8+1_all.deb Size: 98732 MD5sum: 62552a3192e844c31c92cfde8027f148 SHA1: 516a8652fe95edf920b273978a5479d078dd44e4 SHA256: b6470601a6176992d107c090a56818d9ccca95f64670624c00dd25cf35c40127 Section: doc Priority: optional Homepage: https://cryptography.io/ Description: Python library exposing cryptographic recipes and primitives (documentation) 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 documentation for cryptography. Package: python-cryptography-vectors Version: 1.0.1-1~bpo8+1 Architecture: all Maintainer: Tristan Seligmann Installed-Size: 52860 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cryptography-vectors/python-cryptography-vectors_1.0.1-1~bpo8+1_all.deb Size: 20848510 MD5sum: 6096d27572386fa77fb01c3d2959a463 SHA1: 8cb6920e2d25addfafac482ae6601ce02c560ca5 SHA256: 5de649f9574f64601cefde915d8d66bcfcac5a702c1798a5ae7912a2c34a1741 Section: python Priority: optional Homepage: https://cryptography.io/ Description: Test vectors for python-cryptography (Python 2) The test vectors for the cryptography library are rather large; thus, they are broken out into their own package so that users who do not need to run the tests do not need to download and install them. . This package contains the Python 2 version of cryptography_vectors. Package: python-dateutil Version: 2.4.2-1~bpo8+1 Architecture: all Maintainer: Guido Günther Installed-Size: 226 Depends: python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~), tzdata Filename: pool/jessie-mitaka-backports-nochange/main/p/python-dateutil/python-dateutil_2.4.2-1~bpo8+1_all.deb Size: 42814 MD5sum: 4b66ad12e669551cf54e5d64cda9907e SHA1: 98c307fb28675ad6f5864758f8d733fc5928a1c3 SHA256: c7df2358f14208c7396fe79c715f0344041af9c58dea2e984b24c37f27811e3d Section: python Priority: optional Description: powerful extensions to the standard datetime module It features: . * computing of relative deltas (next month, next year, next monday, last week of month, etc); * computing of relative deltas between two given date and/or datetime objects * computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. * generic parsing of dates in almost any string format * timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, UTC timezone * computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms Package: python-django Version: 1.8.7-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 13028 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-django-common (= 1.8.7-2~bpo8+1) Recommends: libjs-jquery, python-sqlparse, python-tz Suggests: python-psycopg2, python-mysqldb, python-flup, python-sqlite, python-memcache, python-pil, python-bcrypt, python-yaml, geoip-database-extra | geoip-database-contrib, gettext, python-django-doc, ipython, bpython, libgdal1 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-django/python-django_1.8.7-2~bpo8+1_all.deb Size: 878966 MD5sum: ac217f6fd6cdf5cd2b413dfd7000d02b SHA1: 14059b659d4d7e67a33b1e4caaf310930b96aa96 SHA256: fba2b98c30b18cba8065208dcefdf33c11e705674208253bba8c76dd96fcc0a5 Section: python Priority: optional Homepage: http://www.djangoproject.com/ Description: High-level Python web development framework (Python 2 version) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client . This package is built for Python 2. Package: python-django-common Source: python-django Version: 1.8.7-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 19118 Recommends: libjs-jquery Breaks: python-django (<< 1.7~) Replaces: python-django (<< 1.7~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-django/python-django-common_1.8.7-2~bpo8+1_all.deb Size: 1203478 MD5sum: 73bd288afc01b255da1b1c693be2a344 SHA1: 0c715c30667f21739fa232c7afe88a571eefd4d7 SHA256: 090554d527304762a35f2f18898e912040106efb60767049c8c694d5d544254e Section: python Priority: optional Homepage: http://www.djangoproject.com/ Description: High-level Python web development framework (common) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains files common to both Python 2.7 and Python 3. Package: python-django-doc Source: python-django Version: 1.8.7-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 22273 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-django/python-django-doc_1.8.7-2~bpo8+1_all.deb Size: 2740398 MD5sum: 241e0ec1e8b31500640ce35460bc99fa SHA1: 0ed5613035772fdc8a3a10cf806ff85d340b2493 SHA256: c6e90842ba6d08e9dd8a98ebb681ea8c797b97775eafcebf3a5a08742504723a Section: doc Priority: optional Homepage: http://www.djangoproject.com/ Description: High-level Python web development framework (documentation) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains the HTML documentation and example projects. Package: python-django-nose Source: django-nose Version: 1.4.3-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 134 Depends: python-nose, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/d/django-nose/python-django-nose_1.4.3-1~bpo8+1_all.deb Size: 23806 MD5sum: e621d2ef64ab375cc2d1416095cc17dd SHA1: 47d43113dc0f82e322c2a245096478c4eaed97e6 SHA256: 22d41c1d1e80ba7ff315a2a78e4417f3d7ce243cf74ef70a16ffed4cf32f33c0 Section: python Priority: optional Homepage: http://pypi.python.org/pypi/django-nose/ Description: Django test runner that uses python-nose python-django-nose integrates python-nose into Django test runner by extending the Django management CLI with nose-related options. Those options are targeted at running nose tests directly from within the Django management system (e.g. django-admin). Package: python-django-sekizai Source: django-sekizai Version: 0.9.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 107 Depends: python-django (>= 1.5), python-django-classy-tags, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-django-sekizai-doc Filename: pool/jessie-mitaka-backports-nochange/main/d/django-sekizai/python-django-sekizai_0.9.0-1~bpo8+1_all.deb Size: 13640 MD5sum: 80dbaf03ad17d03f820da784df5e82a4 SHA1: 0a10be403951a5312cc765fee5ec670e3c123e00 SHA256: 643ea6de1521b4e09e7f90429484e4333e131399c7907fc212f93c468a1a122a Section: python Priority: optional Homepage: http://django-sekizai.readthedocs.org/ Description: template blocks for Django projects Sekizai means “blocks” in Japanese, and that’s what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. Package: python-django-sekizai-doc Source: django-sekizai Version: 0.9.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 146 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/d/django-sekizai/python-django-sekizai-doc_0.9.0-1~bpo8+1_all.deb Size: 24100 MD5sum: 01fd704948129fcfdc781a98270c041a SHA1: a3a98557a4a2df1c0b8327d4c1870cfe04ef4537 SHA256: 891d174685646a9c43062da3a1a759dab7d00d40329e3ec72a5c7b45f95ce1a5 Section: doc Priority: optional Homepage: http://django-sekizai.readthedocs.org/ Description: template blocks for Django projects (Documentation) Sekizai means “blocks” in Japanese, and that’s what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. . This package contains the documentation. Package: python-docker Version: 1.7.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 177 Depends: python-requests, python-six, python-websocket, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-docker/python-docker_1.7.2-1~bpo8+1_all.deb Size: 26912 MD5sum: 6f3bd6d6491832ec3b636fabf493a3ae SHA1: b5e2db4ea84fed49715c74cd719f181ef6164fa4 SHA256: 1c79107c89143f1f35cf47e78a1288d4224d70282d5f0f6d0e85eb049060005e Section: python Priority: optional Homepage: https://github.com/dotcloud/docker-py/ Description: Python wrapper to access docker.io's control socket This package contains oodles of routines that aid in controling docker.io over it's socket control, the same way the docker.io client controls the daemon. . This package provides Python 2 module bindings only. Package: python-editor Version: 0.4-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 45 Depends: python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-editor/python-editor_0.4-1~bpo8+1_all.deb Size: 4050 MD5sum: aed23892270680c8113e5ccca5c0a1f6 SHA1: f90e92293669d1da6348543ee652bb6212ea91f2 SHA256: 743bd0042988df878aa14671731bb1d2b8ba17b24a4c6e93387ecb0991c04941 Section: python Priority: optional Homepage: https://github.com/fmoo/python-editor Description: programmatically open an editor, capture the result - Python 2.7 python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. The user can then enter a commit message for example. . Editor first looks for the environment variable. If set, it uses the value as-is, without fallbacks. If no $EDITOR is set, editor will search through a list of known editors, and use the first one that exists on the system. For example, on Linux, editor will look for the following editors in order: * vim * emacs * nano . When calling the edit() function, editor will open the editor in a subprocess, inheriting the parent process's stdin, stdout . This package contains the Python 2.7 module. Package: python-elasticsearch Version: 1.6.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 305 Depends: python-urllib3, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-elasticsearch-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-elasticsearch/python-elasticsearch_1.6.0-1~bpo8+1_all.deb Size: 43618 MD5sum: 0949ceef389c417094ec2bff39ba11b7 SHA1: a5c5efe58a8d74f172d5cc8f5ed09ef0a3a8aeb1 SHA256: eee54c191cd9291881e34110456fb1af96076c1b767bc726a349ff85b85b2bc2 Section: python Priority: extra Homepage: https://github.com/elasticsearch/elasticsearch-py Description: Python client for Elasticsearch Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. . The client's features include: * translating basic Python data types to and from json (datetimes are not decoded for performance reasons) * configurable automatic discovery of cluster nodes * persistent connections * load balancing (with pluggable selection strategy) across all available nodes * failed connection penalization (time based - failed connections won't be retried until a timeout is reached) * thread safety * pluggable architecture Package: python-elasticsearch-doc Source: python-elasticsearch Version: 1.6.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 464 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-elasticsearch/python-elasticsearch-doc_1.6.0-1~bpo8+1_all.deb Size: 59262 MD5sum: e4c0439a93520ec48edb969f4bb1c7f9 SHA1: eee13e2d6e9f82c14163b7bff6b8e3a870733b9a SHA256: 28a78f7d92aa43808ee93215b4235dcccd963c1021ca0aac80d2b05535e885bb Section: doc Priority: extra Homepage: https://github.com/elasticsearch/elasticsearch-py Description: Python client for Elasticsearch (Documentation) Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. . The client's features include: * translating basic Python data types to and from json (datetimes are not decoded for performance reasons) * configurable automatic discovery of cluster nodes * persistent connections * load balancing (with pluggable selection strategy) across all available nodes * failed connection penalization (time based - failed connections won't be retried until a timeout is reached) * thread safety * pluggable architecture . This package contains the documentation. Package: python-eventlet Version: 0.17.4-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 506 Depends: python-greenlet, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-eventlet/python-eventlet_0.17.4-2~bpo8+1_all.deb Size: 101084 MD5sum: a5ca084549359992be64f830f1468642 SHA1: 2ad1f07583997e4eee41595d36fe21ec428864d4 SHA256: 6b190e0283fa3032e2a0bf35265e498db027607352c5049671b05ff1df3e4f5d Section: python Priority: optional Homepage: http://eventlet.net Description: concurrent networking library - Python 2.x Eventlet allows you to change how you run your code, not how you write it. . It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application. . It's easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at examples, common design patterns, and the list of the basic API primitives. . This package provides the Python 2.x module. Package: python-eventlet-doc Source: python-eventlet Version: 0.17.4-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 715 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-eventlet (<< 0.17.4) Replaces: python-eventlet (<< 0.17.4) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-eventlet/python-eventlet-doc_0.17.4-2~bpo8+1_all.deb Size: 130500 MD5sum: f30ed390b5e2c12d23aed16b19195962 SHA1: fc88fcc54d42b15dfe72b1ea1ba690b2838960ec SHA256: f046dd77504d4d8114e59174f8384f278c9efe6e4af612f8a7fe747a58ebf5ee Section: doc Priority: optional Homepage: http://eventlet.net Description: concurrent networking library - doc Eventlet allows you to change how you run your code, not how you write it. . It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application. . It's easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at examples, common design patterns, and the list of the basic API primitives. . This package provides the documentation. Package: python-fake-factory Source: faker Version: 0.5.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 2292 Depends: python-dateutil, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/f/faker/python-fake-factory_0.5.7-1~bpo8+1_all.deb Size: 342620 MD5sum: a300baec14a0683456a5ef14b35b671f SHA1: e93bb043d9b8a7387f4d2c5b90320b38220f2d57 SHA256: 671844a0efdf6e8748ef25c90656a5d65ecea4f002ef960112f0d0c8e7abcb01 Section: python Priority: optional Homepage: https://github.com/joke2k/faker Description: Faker is a Python library that generates fake data (Python 2) The fake data can be used to bootstrap a database, create XML documents, or anonymize data taken from a production service. . This is the Python 2 version of the package. Package: python-future Version: 0.15.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1732 Pre-Depends: dpkg (>= 1.15.6~) Depends: python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-future-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-future/python-future_0.15.2-1~bpo8+1_all.deb Size: 336658 MD5sum: 11a9f380bfff6fd7bf4dca9359a33947 SHA1: 419335f55b6ea4da47c31614d8b281c60ee7f2b6 SHA256: a0ef34bee8d9994125d6fec07cf2354c204e1fae1408da668bece66cdd661a91 Section: python Priority: optional Homepage: https://python-future.org Description: single-source support for Python 3 and 2 - Python 2.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 2.x module. Package: python-future-doc Source: python-future Version: 0.15.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1848 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-future/python-future-doc_0.15.2-1~bpo8+1_all.deb Size: 308640 MD5sum: b738ecba15fd58979678dd0bccda81ac SHA1: 0825263fa4432b1bed9783ea9ff3986bde9da64a SHA256: 317146dc48e5a91af1291dca76541d0bdce79c02f7ce05dec255272c4dfd50e0 Section: doc Priority: optional Homepage: https://python-future.org Description: Clean single-source support for Python 3 and 2 - doc Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the documentation. Package: python-git Version: 1.0.1+git137-gc8b8379-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1573 Depends: python (>= 2.7), python (<< 2.8), python-gitdb (>= 0.6.4), git (>= 1:1.7) | git-core (>= 1:1.5.3.7), libjs-jquery Suggests: python-smmap Filename: pool/jessie-mitaka-backports-nochange/main/p/python-git/python-git_1.0.1+git137-gc8b8379-1~bpo8+1_all.deb Size: 308218 MD5sum: b1e23c26ce375f46633b7b632fd72ed7 SHA1: 1b3367613fddc5deb97d8e2212b2e498785d00df SHA256: bd2b28d88e57c876721124d721e63891d7608fb66933b4b23d0aac8206b9a5fe Section: python Priority: optional Homepage: https://github.com/gitpython-developers/GitPython Description: Python library to interact with Git repositories python-git provides object model access to a Git repository, so Python can be used to manipulate it. Repository objects can be opened or created, which can then be traversed to find parent commit(s), trees, blobs, etc. Python-Version: 2.7 Package: python-gitdb Version: 0.6.4-2~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 258 Depends: python-smmap, python (>= 2.7), python (<< 2.8), libc6 (>= 2.14) Provides: python2.7-gitdb Filename: pool/jessie-mitaka-backports-nochange/main/p/python-gitdb/python-gitdb_0.6.4-2~bpo8+1_amd64.deb Size: 55304 MD5sum: bdfe1c553584c8b8bd593b3ed4be6d7b SHA1: 187a313b4b1710c11ff963279e7003ecbe31a45f SHA256: 8df721bd67a0d1b22b9e77c908e63c6087f2594b7bf9795727b1ad40150d5ef8 Section: python Priority: extra Homepage: https://github.com/gitpython-developers/gitdb Description: pure-Python git object database The GitDB project implements interfaces to allow read and write access to git repositories. In its core lies the db package, which contains all database types necessary to read a complete git repository. These are the LooseObjectDB, the PackedDB and the ReferenceDB which are combined into the GitDB to combine every aspect of the git database. Package: python-googleapi Version: 1.4.2-1~bpo8+1 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 206 Depends: python-oauth2client (>= 1.4.12), python-uritemplate (>= 0.6), python-httplib2 (>= 0.8), python-six (>= 1.6.1), python:any (<< 2.8), python:any (>= 2.7.5-5~) Provides: python2.7-googleapi Filename: pool/jessie-mitaka-backports-nochange/main/p/python-googleapi/python-googleapi_1.4.2-1~bpo8+1_all.deb Size: 40124 MD5sum: 871de9d7ac9a2fab55e6dcc01f460267 SHA1: a1fc9e5ef857d0a89316d41d86f0670101ab5ca3 SHA256: 8f554d376c5beb2990a36e1a1c72ecf5bc5f0c9f93a5360830146e3009ef0111 Section: python Priority: optional Homepage: https://github.com/google/google-api-python-client Description: Google APIs Client Library - Python 2.x This package contains the Google APIs Client Library for Python, which is the core Python library for accessing. Samples are available in the python-googleapi-samples package. . This package provides the Python 2.x module. Python-Version: 2.7 Package: python-googleapi-samples Source: python-googleapi Version: 1.4.2-1~bpo8+1 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 349 Depends: python-googleapi Filename: pool/jessie-mitaka-backports-nochange/main/p/python-googleapi/python-googleapi-samples_1.4.2-1~bpo8+1_all.deb Size: 114816 MD5sum: 31693884b8d828e7b3e146252e24a439 SHA1: b4b8e5dd88cdbb7fb155bf793b5d0b8b1b04cf48 SHA256: e0689ad94ab114864407f7e75db7dadeeb4c7b9a7b824df6aac1bd47465b6c11 Section: python Priority: optional Homepage: https://github.com/google/google-api-python-client Description: Google APIs Client Library for Python, samples This package contains the Google APIs Client Library for Python, which is the core Python library for accessing. . This package contains some samples for the python-googleapi package. Package: python-gridfs Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: all Maintainer: Federico Ceratto Installed-Size: 100 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pymongo Provides: python2.7-gridfs Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python-gridfs_3.0.3-1~bpo8+1_all.deb Size: 32076 MD5sum: d0f1f7beebf0b74668a60c6d5c68848f SHA1: c3505b09b4575d4a42fd489187f69daf17141d85 SHA256: 4f0bb52969b5f80b4dee7cc13c11dd6f467d90a066cd49a0741dc7e42ee04113 Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: Python implementation of GridFS for MongoDB GridFS is a storage specification for large objects in MongoDB. The Python gridfs module is an implementation based on the pymongo module. It provides a file-like interface. Package: python-gunicorn Source: gunicorn Version: 19.0-8~bpo8+1 Architecture: all Maintainer: Chris Lamb Installed-Size: 397 Depends: python-pkg-resources, python-setuptools, python:any (<< 2.8), python:any (>= 2.7.5-5~) Breaks: gunicorn (<< 19.0-3) Replaces: gunicorn (<< 19.0-3) Filename: pool/jessie-mitaka-backports-nochange/main/g/gunicorn/python-gunicorn_19.0-8~bpo8+1_all.deb Size: 74822 MD5sum: 839b8be96938a5251448302dd59f7465 SHA1: 1f804b851fd5865be584e9cdb79775a4c793d94f SHA256: 833bc5b4e5b4bd247ea9249df0900d9f9eda19747294d4797968ff6795ea7ec8 Section: httpd Priority: optional Homepage: http://gunicorn.org/ Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . This is the Python 2 library. Package: python-idna Version: 2.0-3~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 338 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-idna/python-idna_2.0-3~bpo8+1_all.deb Size: 34928 MD5sum: 9b51642b79c2cbbc82ee288f60e042d9 SHA1: 180b4d2832caee404e85942224f6908992e336d1 SHA256: 911b5296662682cdd3bfd8a44ca7fd934bc150f2ebfcd86f6af6af0edf6eea4a Section: python Priority: optional Homepage: https://github.com/kjd/idna Description: 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-ipaddress Version: 1.0.14-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 125 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-ipaddress/python-ipaddress_1.0.14-2~bpo8+1_all.deb Size: 18060 MD5sum: 2ab10a5cc8ded364f6fb14027d652232 SHA1: 0c489bda7f506f6f00f958fab37a6993722830c2 SHA256: 90b3488b5ca19963ba279e8fea7b2abff11ebb97bbf92bb575da3d0010b3e28d Section: python Priority: optional Homepage: https://github.com/phihag/ipaddress Description: Backport of Python 3 ipaddress module (Python 2) This module is a backport of the stdlib "ipaddress" module from Python 3. The "ipaddress" module is in turn based off of the "ipaddr" module available in the "python-ipaddr" but there are some important API differences; make sure you are using the right module. . This package contains the Python 2 module. Package: python-iso8601 Version: 0.1.11-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 72 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Provides: python2.7-iso8601 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-iso8601/python-iso8601_0.1.11-1~bpo8+1_all.deb Size: 12916 MD5sum: bd963048e0ece29fb39896044a8a87d7 SHA1: 3c88d393b268526170202b6070ae3ad7338aefed SHA256: 5a5f2c99ccf784ab46840bcbb8e28aba2ea3f9163a802df41289e6c7ca11af6d Section: python Priority: extra Homepage: https://pypi.python.org/pypi/iso8601 Description: Python module to parse ISO 8601 dates - Python 2.x Many file formats and standards use the ISO 8601 date format (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral, unambiguous manner. This simple Python module parses the most common forms encountered and returns Python datetime objects. . This package provides the Python 2.x module. Package: python-jinja2 Source: jinja2 Version: 2.8-1~bpo8+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 847 Depends: python-markupsafe, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-pkg-resources Suggests: python-jinja2-doc Enhances: python-pybabel Filename: pool/jessie-mitaka-backports-nochange/main/j/jinja2/python-jinja2_2.8-1~bpo8+1_all.deb Size: 116322 MD5sum: 5ae10df9a8cb5836b45dab081028653a SHA1: 92d649dcbe435e63a039c86c11c723909db844b3 SHA256: d8899a004290979966087ff5ea115521359f80bfb21e5a52d70236ee0b397bdb Section: python Priority: optional Homepage: http://jinja.pocoo.org/ Description: 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 Source: jinja2 Version: 2.8-1~bpo8+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 1284 Recommends: python-jinja2 Filename: pool/jessie-mitaka-backports-nochange/main/j/jinja2/python-jinja2-doc_2.8-1~bpo8+1_all.deb Size: 240428 MD5sum: ce1798dfa17e2e058e78cbe69a17439c SHA1: 8e8b5bb607db39b8bb20abc11f85bf7af93b62e4 SHA256: 4dcca3fc9bb63a9178b6a5b7af4168d57bc6fe6b4835e5b180307c821d1eaf0e Section: doc Priority: extra Homepage: http://jinja.pocoo.org/ Description: 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-kazoo Source: kazoo Version: 2.2.1-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 489 Depends: python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-kazoo-doc Filename: pool/jessie-mitaka-backports-nochange/main/k/kazoo/python-kazoo_2.2.1-1~bpo8+1_all.deb Size: 88282 MD5sum: be00b1ef9bc8f05c81aa8a79168ae2c6 SHA1: c0a5cf190f6d0a62dec96debabda351bfd2f6cf5 SHA256: 49982f9fe8db01de20f7494ee4073f2576a6a9a1357f93bfa82f67f39aee6dcf Section: python Priority: optional Homepage: https://kazoo.readthedocs.org Description: higher level API to Apache Zookeeper (Python 2) Kazoo features: . * A wide range of recipe implementations, like Lock, Election or Queue * Data and Children Watchers * Simplified Zookeeper connection state tracking * Unified asynchronous API for use with greenlets or threads * Support for gevent 0.13 and gevent 1.0 * Support for Zookeeper 3.3 and 3.4 servers * Integrated testing helpers for Zookeeper clusters * Pure-Python based implementation of the wire protocol, avoiding all the memory leaks, lacking features, and debugging madness of the C library . Kazoo is heavily inspired by Netflix Curator simplifications and helpers. . This is the Python 2 version of the package. Package: python-keyring Version: 7.3-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 243 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-crypto, python-dbus, python-secretstorage Suggests: gir1.2-gnomekeyring-1.0, python-fs, python-gdata, python-gi, python-kde4, python-keyczar Breaks: kupfer (<< 0+v208-2.1), python-mini-buildd (<< 1.0.0~gamma.3) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-keyring/python-keyring_7.3-1~bpo8+1_all.deb Size: 54192 MD5sum: 134bfb6ea45618aff1c50ce8e420303d SHA1: 6053bf47fc2049159e973494a26bef186acaf525 SHA256: a53e348f405f5268d70e944c044fa602648da69fd70e741fbd2416894b72a0b1 Section: python Priority: optional Homepage: https://github.com/jaraco/keyring Description: store and access your passwords safely The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python. It can be used in any application that needs safe password storage. Package: python-kombu Source: kombu Version: 3.0.32-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 996 Depends: python-amqp (>= 1.4.6), python-anyjson (>= 0.3.3), python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-yaml Suggests: python-beanstalkc, python-boto, python-couchdb (>= 0.8), python-django, python-kombu-doc, python-pika, python-pymongo (>= 2.6.2), python-redis, python-sqlalchemy Breaks: python-cjson (<= 1.0.5-4+b1) Filename: pool/jessie-mitaka-backports-nochange/main/k/kombu/python-kombu_3.0.32-1~bpo8+1_all.deb Size: 193520 MD5sum: f9f33491b35ff213ac9562af88e43694 SHA1: b87d77e01cb38072900957428b93bfd3b35501fd SHA256: 6a719dbac168453eafee93b692bdd255670655b537515b93eb8ffd6ae3aef77d Section: python Priority: optional Homepage: https://github.com/celery/kombu/ Description: AMQP Messaging Framework for Python The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol. It is meant to replace the carrot library by providing a compatibility layer. . Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * The ability to ensure that an operation is performed by gracefully handling connection and channel errors. Package: python-kombu-doc Source: kombu Version: 3.0.32-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 2336 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/k/kombu/python-kombu-doc_3.0.32-1~bpo8+1_all.deb Size: 242990 MD5sum: 98a88c611c617d827c66c38e603ea4b7 SHA1: b98b9c19269dfe8d378eb6f466eea6010f429e8c SHA256: c44157f18e5534d6855583bd109fdad4db848dc86f4e76a5b03a1671fce8bc9a Section: doc Priority: optional Homepage: https://github.com/celery/kombu/ Description: AMQP Messaging Framework for Python (Documentation) The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol. It is meant to replace the carrot library by providing a compatibility layer. . Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * The ability to ensure that an operation is performed by gracefully handling connection and channel errors. . This package contains the documentation. Package: python-ldap3 Version: 0.9.8.8-1~bpo8+1 Architecture: all Maintainer: Brian May Installed-Size: 1694 Depends: python-pyasn1, python:any (<< 2.8), python:any (>= 2.7.5-5~) Breaks: python-tldap (<< 0.3.8~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-ldap3/python-ldap3_0.9.8.8-1~bpo8+1_all.deb Size: 181284 MD5sum: 9d4fe29cb8d144c95e786d9abb24a904 SHA1: cf7e49abb170269acffcfb231e16696df6e5a4ff SHA256: d12645fbfb44621ab9f20274be0686871172807e77377c0c336039e2be9647dc Section: python Priority: optional Homepage: https://github.com/cannatag/ldap3 Description: Pure Python LDAP client library A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under the LGPL v3 open source license. RFC4511 is the current LDAP specification (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997) . This package contains the Python 2.7 version of the library. Package: python-linecache2 Version: 1.0.0-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 92 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-linecache2/python-linecache2_1.0.0-1~bpo8+1_all.deb Size: 12292 MD5sum: bbcdcfcd4b95073b5023207519ce1061 SHA1: f7b9b9c8647c28e05fa2de79cdba08ed84d9b32b SHA256: d97ac9a856f4b3161954c9f7200edcb0c8fb0a7afb0bae09152a0f48e544cb25 Section: python Priority: optional Homepage: https://github.com/testing-cabal/linecache2 Description: backports of the linecache module - Python 2.7 A backport of linecache to older supported Pythons. Typically, the user of this module would do "import linecache2 as linecache" and use the linecache module normally. . This package contains the Python 2.7 module. Package: python-lockfile Version: 1:0.12.2-1~bpo8+1 Architecture: all Maintainer: Ben Finney Installed-Size: 85 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-lockfile-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-lockfile/python-lockfile_0.12.2-1~bpo8+1_all.deb Size: 16514 MD5sum: f7c9e7d242c4fb272e62a4f6f9ed8ae2 SHA1: 5f4739ccb923910e62db011924db68bf330bf0dd SHA256: 1d74695ab2515a38490eb4c5fd225872d90084f4e6c7abb4fd503f8e4963b307 Section: python Priority: optional Homepage: https://pypi.python.org/pypi/lockfile/ Description: file locking library for Python — Python 2 library The ‘lockfile’ library exports a ‘LockFile’ class which provides a simple API for locking files. . The appropriate implementation for ‘LockFile’ is chosen automatically based on the OS capabilities for an atomic filesystem operation. These implementations are also available for explicit use as ‘LinkLockFile’ and ‘MkdirLockFile’. . Other back ends are possible with the same semantics. Examples included are: * ‘SQLiteLockFile’, using records in an SQLite database. * ‘PIDLockFile’, using the semantics of a Unix PID file. . Unlike other Python locking libraries (the Windows ‘msvcrt.locking’ function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated ‘posixfile’ module), the API is identical across both Unix (including GNU/Linux and MacOS) and Windows platforms. . This package installs the Python 2 library. Package: python-lockfile-doc Source: python-lockfile Version: 1:0.12.2-1~bpo8+1 Architecture: all Maintainer: Ben Finney Installed-Size: 147 Depends: libjs-sphinxdoc (>= 1.0) Recommends: python-lockfile Filename: pool/jessie-mitaka-backports-nochange/main/p/python-lockfile/python-lockfile-doc_0.12.2-1~bpo8+1_all.deb Size: 34964 MD5sum: 9a486b04f86a62ec789ddf207816546b SHA1: 5bfa422ec52aaa1199dfea1db90a4bc35daff13b SHA256: bf5bf609dc9c313a6286e00384e40f725ef557a20b6aee76ff069b012ba19d85 Section: doc Priority: optional Homepage: https://pypi.python.org/pypi/lockfile/ Description: file locking library for Python — documentation The ‘lockfile’ library exports a ‘LockFile’ class which provides a simple API for locking files. . This package installs the API documentation, in plain text and rendered as HTML. Package: python-memcache Version: 1.56-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 115 Depends: python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: memcached Filename: pool/jessie-mitaka-backports-nochange/main/p/python-memcache/python-memcache_1.56-1~bpo8+1_all.deb Size: 25682 MD5sum: ddebfd77a2d5924eb103a399661eb2d4 SHA1: 8c22b80bccdddaf4694e37884603c683d0b38dee SHA256: c23f7ea2892ca89c13ff1ee13b7b9b94eb3d66d144f1b73c4c944c7eb2997c61 Section: python Priority: optional Homepage: http://www.tummy.com/Community/software/python-memcached/ Description: pure Python memcached client This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. . This package contains the Python 2.x module. Package: python-mock Version: 1.3.0-2.1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 310 Depends: python-funcsigs, python-pbr, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-mock-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-mock/python-mock_1.3.0-2.1~bpo8+1_all.deb Size: 58452 MD5sum: 60352b0db6db30c926088c7dfaf541b0 SHA1: d2b657ef9a13e3502e8c84726f9327f0f68a1738 SHA256: b900b33c1bbfef735686bee6dccd2c61b695ceabd995979703e06c4f09575644 Section: python Priority: extra Homepage: http://www.voidspace.org.uk/python/mock/ Description: Mocking and Testing Library mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. Package: python-mock-doc Source: python-mock Version: 1.3.0-2.1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 212 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-mock (<< 0.7.2) Replaces: python-mock (<< 0.7.2) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-mock/python-mock-doc_1.3.0-2.1~bpo8+1_all.deb Size: 52106 MD5sum: 0aed6d27c5f9f53dc84801ab1bf7c588 SHA1: dedfa0c69789dd3045b4aa562b9afbd539bee5ab SHA256: 8e1d422ba7369d62993aa694f6007cc98b4da9c861b4a0fbbb9968e0dd335422 Section: doc Priority: extra Homepage: http://www.voidspace.org.uk/python/mock/ Description: Mocking and Testing Library (Documentation) mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. . This package contains the documentation. Package: python-mysqldb Version: 1.3.4-2~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 189 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4), libmysqlclient18 (>= 5.5.24+dfsg-1), zlib1g (>= 1:1.1.4) Suggests: mysql-server-5.1 | mysql-server, python-egenix-mxdatetime, python-mysqldb-dbg Provides: python2.7-mysqldb Filename: pool/jessie-mitaka-backports-nochange/main/p/python-mysqldb/python-mysqldb_1.3.4-2~bpo8+1_amd64.deb Size: 50936 MD5sum: bd3f33c5b7fc709a917e45eb001e08d4 SHA1: ad5a2498710617b80d433b5ad7ef0292b46c6d6a SHA256: ead33434dad038bac7314acc33f56b121ec22632a7b55fb036227d15ed77b6d3 Section: python Priority: optional Homepage: https://pypi.python.org/pypi/mysqlclient Description: Python interface to MySQL Mysqlclient is an interface to the popular MySQL database server for Python. . This is a fork of MySQLdb. It add Python 3.3 support and merges some pull requests. . This package contains modules for all Python 2.x versions supported in Debian. Package: python-mysqldb-dbg Source: python-mysqldb Version: 1.3.4-2~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 119 Depends: python-dbg, python-mysqldb (= 1.3.4-2~bpo8+1), libc6 (>= 2.4), libmysqlclient18 (>= 5.5.24+dfsg-1), zlib1g (>= 1:1.1.4) Suggests: python-egenix-mxdatetime-dbg Filename: pool/jessie-mitaka-backports-nochange/main/p/python-mysqldb/python-mysqldb-dbg_1.3.4-2~bpo8+1_amd64.deb Size: 32122 MD5sum: 61fc65aa25a85088f712eaa39c229521 SHA1: 6370ce31baf5e472f593b67afe51bd8e1ad4706a SHA256: f417d37dee9409a637076951f538ce57042eea5e0f18f309d295a536df68ade8 Section: debug Priority: extra Homepage: https://pypi.python.org/pypi/mysqlclient Description: Python interface to MySQL (debug extension) Mysqlclient is an interface to the popular MySQL database server for Python. . This is a fork of MySQLdb. It add Python 3.3 support and merges some pull requests. . This package contains modules for all Python 2.x versions supported in Debian built for Python debug interpreter. Package: python-networkx Version: 1.11~rc1-1~bpo8+1 Architecture: all Maintainer: Sandro Tosi Installed-Size: 3893 Depends: python-decorator, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-matplotlib, python-numpy, python-pkg-resources, python-pygraphviz | python-pydot, python-scipy, python-yaml Suggests: python-networkx-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-networkx/python-networkx_1.11~rc1-1~bpo8+1_all.deb Size: 823274 MD5sum: dc008f25c84d0ba8be08133a81fb3486 SHA1: 4b9359057934f23d7c808120b79cee2a339c1234 SHA256: e03494d98e48a944a13c1a1782187262456adc15e52bccf655ebdf410e654d52 Section: python Priority: optional Homepage: http://networkx.github.io/ Description: tool to create, manipulate and study complex networks NetworkX is a Python-based package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. . The structure of a graph or network is encoded in the edges (connections, links, ties, arcs, bonds) between nodes (vertices, sites, actors). If unqualified, by graph it's meant a simple undirected graph, i.e. no self-loops and no multiple edges are allowed. By a network it's usually meant a graph with weights (fields, properties) on nodes and/or edges. . The potential audience for NetworkX includes: mathematicians, physicists, biologists, computer scientists, social scientists. Package: python-networkx-doc Source: python-networkx Version: 1.11~rc1-1~bpo8+1 Architecture: all Maintainer: Sandro Tosi Installed-Size: 31841 Depends: libjs-mathjax, libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-networkx/python-networkx-doc_1.11~rc1-1~bpo8+1_all.deb Size: 6358476 MD5sum: dad00ca4a6ae72e34973b8852d4bed62 SHA1: 53f7a8b8ca2a891282643f8f9377f0121d9d2ea9 SHA256: 1fed6e951e0eb5d92f5cdbf24746454ae573c263d7b7756e5d4ccd90db5f03f4 Section: doc Priority: optional Homepage: http://networkx.github.io/ Description: tool to create, manipulate and study complex networks - documentation NetworkX is a Python-based package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. . The structure of a graph or network is encoded in the edges (connections, links, ties, arcs, bonds) between nodes (vertices, sites, actors). If unqualified, by graph it's meant a simple undirected graph, i.e. no self-loops and no multiple edges are allowed. By a network it's usually meant a graph with weights (fields, properties) on nodes and/or edges. . The potential audience for NetworkX includes: mathematicians, physicists, biologists, computer scientists, social scientists. . This package contains documentation for NetworkX. Package: python-nose Source: nose Version: 1.3.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 571 Depends: python-pkg-resources, python, python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-coverage, python-nose-doc Filename: pool/jessie-mitaka-backports-nochange/main/n/nose/python-nose_1.3.7-1~bpo8+1_all.deb Size: 132290 MD5sum: 7ccd9797c433510e589aa2e0624f3b08 SHA1: a66621b8ca9f428cd6e63f7e8533b00bbb427ab2 SHA256: 312dd759eff8955b41c179478b30c29bafc5f6016d5a93b4c7325756db5ae0af Section: python Priority: optional Homepage: https://nose.readthedocs.org/en/latest/ Description: test discovery and running of Python's unittest nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic Package: python-nose-doc Source: nose Version: 1.3.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1534 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-nose (<< 1.1.2) Replaces: python-nose (<< 1.1.2) Filename: pool/jessie-mitaka-backports-nochange/main/n/nose/python-nose-doc_1.3.7-1~bpo8+1_all.deb Size: 179808 MD5sum: eab1dd4eb78a4e8543918ac5f44d2b65 SHA1: 663d788e4c3b727911484b7a6493c40d745d6125 SHA256: 8737be8a4e1a44afec67275bbc19b313beec47a90e9e62503dd840c6397a9877 Section: doc Priority: optional Homepage: https://nose.readthedocs.org/en/latest/ Description: documentation for discovery and running for Python's unittest nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic . This package provides the documentation for nose. Package: python-oauth2client Version: 1.4.12-0.1~bpo8+1 Architecture: all Maintainer: PKG Cloud Installed-Size: 239 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-uritemplate, python (>= 2.7), python (<< 2.8), python-httplib2, python-pyasn1, python-pyasn1-modules, python-rsa, python-six Filename: pool/jessie-mitaka-backports-nochange/main/p/python-oauth2client/python-oauth2client_1.4.12-0.1~bpo8+1_all.deb Size: 42216 MD5sum: 34437bb37010504c8f8d9a61a253c6e8 SHA1: 5eca4d6242a22418194322ed1c0b7dfe0e55eeeb SHA256: 95dd605e925de7cc2d8e29dc633869cf66b9a266994092647b58a66ea33779ae Section: python Priority: optional Homepage: https://github.com/google/oauth2client Description: OAuth 2.0 client library - Python 2.x The oauth2client is a client library for OAuth 2.0. . OAuth is an open standard for authorization. OAuth provides a method for clients to access server resources on behalf of a resource owner (such as a different client or an end-user). It also provides a process for end-users to authorize third-party access to their server resources without sharing their credentials (typically, a username and password pair), using user-agent redirections. . OAuth is a service that is complementary to, and therefore distinct from, OpenID. OAuth is also distinct from OATH, which is a reference architecture for authentication (i.e. not a standard). . This package provides the Python 2.x module. Package: python-packaging Version: 16.2-2~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 107 Depends: python-pyparsing, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-packaging/python-packaging_16.2-2~bpo8+1_all.deb Size: 17026 MD5sum: 532a5e6824cf9213d59f2b95fff96b39 SHA1: 66682924fead0aa6ab73b77ac0732541d799b66b SHA256: cb4cc9c49bd2066d71d4601f300673121796949fcdf56e7ca8dca7502d09106b Section: python Priority: optional Homepage: https://pypi.python.org/pypi/packaging Description: core utilities for python packages These core utilities currently consist of: - Version Handling (PEP 440) - Dependency Specification (PEP 440) Package: python-pandas Source: pandas Version: 0.17.1-3~bpo8+1 Architecture: all Maintainer: NeuroDebian Team Installed-Size: 20021 Depends: python (>= 2.7), python (<< 2.8), python-dateutil, python-tz, python-numpy (>= 1:1.7~), python-pandas-lib (>= 0.17.1-3~bpo8+1), python-six Recommends: python-scipy, python-matplotlib, python-tables, python-numexpr, python-xlrd, python-statsmodels, python-openpyxl, python-xlwt, python-bs4, python-html5lib, python-lxml Suggests: python-pandas-doc Provides: python2.7-pandas Filename: pool/jessie-mitaka-backports-nochange/main/p/pandas/python-pandas_0.17.1-3~bpo8+1_all.deb Size: 2367976 MD5sum: abe9347ff427d710ff2936cef5eff364 SHA1: d026b7a96a9350b502b040533cad95d3c46195a9 SHA256: f2f10e1ac421825e5ea0ee424f79fa92dd6321d68095b7d263f2ae3944c12e5d Section: python Priority: optional Homepage: http://pandas.sourceforge.net Description: data structures for "relational" or "labeled" data pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. pandas is well suited for many different kinds of data: . - Tabular data with heterogeneously-typed columns, as in an SQL table or Excel spreadsheet - Ordered and unordered (not necessarily fixed-frequency) time series data. - Arbitrary matrix data (homogeneously typed or heterogeneous) with row and column labels - Any other form of observational / statistical data sets. The data actually need not be labeled at all to be placed into a pandas data structure . This package contains the Python 2 version. Package: python-pandas-doc Source: pandas Version: 0.17.1-3~bpo8+1 Architecture: all Maintainer: NeuroDebian Team Installed-Size: 34871 Depends: libjs-jquery Suggests: python-pandas Filename: pool/jessie-mitaka-backports-nochange/main/p/pandas/python-pandas-doc_0.17.1-3~bpo8+1_all.deb Size: 10086052 MD5sum: c19301d87f79632c7c1c4657d52f98e5 SHA1: ebb51d806fb68396300bd1d3df42816d7c29cbf9 SHA256: 89ca226a807f6a2eca3236f9f9f167a08b2a95e885ab98c96c3698ff69b0d78c Section: doc Priority: optional Homepage: http://pandas.sourceforge.net Description: documentation and examples for pandas This package contains documentation and example scripts for python-pandas. Package: python-pandas-lib Source: pandas Version: 0.17.1-3~bpo8+1 Architecture: amd64 Maintainer: NeuroDebian Team Installed-Size: 6119 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), python-numpy (>= 1:1.8.0), python-numpy-abi9, python (>= 2.7), python (<< 2.8) Provides: python2.7-pandas-lib Filename: pool/jessie-mitaka-backports-nochange/main/p/pandas/python-pandas-lib_0.17.1-3~bpo8+1_amd64.deb Size: 1617698 MD5sum: 5369cf3f51ef538667772e4a838cb9ab SHA1: f33dca4af68bdc35732e355c85825c2d1853792c SHA256: 6d8509c1c655a8601203c090029456179ea26445de03940310501af8a209b413 Section: python Priority: optional Homepage: http://pandas.sourceforge.net Description: low-level implementations and bindings for pandas This is an add-on package for python-pandas providing architecture-dependent extensions. . This package contains the Python 2 version. Python-Version: 2.7 Package: python-pathlib Version: 1.0.1-2~bpo8+1 Architecture: all Maintainer: Frank Brehm Installed-Size: 107 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Provides: python2.7-pathlib Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pathlib/python-pathlib_1.0.1-2~bpo8+1_all.deb Size: 25088 MD5sum: 5e07cc5368c449af507d99aa56e9fe2a SHA1: d671e058bbf0e3230eb28e57bc039951a39224d7 SHA256: 58b1f715ef454f85cff47c29ef9d5385e5a9cbc6fe228c4910c2b7a6ae9b35db Section: python Priority: optional Homepage: https://pypi.python.org/pypi/pathlib/ Description: set of Python 2 classes to handle filesystem paths Pathlib offers a set of classes to handle filesystem paths. It offers the following advantages over using string objects: . * No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls. * Embodies the semantics of different path types. For example, comparing Windows paths ignores casing. * Well-defined semantics, eliminating any warts or ambiguities (forward vs. backward slashes, etc.). . This is the Python 2 version of the package. Package: python-pathlib-doc Source: python-pathlib Version: 1.0.1-2~bpo8+1 Architecture: all Maintainer: Frank Brehm Installed-Size: 266 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pathlib/python-pathlib-doc_1.0.1-2~bpo8+1_all.deb Size: 46648 MD5sum: a3124b4fa9a50c9e0194f4d97c5fae60 SHA1: 5aca4dc705c3639b4e7f643e19ee70b8f3068a69 SHA256: c2b479a53490be140d178056c1271d31f1fd84167046ccdcf6c0cce857f44074 Section: doc Priority: optional Homepage: https://pypi.python.org/pypi/pathlib/ Description: set of Python 2 classes to handle filesystem paths (Documentation) Pathlib offers a set of classes to handle filesystem paths. It offers the following advantages over using string objects: . * No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls. * Embodies the semantics of different path types. For example, comparing Windows paths ignores casing. * Well-defined semantics, eliminating any warts or ambiguities (forward vs. backward slashes, etc.). . This package includes the documentation in HTML and TXT format. Package: python-pbr Version: 1.8.0-4~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 274 Depends: python-six (>= 1.9.0), python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pbr/python-pbr_1.8.0-4~bpo8+1_all.deb Size: 47366 MD5sum: 96d1b922e53c578eb2df016aea1a1aa8 SHA1: 91364ee8a55ff622638e0d345fc3fd80d2135149 SHA256: f3a668def12ed316a8eefb095574df6b9ed9b981a0b7d734e6af0f72a3e9f486 Section: python Priority: optional Homepage: http://pypi.python.org/pypi/pbr Description: inject useful and sensible default behaviors into setuptools - Python 2.x PBR (Python Build Reasonableness) is a library that injects some useful and sensible default behaviors into your setuptools run. PBR can: * Manage version number based on git revisions and tags (Version file). * Generate AUTHORS file from git log * Generate ChangeLog from git log * Generate Sphinx autodoc stub files for your whole module * Store your dependencies in a pip requirements file * Use your README file as a long_description * Smartly find packages under your root package . PBR is only mildly configurable. The basic idea is that there's a decent way to run things and if you do, you should reap the rewards, because then it's simple and repeatable. If you want to do things differently, cool! But you've already got the power of Python at your fingertips, so you don't really need PBR. . PBR builds on top of `d2to1` to provide for declarative configuration. It then filters the `setup.cfg` data through a setup hook to fill in default values and provide more sensible behaviors. . This package provides support for Python 2.x. Package: python-pbr-doc Source: python-pbr Version: 1.8.0-4~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 215 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pbr/python-pbr-doc_1.8.0-4~bpo8+1_all.deb Size: 48830 MD5sum: ed2ccc6f3ca2e97c5abae2c20602bac0 SHA1: 627102e154ce8269e54e60029fc573cf4668bdb6 SHA256: a344227207cf845504b8081f0c6e1c46e4018b640f6a21833cf403634ca1e703 Section: doc Priority: optional Homepage: http://pypi.python.org/pypi/pbr Description: inject useful and sensible default behaviors into setuptools - doc PBR (Python Build Reasonableness) is a library that injects some useful and sensible default behaviors into your setuptools run. PBR can: * Manage version number based on git revisions and tags (Version file). * Generate AUTHORS file from git log * Generate ChangeLog from git log * Generate Sphinx autodoc stub files for your whole module * Store your dependencies in a pip requirements file * Use your README file as a long_description * Smartly find packages under your root package . PBR is only mildly configurable. The basic idea is that there's a decent way to run things and if you do, you should reap the rewards, because then it's simple and repeatable. If you want to do things differently, cool! But you've already got the power of Python at your fingertips, so you don't really need PBR. . PBR builds on top of `d2to1` to provide for declarative configuration. It then filters the `setup.cfg` data through a setup hook to fill in default values and provide more sensible behaviors. . This package provides the documentation. Package: python-pika Version: 0.10.0-1~bpo8+1 Architecture: all Maintainer: Jan Dittberner Installed-Size: 498 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-pika-doc (= 0.10.0-1~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pika/python-pika_0.10.0-1~bpo8+1_all.deb Size: 87072 MD5sum: 3d65d06363e997cb5e7307e91cb436a8 SHA1: 4c2267835c321fac8d80569b0ac663695d7fa7d5 SHA256: 1efe1528b8c6a94f100416d65a6151a07e0cbdc79b0f843fd7c6cbf3d517daa0 Section: python Priority: optional Homepage: http://pika.github.com/ Description: AMQP client library for Python 2 Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabitMQ, but also works with other AMQP-0-9-1 brokers. . This is the Python 2 version of the library. Package: python-pika-doc Source: python-pika Version: 0.10.0-1~bpo8+1 Architecture: all Maintainer: Jan Dittberner Installed-Size: 1260 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-pika (<< 0.10.0-1) Replaces: python-pika (<< 0.10.0-1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pika/python-pika-doc_0.10.0-1~bpo8+1_all.deb Size: 127634 MD5sum: 3cf8434a1dd1b64c711811a578c5b0b7 SHA1: 7ca57b6bc1cba5dcfcd40eeda95247249b6035f7 SHA256: bed62bf777512b261bb5ebeae7276afeab5fd3d31178ec2e47a8ec41a107731b Section: doc Priority: optional Homepage: http://pika.github.com/ Description: AMQP client library documentation Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabitMQ, but also works with other AMQP-0-9-1 brokers. . This is the library documentation. Package: python-pip Version: 8.1.0-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 636 Depends: ca-certificates, python-pip-whl (= 8.1.0-2~bpo8+1), python, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: build-essential, python-all-dev (>= 2.6), python-wheel Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pip/python-pip_8.1.0-2~bpo8+1_all.deb Size: 169908 MD5sum: e4443f70b2fc349ae21e7b03b0790e98 SHA1: 59abe770c6b506dd755ea10ab2c2922288d6fc0e SHA256: b5756678ce06749573ccf4e1fa33f3ed5be13c2c62adcdbbf65827fbc35ae3ae Section: python Priority: optional Homepage: https://pip.pypa.io/en/stable/ Description: alternative Python package installer pip is a replacement for easy_install, and is intended to be an improved 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. Package: python-pip-whl Source: python-pip Version: 8.1.0-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1225 Depends: ca-certificates Breaks: python-chardet-whl (<< 2.3.0-2), python-colorama-whl (<< 0.3.6-1), python-distlib-whl (<< 0.2.2-1), python-html5lib-whl (<< 0.999-4), python-requests-whl (<< 2.9.1-3), python-setuptools-whl (<< 20.1.1-1), python-six-whl (<< 1.10.0-3), python-urllib3-whl (<< 1.13.1-2), virtualenv (<< 14.0.5+ds-5) Replaces: python-chardet-whl (<< 2.3.0-2), python-colorama-whl (<< 0.3.6-1), python-distlib-whl (<< 0.2.2-1), python-html5lib-whl (<< 0.999-4), python-requests-whl (<< 2.9.1-3), python-setuptools-whl (<< 20.1.1-1), python-six-whl (<< 1.10.0-3), python-urllib3-whl (<< 1.13.1-2), virtualenv (<< 14.0.5+ds-5) Built-Using: chardet (= 2.3.0-2), distlib (= 0.2.2-1), html5lib (= 0.999-4), python-colorama (= 0.3.6-1), python-setuptools (= 20.1.1-1), python-urllib3 (= 1.13.1-2), requests (= 2.9.1-3), six (= 1.10.0-3) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pip/python-pip-whl_8.1.0-2~bpo8+1_all.deb Size: 1064958 MD5sum: fb37a3d209429b86e86c7133d530b3cb SHA1: ebc6f21b175c26dcf5c49844cc30c5bff1048a24 SHA256: 854bcbcbb8488ef6b22ca59df1c49ff7f10dd7e3879a6649b867b59593c487f2 Section: python Priority: optional Homepage: https://pip.pypa.io/en/stable/ Description: alternative Python package installer pip is a replacement for easy_install, and is intended to be an improved 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 Source: python-setuptools Version: 20.10.1-1.1~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 470 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-setuptools Filename: pool/jessie-mitaka-backports-nochange/main/p/python-setuptools/python-pkg-resources_20.10.1-1.1~bpo8+1_all.deb Size: 141094 MD5sum: f12d7da6df8ba81bccdac86dc7af60c6 SHA1: 88b06e65c6c6aa14d8985c9e5f83e5e929034917 SHA256: 14c17022c316233ca7fe535e2e3ae7385cd5748669c9b45b42860e07a5a9a18b Section: python Priority: optional Homepage: https://pypi.python.org/pypi/setuptools Description: 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-progress Version: 1.2-1~bpo8+1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 65 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-progress/python-progress_1.2-1~bpo8+1_all.deb Size: 6552 MD5sum: 55de375315fe147dd55a10f2222161a1 SHA1: 9c397b71313496c4ad8bbb0fb93dcb7209dc2250 SHA256: b245cd527e4face7d2592c220f76d5dd31878861fe97aad607aabe5404829cdc Section: python Priority: optional Homepage: https://github.com/verigak/progress/ Description: easy progress reporting for Python This package provides several canned progress bars for command line Python programs. Progress bars are customizable and can be advanced by using the next() method, with the finish() method to finish. . This is the Python 2 version. Package: python-py Version: 1.4.31-1~bpo8+1 Architecture: all Maintainer: Sebastian Ramacher Installed-Size: 343 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pkg-resources Suggests: subversion, python-pytest, python-pytest-xdist Filename: pool/jessie-mitaka-backports-nochange/main/p/python-py/python-py_1.4.31-1~bpo8+1_all.deb Size: 82240 MD5sum: c38add40105022698ec333262c6186ec SHA1: 4855fec03c07c8760bee8e602779db12039ccad8 SHA256: cc99ab641793dfc2086724fd9cc0bb25b8c6425f04c944b41acb4c97f52ccf4c Section: python Priority: optional Homepage: https://bitbucket.org/pytest-dev/py Description: 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-pyasn1 Source: pyasn1 Version: 0.1.9-1~bpo8+1 Architecture: all Maintainer: Jan Lübbe Installed-Size: 372 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: doc-base Filename: pool/jessie-mitaka-backports-nochange/main/p/pyasn1/python-pyasn1_0.1.9-1~bpo8+1_all.deb Size: 51930 MD5sum: c4ae7531c2afe39f16ae610e862d87ba SHA1: ea3483f4347478ed54ede3b47f7efb43a9ea4dab SHA256: 70197164639eed8c67608c5f2747b3c84ebd16b79374ec533a2049b1926b3fbf Section: python Priority: optional Homepage: http://pyasn1.sourceforge.net/ Description: ASN.1 library for Python (Python 2 module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the Python 2 module. Package: python-pyflakes Source: pyflakes Version: 1.2.3-1~bpo8+1 Architecture: all Maintainer: Python Applications Packaging Team Installed-Size: 261 Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: pyflakes Breaks: pyflakes (<< 1.0.0-2~) Replaces: pyflakes (<< 1.0.0-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/pyflakes/python-pyflakes_1.2.3-1~bpo8+1_all.deb Size: 44862 MD5sum: 57463cc5e33ca3a0cbce39457a130432 SHA1: 44426f24dd217e097215ce7420bc6f89870bd3ff SHA256: 80906da6ba336dac614fda9d54e7115188a9f62388f37bdd3b04fac63b32aeb8 Section: python Priority: optional Homepage: https://launchpad.net/pyflakes Description: 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 library version. Package: python-pygraphviz Version: 1.3~rc2-3+b1~bpo8+1 Architecture: amd64 Maintainer: Sandro Tosi Installed-Size: 215 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libcdt5, libcgraph6, graphviz (>= 2.16) Suggests: python-pygraphviz-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pygraphviz/python-pygraphviz_1.3~rc2-3+b1~bpo8+1_amd64.deb Size: 44690 MD5sum: 2bfd680a4bced471988c603963200335 SHA1: e6fac1f15e8c808ed285caf60d0c8b695e6089c8 SHA256: b18ee09e7ef0072e3e7543451ec89e61d6fd4020a4b85436b0a5fd9231f718b4 Section: python Priority: optional Homepage: http://networkx.lanl.gov/pygraphviz/ Description: Python interface to the Graphviz graph layout and visualization package Pygraphviz is a Python interface to the Graphviz graph layout and visualization package. . With Pygraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. Package: python-pygraphviz-dbg Source: python-pygraphviz Version: 1.3~rc2-3+b1~bpo8+1 Architecture: amd64 Maintainer: Sandro Tosi Installed-Size: 341 Depends: python-pygraphviz (= 1.3~rc2-3+b1~bpo8+1), python-dbg, libc6 (>= 2.14), libcdt5, libcgraph6 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pygraphviz/python-pygraphviz-dbg_1.3~rc2-3+b1~bpo8+1_amd64.deb Size: 110618 MD5sum: 31baec08af9755cdb038ce2f281e9093 SHA1: a056a165b0fc72bbf754f63a2eb9ae81fc860bb7 SHA256: 6678cb557992ed59eac549da1aa5b8de12f6f09832e039962615262ba27c46f9 Section: debug Priority: extra Homepage: http://networkx.lanl.gov/pygraphviz/ Description: Python interface to the Graphviz graph layout and visualization package (debug extension) Pygraphviz is a Python interface to the Graphviz graph layout and visualization package. . With Pygraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. . This package contains the debug extension for python-pygraphviz. Package: python-pygraphviz-doc Source: python-pygraphviz Version: 1.3~rc2-3+b1~bpo8+1 Architecture: all Maintainer: Sandro Tosi Installed-Size: 304 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pygraphviz/python-pygraphviz-doc_1.3~rc2-3+b1~bpo8+1_all.deb Size: 65958 MD5sum: 843a8313f7b6204c375ea4d716f03493 SHA1: 64cd6367bf30be288b9009e0c587b51e4f3ed29f SHA256: 08d3011feee9ed0f816692e9df7b564bb37a0d8a51769016844119c4fa5b3c51 Section: doc Priority: optional Homepage: http://networkx.lanl.gov/pygraphviz/ Description: Python interface to the Graphviz graph layout and visualization package (doc) Pygraphviz is a Python interface to the Graphviz graph layout and visualization package. . With Pygraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. . This package contains documentation for python-pygraphviz. Package: python-pyinotify Source: pyinotify Version: 0.9.5-1~bpo8+1 Architecture: all Maintainer: Mikhail Gusarov Installed-Size: 132 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-pyinotify-doc Provides: python2.7-pyinotify Filename: pool/jessie-mitaka-backports-nochange/main/p/pyinotify/python-pyinotify_0.9.5-1~bpo8+1_all.deb Size: 26952 MD5sum: e0cb1575c9b0ec5cfa6db760f1387f64 SHA1: 2f00adf9de7c343ba9c35f2933abd146eb17a60a SHA256: b1de99c20fc9004fd2f1ffb134f242b6e6a78144e5e0cb10150c0f61338d4d78 Section: python Priority: optional Homepage: https://github.com/seb-m/pyinotify Description: simple Linux inotify Python bindings pyinotify is a simple wrapper for the Linux inotify mechanism. . inotify is a Linux Kernel feature available since 2.6.13. inotify makes it possible for applications to easily be notified of filesystem changes. Package: python-pyinotify-doc Source: pyinotify Version: 0.9.5-1~bpo8+1 Architecture: all Maintainer: Mikhail Gusarov Installed-Size: 1332 Recommends: python-pyinotify, python3-pyinotify Filename: pool/jessie-mitaka-backports-nochange/main/p/pyinotify/python-pyinotify-doc_0.9.5-1~bpo8+1_all.deb Size: 93706 MD5sum: 48be4c522034f16505bfaad9f7571d76 SHA1: c7e535384b0809807eb259198a97c25fc133b3c2 SHA256: dfc1c0ffaae34e43b26b5c1a19658aea159cdcd2ae5e586bf982354297be124b Section: doc Priority: optional Homepage: https://github.com/seb-m/pyinotify Description: simple Linux inotify Python bindings -- documentation pyinotify is a simple wrapper for the Linux inotify mechanism. . inotify is a Linux Kernel feature available since 2.6.13. inotify makes it possible for applications to easily be notified of filesystem changes. . This package contains API documentation and examples. Package: python-pymongo Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: amd64 Maintainer: Federico Ceratto Installed-Size: 533 Depends: python-bson (= 3.0.3-1~bpo8+1), python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-gridfs (>= 3.0.3-1~bpo8+1), python-pymongo-ext Suggests: python-pymongo-doc Provides: python2.7-pymongo Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python-pymongo_3.0.3-1~bpo8+1_amd64.deb Size: 111738 MD5sum: 4efdfb33ba16edd217df9a27ccdde05c SHA1: dca3348fac24e18e3a9411afe1d2bc42310db1d3 SHA256: 329ea369f4237c6d8c2e56bb71b8d85c828198826f0a25d21a7b3efab12c21ed Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: Python interface to the MongoDB document-oriented database MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python. Consider installing the python-pymongo-ext C extension to improve performance. Package: python-pymongo-doc Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: all Maintainer: Federico Ceratto Installed-Size: 1918 Depends: libjs-sphinxdoc (>= 1.0), libjs-jquery, libjs-underscore Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python-pymongo-doc_3.0.3-1~bpo8+1_all.deb Size: 242748 MD5sum: 4bcd453bcf33b9fcda5878e9b67ae8d9 SHA1: 2ebb2e74e061ea703dd416c6e9092918041a5d0b SHA256: 185e9edeb77ffa4fbe6b29b25af0a959056af61f39eeca86d5a6cff3906e12a7 Section: doc Priority: optional Homepage: http://api.mongodb.org/python/ Description: Python interface to the MongoDB document-oriented database (documentation) MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python. . This package contains the HTML documentation. Package: python-pymongo-ext Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: amd64 Maintainer: Federico Ceratto Installed-Size: 85 Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.14), python-bson (= 3.0.3-1~bpo8+1), python-pymongo (= 3.0.3-1~bpo8+1) Recommends: python-gridfs (>= 3.0.3-1~bpo8+1) Provides: python2.7-pymongo-ext Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python-pymongo-ext_3.0.3-1~bpo8+1_amd64.deb Size: 31598 MD5sum: 36894831dbefbf3a58d9b827e133904b SHA1: 2b1969916b737bdb2ca35fa6b35842c71e3a8199 SHA256: ecb4dff14e747b70c4630ba0e1334a605f0cfdc45aff0bb564f89822fecb8eee Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: C-coded extension to the python-pymongo package Pymongo provides an interface to easily access MongoDB from Python. This package contains an extension written in C for higher performance. Package: python-pysaml2 Version: 2.4.0-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1889 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-mako, python-memcache, python-pyasn1, python-repoze.who, xmlsec1, python (>= 2.7), python (<< 2.8), python-decorator, python-requests, python-paste, python-zope.interface, python-crypto (>= 2.2), python-tz, python-openssl, python-dateutil Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pysaml2/python-pysaml2_2.4.0-2~bpo8+1_all.deb Size: 182772 MD5sum: 878f7e6540a7cd4ce796c7b843fba939 SHA1: fd585803a9bce8f6ce59f7af9b3e3ef3bcdd6d41 SHA256: 393de964c7baf00cdffcc111998e324981ac136fe975342214500430e42e6547 Section: python Priority: optional Homepage: https://github.com/rohe/pysaml2 Description: SAML Version 2 to be used in a WSGI environment - Python 2.x This package provides a Python implementation of SAML Version 2 to be used in a WSGI environment. . From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version of the SAML standard for exchanging authentication and authorization data between security domains. SAML 2.0 is an XML-based protocol that uses security tokens containing assertions to pass information about a principal (usually an end user) between a SAML authority, that is, an identity provider, and a SAML consumer, that is, a service provider. SAML 2.0 enables web-based authentication and authorization scenarios including cross-domain single sign-on (SSO), which helps reduce the administrative overhead of distributing multiple authentication tokens to the user. . This package contains the Python 2.x module. Package: python-pysaml2-doc Source: python-pysaml2 Version: 2.4.0-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 259 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pysaml2/python-pysaml2-doc_2.4.0-2~bpo8+1_all.deb Size: 46120 MD5sum: 2b71d097cb9d525bb4fd6c3fb5bf9f2e SHA1: 82d935a75fc7d5c3ce064a7dd5fa9ed1056f1bfa SHA256: 99f05b61a82dba1b7621f748ad321e64aca129669c0c91d75d9cc75d0ff9d06b Section: doc Priority: optional Homepage: https://github.com/rohe/pysaml2 Description: SAML Version 2 to be used in a WSGI environment - doc This package provides a Python implementation of SAML Version 2 to be used in a WSGI environment. . From wikipedia: Security Assertion Markup Language 2.0 (SAML 2.0) is a version of the SAML standard for exchanging authentication and authorization data between security domains. SAML 2.0 is an XML-based protocol that uses security tokens containing assertions to pass information about a principal (usually an end user) between a SAML authority, that is, an identity provider, and a SAML consumer, that is, a service provider. SAML 2.0 enables web-based authentication and authorization scenarios including cross-domain single sign-on (SSO), which helps reduce the administrative overhead of distributing multiple authentication tokens to the user. . This package contains the documentation. Package: python-pyscss Version: 1.3.4-4~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 531 Depends: python (<< 2.8), python (>= 2.7~), python-enum34, python-pathlib, python-six, python:any (>= 2.7.5-5~), libc6 (>= 2.14), libpcre3 (>= 1:8.35) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pyscss/python-pyscss_1.3.4-4~bpo8+1_amd64.deb Size: 102560 MD5sum: cde74512efce6e8d530b8cb49a8e0be8 SHA1: d1e9b41476030f53d0e675872d1b6cf3986b203a SHA256: ec90c12fbbff89ad7996e1bc18ac46c8b1c1eea48c3ab67f8b0b93d96edbaea1 Section: python Priority: extra Homepage: https://github.com/Kronuz/pyScss Description: SCSS compiler - Python 2.x pyScss compiles Scss (Sass), a superset of CSS that is more powerful, elegant and easier to maintain than plain-vanilla CSS. The library acts as a CSS source code preprocesor which allows you to use variables, nested rules, mixins, and have inheritance of rules, all with a CSS-compatible syntax which the preprocessor then compiles to standard CSS. . This package provides the Python 2.x module. Package: python-pytest Source: pytest Version: 2.8.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 593 Depends: python-pkg-resources, python-py (>= 1.4.29), python, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-mock (>= 1.0.1) Filename: pool/jessie-mitaka-backports-nochange/main/p/pytest/python-pytest_2.8.7-1~bpo8+1_all.deb Size: 155740 MD5sum: 63459c3b8682d1091103ef00674e7337 SHA1: 66fc08a3c1259880f9515fb9c6c0ab4d0358d0e2 SHA256: f66b334588389e9fb74c3be17ff0b43cb0e5a31cf1ea8bc1aee5060e18050608 Section: python Priority: optional Homepage: http://pytest.org/ Description: Simple, powerful testing in Python This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword. Package: python-pytest-doc Source: pytest Version: 2.8.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 3171 Depends: libjs-sphinxdoc (>= 1.0) Recommends: python-pytest | python3-pytest Filename: pool/jessie-mitaka-backports-nochange/main/p/pytest/python-pytest-doc_2.8.7-1~bpo8+1_all.deb Size: 493132 MD5sum: 0625f641f03b1f18fa0d2c2c19fe9d1d SHA1: a45a139075a5bb02165689e55c4054d1945abf75 SHA256: 927a53312c336c2024ea9e84f83066c6580f78f23a6be38974b1589675fc3f6a Section: doc Priority: optional Homepage: http://pytest.org/ Description: Simple, powerful testing in Python - Documentation This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword. . This package contains the documentation for pytest. Package: python-qpid-proton Source: qpid-proton Version: 0.10-0.1~bpo8+1 Architecture: amd64 Maintainer: Debian Middleware Maintainers Installed-Size: 1034 Depends: libqpid-proton2, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Provides: python2.7-qpid-proton Filename: pool/jessie-mitaka-backports-nochange/main/q/qpid-proton/python-qpid-proton_0.10-0.1~bpo8+1_amd64.deb Size: 216106 MD5sum: 7e69a342cfd400563304362afd4ce40a SHA1: e9916633cd1561a5a1ddb5b9f17dead9fca6157b SHA256: 185a38b4869a659ac70ce437cbfc3d48d911ba38e7a57902e24ab98648356395 Section: python Priority: optional Homepage: http://qpid.apache.org/proton Description: language bindings for Qpid Proton messaging framework - Python 2.7. Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language. . This package provides Python 2.7 language bindings for Qpid Proton. Package: python-qpid-proton-doc Source: qpid-proton Version: 0.10-0.1~bpo8+1 Architecture: all Maintainer: Debian Middleware Maintainers Installed-Size: 1502 Filename: pool/jessie-mitaka-backports-nochange/main/q/qpid-proton/python-qpid-proton-doc_0.10-0.1~bpo8+1_all.deb Size: 81128 MD5sum: d5a73461a2098dd9fab31d21702387c4 SHA1: c7078215d56ad85e7b50d937c947ace740772c30 SHA256: 5eea31d6d51c9efe17858327ffd461f95cabb9afc4d520525b447ac4cb2c5240 Section: doc Priority: optional Homepage: http://qpid.apache.org/proton Description: Documentation for the Python language bindings for Qpid Proton Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language. . This package provides documentation for the Python language bindings for Qpid Proton. Package: python-repoze.what Version: 1.0.9-5~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 539 Depends: python-paste (>= 1.7), python-repoze.who (<= 1.99), python-repoze.who (>= 1.0), python-repoze.who-plugins, python-zope.interface, libjs-sphinxdoc (>= 1.0), python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-pkg-resources Filename: pool/jessie-mitaka-backports-nochange/main/p/python-repoze.what/python-repoze.what_1.0.9-5~bpo8+1_all.deb Size: 73086 MD5sum: ea729c5810a004fe3268bc188bb5b13c SHA1: e254c7117ecf8c74b2a098b5d375c5ebc4c9738a SHA256: 54bf9335b20a796b00f479012f44ec14e56628c9ce223fc8016110d76724560a Section: python Priority: optional Homepage: http://www.repoze.org/ Description: authorization framework for Python WSGI applications repoze.what is an authorization framework for WSGI applications, based on repoze.who (which deals with authentication and identification). . On the one hand, it enables an authorization system based on the groups to which the authenticated or anonymous user belongs and the permissions granted to such groups by loading these groups and permissions into the request on the way in to the downstream WSGI application. . And on the other hand, it enables you the programmer to manage groups and permissions from the application itself or another program, under a backend-independent API. For example, it would be easy to switch from one back-end to another, and even use this framework to migrate the data. . This is just the authorization pattern it supports out-of-the-box, but it supports other authorization patterns with custom predicates. It's highly extensible, so it's very unlikely that it will get in the way and can be extended to check for many conditions (e.g.: checking that the user comes from a given country, based on her IP address). Package: python-repoze.what-plugins Version: 20090531-3.1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 142 Depends: python-decorator, python-pylons, python-repoze.what, python-repoze.who, python-repoze.who-plugins, python-sqlalchemy (>= 0.9~), python-sqlalchemy (<< 0.10), python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-repoze.what-plugins/python-repoze.what-plugins_20090531-3.1~bpo8+1_all.deb Size: 14890 MD5sum: 4e22413241c38a42668484193c6c40e5 SHA1: e75525fb2f79478177a0114dd9d5b3f35d8a5920 SHA256: a64c0021f1ca5213087f44dc9f6e19a588287eecc15ecc48a09650ea4e6a311c Section: python Priority: optional Description: authorization framework for Python WSGI applications - plugins collection repoze.what is an authorization framework for WSGI applications, based on repoze.who (which deals with authentication and identification). . This package contains a collection of plugins for repoze.what, in particular: . * repoze.what.plugins.sql - adapter plugin for SQLAlchemy * repoze.what-pylons - integration with Pylons / TurboGears * repoze.what-quickstart - simple authentication and authorization * repoze.what.plugins.xml - XML adapter plugin Package: python-repoze.who Version: 2.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1145 Depends: python-paste, python-pkg-resources, python-sphinx, python-webob, python-zope.interface, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: libjs-jquery, python-psycopg2 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-repoze.who/python-repoze.who_2.2-1~bpo8+1_all.deb Size: 307930 MD5sum: d5f6007c25007a931657c48eec4a93a8 SHA1: 0739c925ea2a80e9258e98eec865c69c2b38c97f SHA256: 17da40d94ccc22cfc68b1d3b569986e2def53e6e0b6ba99680bc15bad0f13e01 Section: python Priority: optional Homepage: http://www.repoze.org/ Description: ident and auth framework for Python WSGI applications - Python 2.x repoze.who is an identification and authentication framework for arbitrary Python WSGI applications; it acts as WSGI middleware. . repoze.who is inspired by Zope 2's Pluggable Authentication Service (PAS), but is not dependent on Zope in any way; it is useful for any WSGI application. . It provides no facility for authorization (ensuring whether a user can or cannot perform the operation implied by the request). This is considered to be the domain of the WSGI application. . This package contains the Python 2.x module. Package: python-repoze.who-plugins Version: 20090913-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 174 Depends: python-ldap (>= 2.3.5), python-openid (>= 2.0), python-paste (>= 1.7), python-pastedeploy (>= 1.3.3), python-pkg-resources, python-repoze.who, python-sqlalchemy (>= 0.5), python-zope.interface, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-zopeinterface Filename: pool/jessie-mitaka-backports-nochange/main/p/python-repoze.who-plugins/python-repoze.who-plugins_20090913-2~bpo8+1_all.deb Size: 23296 MD5sum: 3515b7f61bc15856b611c347c650dcb1 SHA1: 053332873ba5be6110a0c666f9d1e0c5f8f6cbe8 SHA256: 29b0a238991997b0967d14e436e6fcf228034569cd37e5f364cd83524acac230 Section: python Priority: optional Description: authentication framework for Python WSGI applications - plugins collection repoze.who is an identification and authentication framework for arbitrary Python WSGI applications; it acts as WSGI middleware and is inspired by Zope 2's Pluggable Authentication Service (PAS). . This package contains a collection of plugins for repoze.who, in particular: . * repoze.who-friendlyform - developer-friendly forms * repoze.who-plugins.sa - SQLAlchemy integration * repoze.who-testutil - test utilities for repoze.who applications * repoze.who.plugins.ldap - LDAP authentication * repoze.who.plugins.openid - login via OpenID Package: python-requests Source: requests Version: 2.9.1-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 270 Depends: python-urllib3 (>= 1.13.1), python:any (<< 2.8), python:any (>= 2.7.5-5~), ca-certificates, python-chardet, python-urllib3 (<< 1.13.2) Suggests: python-ndg-httpsclient, python-openssl, python-pyasn1 Breaks: httpie (<< 0.9.2) Filename: pool/jessie-mitaka-backports-nochange/main/r/requests/python-requests_2.9.1-2~bpo8+1_all.deb Size: 69822 MD5sum: b8b4873b2a850ce5acee19364cbcccb6 SHA1: 8b2530e060230103c6b68f637ca27306143e3800 SHA256: 0cfc8a88094621e78c6c6704c3cc30d622a40ec208b1ffe0577569d3cea30158 Section: python Priority: optional Homepage: http://python-requests.org Description: elegant and simple HTTP library for Python2, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts Package: python-requests-kerberos Version: 0.7.0-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 65 Depends: python-kerberos (>= 1.1.1), python-requests (>= 1.1.0), python (>= 2.7), python (<< 2.8) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-requests-kerberos/python-requests-kerberos_0.7.0-2~bpo8+1_all.deb Size: 8166 MD5sum: e61ba0848fc11cbaf4bf21e038257f44 SHA1: 5e7ee52e636c6a67faca7fe5875f5689a7521f48 SHA256: 312c0cc0d3fb5cfacf402d7908c7af63f1c7a550bff631798c76ca1722c65ede Section: python Priority: optional Homepage: https://github.com/requests/requests-kerberos Description: Kerberos/GSSAPI authentication handler for python-requests - Python 2.x Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication. . This package provides the Python 2.x module. Package: python-requests-whl Source: requests Version: 2.9.1-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 376 Depends: ca-certificates, python-urllib3-whl Filename: pool/jessie-mitaka-backports-nochange/main/r/requests/python-requests-whl_2.9.1-2~bpo8+1_all.deb Size: 322810 MD5sum: 0c91f972499ae17cf3a6dcd6deb7ab01 SHA1: 2486a557efdf621b1fb6ce330e554e378cfa949f SHA256: 9186099af2ddf3534bc2b69617a7c49e108b9bee96423c47d374e96d72b2bdac Section: python Priority: optional Homepage: http://python-requests.org Description: elegant and simple HTTP library for Python, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package provides the universal wheel. Package: python-routes Source: routes Version: 2.2-1~bpo8+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 511 Depends: python-repoze.lru, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0), python-pkg-resources Recommends: python-webob Suggests: python-paste Filename: pool/jessie-mitaka-backports-nochange/main/r/routes/python-routes_2.2-1~bpo8+1_all.deb Size: 82286 MD5sum: 8d26d71a33dd0a76a88b6dd224811eb9 SHA1: dbf8d400361ffeae4c572261c344cc81f46d1711 SHA256: d3cd0ccf56d12d433fc0dea00ae3c8e185dfa96b10e3a79ec66d77ab86707d10 Section: python Priority: optional Homepage: http://routes.readthedocs.org/ Description: Routing Recognition and Generation Tools Routes is a Python re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort. . Speedy and dynamic URL generation means you get a URL with minimal cruft (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing. . Current features: * Named Routes * Sophisticated Route lookup and URL generation * Wildcard path's before and after static parts * Groupings syntax to allow flexible URLs to accommodate almost any need * Sub-domain support built-in * Conditional matching based on domain, cookies, HTTP method (RESTful), and more * Easily extensible utilizing custom condition functions and route generation functions * Extensive unit tests Package: python-ryu Source: ryu Version: 3.24-1.1~bpo8+1 Architecture: all Maintainer: Dariusz Dwornikowski Installed-Size: 5639 Depends: python-eventlet, python-lxml, python-msgpack, python-netaddr, python-oslo.config (>= 1:1.9.3), python-paramiko, python-routes, python-six, python-webob, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-ryu-doc Provides: python2.7-ryu Filename: pool/jessie-mitaka-backports-nochange/main/r/ryu/python-ryu_3.24-1.1~bpo8+1_all.deb Size: 615456 MD5sum: 78fa86bb0dcc39887ec4caec5f1042a3 SHA1: 43328039b5da10faeab59ea470f5c74eee2dce25 SHA256: fff2ecb25ed8539951923057e47dd67b0e9ab07e57d20188257f3bc70b1c1300 Section: python Priority: optional Homepage: http://osrg.github.io/ryu/ Description: software defined networking framework (Python libs) Ryu is a component-based software defined networking framework. Ryu provides software components with well defined API that make it easy for developers to create new network management and control applications. Ryu supports various protocols for managing network devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions. . This package provides the Python library. Package: python-ryu-doc Source: ryu Version: 3.24-1.1~bpo8+1 Architecture: all Maintainer: Dariusz Dwornikowski Installed-Size: 2163 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/r/ryu/python-ryu-doc_3.24-1.1~bpo8+1_all.deb Size: 168748 MD5sum: f21ed074d9c6d0304d9574c71c941be2 SHA1: cde07d70c40e091b67d167904a57a4454c86509d SHA256: b4b98717bf4970eec5a7cdb9ed6c0404ca01114cdda87a9cd585945b8d0e1d28 Section: doc Priority: optional Homepage: http://osrg.github.io/ryu/ Description: software defined networking framework (ryu docs) Ryu is a component-based software defined networking framework. Ryu provides software components with well defined API that make it easy for developers to create new network management and control applications. Ryu supports various protocols for managing network devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions. . This package provides the HTML documentation including the Ryu API manual. Package: python-selenium Version: 2.48.0+dfsg1-2~bpo8+1 Architecture: all Maintainer: Sascha Girrulat Installed-Size: 485 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: chromedriver, firefoxdriver (>= 2.47.1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-selenium/python-selenium_2.48.0+dfsg1-2~bpo8+1_all.deb Size: 74102 MD5sum: 4ecb453fa0163bf7dc171c8bd6e4745f SHA1: 3d3257731cb38d582019b8be59eda27c72c2960b SHA256: c5ac6f339da37bfc81a379fa6127c910de7e2afd01b930a9639ce16ef3f60d5b Section: python Priority: optional Homepage: http://www.seleniumhq.org Description: Python bindings for Selenium Python language bindings for Selenium WebDriver. . The `selenium` package is used automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, PhantomJS), as well as the Remote protocol. . The webdriver parts itself are not included in this package. Package: python-setuptools Version: 20.10.1-1.1~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 528 Depends: python-pkg-resources (= 20.10.1-1.1~bpo8+1), python, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-setuptools-doc Provides: python-distribute Filename: pool/jessie-mitaka-backports-nochange/main/p/python-setuptools/python-setuptools_20.10.1-1.1~bpo8+1_all.deb Size: 202782 MD5sum: e18aff81dac87c5aefa71256b68f62d1 SHA1: 432331345b36515470e5e03af9a5f1699b2763e8 SHA256: 5d2ed908b1696741d715c35713c8c33e6c4be9d6f96b6d5003a4978d4ca27400 Section: python Priority: optional Homepage: https://pypi.python.org/pypi/setuptools Description: Python Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: python-setuptools-doc Source: python-setuptools Version: 20.10.1-1.1~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 1134 Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-setuptools/python-setuptools-doc_20.10.1-1.1~bpo8+1_all.deb Size: 200898 MD5sum: 140ebd6ccf364b07244cd71b2a1cca79 SHA1: e142e94ac957160b0fc2aeb627065f96d55b4b3f SHA256: 05d0ed29a227581e387b6922715ab349545a582a838a21e71246101cdb9f0f00 Section: doc Priority: optional Homepage: https://pypi.python.org/pypi/setuptools Description: Python Distutils Enhancements (documentation) Extensions to the Python distutils for large or complex distributions. The package contains the documentation in html format. Package: python-setuptools-scm Source: setuptools-scm Version: 1.10.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 72 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/s/setuptools-scm/python-setuptools-scm_1.10.1-1~bpo8+1_all.deb Size: 10964 MD5sum: 9cc9d89224edf38e367ce0e6569205cd SHA1: a45d4939c1a2491ba0f936a62d6ddeee9c52c49e SHA256: 696ad085c1657795512386da747e8aa672079dde6ba83eb9236cd84b32d60e6c Section: python Priority: optional Homepage: https://github.com/pypa/setuptools_scm Description: blessed package to manage your versions by scm tags for Python 2 setuptools_scm handles managing your Python package versions in scm metadata. It also handles file finders for the suppertes scm's. . This package installs the library for Python 2. Package: python-six Source: six Version: 1.9.0-3~bpo8+1 Architecture: all Maintainer: Colin Watson Installed-Size: 77 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/s/six/python-six_1.9.0-3~bpo8+1_all.deb Size: 13730 MD5sum: b961004f229a0b3b0902b96a1854356c SHA1: 458a5b19c3b4b7f20ff37e9f3807264a0fd077b4 SHA256: bd3be761e700c959c3fc5efd16d2a5edd8d62f68e6d4b28b2d2618637d87eef8 Section: python Priority: optional Multi-Arch: foreign Homepage: http://pythonhosted.org/six/ Description: Python 2 and 3 compatibility library (Python 2 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 2 module path. It is complemented by python3-six. Package: python-six-whl Source: six Version: 1.9.0-3~bpo8+1 Architecture: all Maintainer: Colin Watson Installed-Size: 44 Filename: pool/jessie-mitaka-backports-nochange/main/s/six/python-six-whl_1.9.0-3~bpo8+1_all.deb Size: 15926 MD5sum: ee213abea1f8ebded2b154e0731ebf12 SHA1: 835d13064ddb4056d545b97041f7bdb5229a8c3d SHA256: eca72bfc777b58490fae4cfd83f7af620e3de576186de1020a974452e0b8545d Section: python Priority: optional Multi-Arch: foreign Homepage: http://pythonhosted.org/six/ Description: Python 2 and 3 compatibility library (universal wheel) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six as a universal wheel. Package: python-smmap Version: 0.9.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 116 Depends: python (>= 2.7), python (<< 2.8) Suggests: python-nose Provides: python2.7-smmap Filename: pool/jessie-mitaka-backports-nochange/main/p/python-smmap/python-smmap_0.9.0-1~bpo8+1_all.deb Size: 20006 MD5sum: d364cb0f8e62d55c174a5da41bfac201 SHA1: 6346031b97464665fb08ed8471f77ab68dd356c9 SHA256: b6754f4dfcbf55faba2c8414ee2ae49b3dd1e35bcf0163792f4851268ef45ab0 Section: python Priority: extra Homepage: https://github.com/Byron/smmap Description: pure Python implementation of a sliding window memory map manager Smmap wraps an interface around mmap and tracks the mapped files as well as the amount of clients who use it. If the system runs out of resources, or if a memory limit is reached, it will automatically unload unused maps to allow continued operation. Package: python-snappy Version: 0.5-1.1~bpo8+1 Architecture: amd64 Maintainer: Shell Xu Installed-Size: 66 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libsnappy1, libstdc++6 (>= 4.1.1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-snappy/python-snappy_0.5-1.1~bpo8+1_amd64.deb Size: 10758 MD5sum: 56bffcdfe28fa4cd364a8292023d3ec0 SHA1: ff80fd3ee34c7058ed3949eeef5f3f6c9dd59ad7 SHA256: 2fc3d20679661661162389029f674ec9aae8d258e06f1149cb66b3459276afc5 Section: python Priority: optional Homepage: http://github.com/andrix/python-snappy Description: snappy compression library from Google - Python 2.7 Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. You can read package libsnappy1 for more information. . This package provides the Python 2.7 module. Package: python-sphinx Source: sphinx Version: 1.3.1-6~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1913 Depends: python-alabaster (>= 0.7), python-babel (>= 1.3), python-docutils (>= 0.11), python-jinja2 (>= 2.3), python-pygments (>= 2.0), python-six (>= 1.4), python-sphinx-rtd-theme, python:any (<< 2.8), python:any (>= 2.7.5-5~), sphinx-common (= 1.3.1-6~bpo8+1) Recommends: python-pil, sphinx-doc Suggests: libjs-mathjax, dvipng, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended Breaks: python-sphinxcontrib.issuetracker (<< 0.11-1), python-sphinxcontrib.spelling (<< 2.1.1-1) Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx/python-sphinx_1.3.1-6~bpo8+1_all.deb Size: 352866 MD5sum: 1e01f0bdf9cc9ab575e8fa3ebecef345 SHA1: 09ce5dc1c8fb374430a0472fcf858a58db552ed1 SHA256: ccf2c73ccceff2b23b567c59f74319c2f884309715f8c27bf26c4bda57cd9b50 Section: python Priority: optional Homepage: http://sphinx-doc.org/ Description: documentation generator for Python projects (implemented in Python 2) Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . Sphinx features: * HTML, CHM, LaTeX output, * Cross-referencing source code, * Automatic indices, * Code highlighting, using Pygments, * Extensibility. Existing extensions: - automatic testing of code snippets, - including docstrings from Python modules. . This package includes Python 2 modules and command line utilities. Package: python-sphinx-argparse Source: sphinx-argparse Version: 0.1.15-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 745 Depends: python-sphinx, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0) Enhances: python-sphinx Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx-argparse/python-sphinx-argparse_0.1.15-1~bpo8+1_all.deb Size: 303670 MD5sum: 789d4ba724d34ed5057b7c7006346395 SHA1: fe82a9a8a77e55969a7dbaa4320f7e68b62fdd31 SHA256: 5cc599f519a2154c04881c1740ff7ac5b242f5f5e2382f558edd62f3d3a5a9ac Section: python Priority: optional Homepage: https://github.com/ribozz/sphinx-argparse Description: Sphinx extension for argparse commands and options (Python 2) sphinx-argparse is an extension for Sphinx (Python documentation generator) that allows one to generate documentation for command line tools using argparse (command-line parsing library) automatically. . This package contains the extension for Sphinx running on Python 2. Package: python-sphinx-bootstrap-theme Source: sphinx-bootstrap-theme Version: 0.4.8-1~bpo8+1 Architecture: all Maintainer: Sandro Tosi Installed-Size: 5533 Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx-bootstrap-theme/python-sphinx-bootstrap-theme_0.4.8-1~bpo8+1_all.deb Size: 399008 MD5sum: 81b8c8e5f02d0e40046906b27a8d040c SHA1: 3c58cd31eb425e03fe3163fdd89927ff70eca78f SHA256: 472afc8d962a3d48764e51bfb70cd434baa9eb779cb6be0b2f4264fc8a2d9648 Section: python Priority: optional Homepage: http://ryan-roemer.github.io/sphinx-bootstrap-theme/index.html Description: bootstrap theme for Sphinx This Sphinx theme integrates the Bootstrap CSS / JavaScript framework with various layout options, hierarchical menu navigation, and mobile-friendly responsive design. It is configurable, extensible and can use any number of different Bootswatch CSS themes. Package: python-sqlalchemy Source: sqlalchemy Version: 1.0.12+ds1-1~bpo8+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 3732 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) 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-fdb, python-pymssql Filename: pool/jessie-mitaka-backports-nochange/main/s/sqlalchemy/python-sqlalchemy_1.0.12+ds1-1~bpo8+1_all.deb Size: 644588 MD5sum: c6c44b0998f0e67566c447183efa8f90 SHA1: 381af0432111963cbdf9a02434c983c4df764571 SHA256: b767e55a75ad00b15f0f567492281a288cc3cc83ac9a05f908943e8633a75efc Section: python Priority: optional Homepage: http://www.sqlalchemy.org/ 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. Package: python-sqlalchemy-doc Source: sqlalchemy Version: 1.0.12+ds1-1~bpo8+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 17101 Depends: libjs-jquery, libjs-underscore Recommends: python-sqlalchemy Conflicts: python-sqlalchemy (<= 0.3.0-1) Filename: pool/jessie-mitaka-backports-nochange/main/s/sqlalchemy/python-sqlalchemy-doc_1.0.12+ds1-1~bpo8+1_all.deb Size: 1871120 MD5sum: f3dd76e466cca490706bc616fa55cebd SHA1: ca314a85702998f57fc58f973cae780448811f3f SHA256: 80dbccf3b609ca71f9b5dcc3db474adcb1da2d228e1d46ef2b56620960737874 Section: doc Priority: extra Homepage: http://www.sqlalchemy.org/ Description: documentation for the SQLAlchemy Python library SQLAlchemy is an SQL database abstraction library for Python. . This package contains the documentation for SQLAlchemy in HTML format. It's usable as a comprehensive reference, a user guide and a tutorial all-in-one. Package: python-sqlalchemy-ext Source: sqlalchemy Version: 1.0.12+ds1-1~bpo8+1 Architecture: amd64 Maintainer: Piotr Ożarowski Installed-Size: 94 Depends: python-sqlalchemy (= 1.0.12+ds1-1~bpo8+1), python (<< 2.8), python (>= 2.7~), libc6 (>= 2.4) Provides: python2.7-sqlalchemy-ext Filename: pool/jessie-mitaka-backports-nochange/main/s/sqlalchemy/python-sqlalchemy-ext_1.0.12+ds1-1~bpo8+1_amd64.deb Size: 18544 MD5sum: c39e78215995333abcfef9916164977e SHA1: f4f683ed7e5872760048b491385c52d4e4482a26 SHA256: 7559ba0ada227787f1d13359ffc3a6b9c909fbb91870f7bac5f14dc2354596b6 Section: python Priority: optional Homepage: http://www.sqlalchemy.org/ Description: SQL toolkit and Object Relational Mapper for Python - C extension SQLAlchemy is an SQL database abstraction library for Python. . This package contains C coded extension accelerator for SQLAlchemy. Package: python-suds Source: suds Version: 0.7~git20150727.94664dd-3~bpo8+1 Architecture: all Maintainer: Scott Talbert Installed-Size: 595 Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/s/suds/python-suds_0.7~git20150727.94664dd-3~bpo8+1_all.deb Size: 146814 MD5sum: 08e41820d108a6e13b787842ec8e806d SHA1: 03bb615fae01a00488f0a446d237495d7faa0cff SHA256: c71d55c3815128d0e957491533a351a978c97340e24d01203df1c230213157f2 Section: python Priority: optional Homepage: https://bitbucket.org/jurko/suds Description: Lightweight SOAP client for Python - Python 2.7 The suds project is a Python soap web services client lib. Suds leverages Python meta programming to provide an intuitive API for consuming web services. Objectification of types defined in the WSDL is provided without class generation. Programmers rarely need to read the WSDL since services and WSDL based objects can be easily inspected. Supports pluggable soap bindings. Note: this package now uses the Suds fork maintained by Jurko Gospodnetić. . This package provides the Python 2.7 module. Package: python-taskflow Version: 0.7.1-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1249 Depends: alembic (>= 0.7.2), python-concurrent.futures, python-eventlet (>= 0.16.1), python-jsonschema, python-kazoo, python-kombu, python-mysqldb, python-networkx, python-oslo.serialization (>= 1.2.0), python-oslo.utils (>= 1.2.0), python-pbr, python-psycopg2, python-six, python-sqlalchemy, python-stevedore (>= 1.1.0), python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-taskflow/python-taskflow_0.7.1-1~bpo8+1_all.deb Size: 176004 MD5sum: 5042511af83eb3e2a5e5b2728ff5fd94 SHA1: 03d48eb8c994fb6eda3fc165b0385fe2d8a8c6cd SHA256: 312ccfb7e1a8a1c7d4b32cea63a77579cf174297c3775bb5058f132695e16235 Section: python Priority: optional Homepage: https://github.com/openstack/taskflow Description: Taskflow structured state management library TaskFlow, is a library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects. More information at http://wiki.openstack.org/wiki/TaskFlow Package: python-traceback2 Version: 1.4.0-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 110 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-traceback2/python-traceback2_1.4.0-1~bpo8+1_all.deb Size: 15934 MD5sum: 5c7ea2d28b9590c258940518bfd8caf1 SHA1: 395d7f1367bf83fef22f6340341cfe8a644ac6e2 SHA256: f8cbf195529e4d08c0429bd00978f414ce708c3422f55d82c6ff9a7b9a4753c8 Section: python Priority: optional Homepage: https://github.com/testing-cabal/traceback2 Description: backports of the traceback module - Python 2.7 This package offers a backport of the traceback package to older supported Pythons. Users would typically do: "import traceback2 as traceback" then use the module as if it was the system traceback. . In Python 2.x, unlike traceback, traceback2 creates unicode output (because it depends on the linecache2 module). . This package contains the Python 2.7 module. Package: python-turbogears2 Source: turbogears2 Version: 2.3.7-1~bpo8+1 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 472 Depends: python-babel (>= 0.9.4), python-crank, python-genshi (>= 0.5.1), python-pylons (>= 0.9.7), python-repoze.tm2 (>= 1.0a4), python-toscawidgets (>= 0.9.4), python-turbojson (>= 1.2.1-3), python-weberror (>= 0.10.1), python-webflash (>= 0.1a8), python-markupsafe, python-repoze.lru, python-webob, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-pysqlite2, python-tg.devtools (>= 2.0.1) Suggests: python-elixir Filename: pool/jessie-mitaka-backports-nochange/main/t/turbogears2/python-turbogears2_2.3.7-1~bpo8+1_all.deb Size: 94660 MD5sum: 194be4a2979f89efe03c0e7f4d04bae0 SHA1: 2b2b321079b0a4a23b3c0caf1998c85abb259ac7 SHA256: 84287de07ec88bacbbaf823fa3784c42b1b9319f2f41cae939eeeca85d536fe1 Section: python Priority: optional Homepage: http://www.turbogears.org/ Description: Python web application framework TurboGears2 is a framework to develop web applications in Python. . TurboGears2 application are developed according to a model-view-controller (MVC) architecture composed of several components: an Object Relational Mapper (or ORM, to code the model), a template engine (to write views), and an URL mapper (to associate URLs to Python methods acting as controllers). . TurboGears2 relies on the best available individual components and combines them into a coherent and well-documented whole. TurboGears2 includes parts that join the components together and make them work together seamlessly, but does not obscure each included project. This allows one to take advantage of existing documentation, articles, mailing lists and other resources that have built up in the communities for each project. . TurboGears2 is the next major version of TurboGears, and builds on the Pylons framework. . This package contains all you would need to run (but not develop) web applications powered by TurboGears2; to develop them you should also install the python-tg.devtools packages. Package: python-twisted Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 53 Depends: python-twisted-core (>= 15.5.0-4~bpo8+1), python:any (<< 2.8), python:any (>= 2.7~) Provides: python2.7-twisted Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted_15.5.0-4~bpo8+1_all.deb Size: 11254 MD5sum: e74899e2f4fccd58fd989b2466eccb4f SHA1: 2b605197cff1e638905d35b32a9645845b4a6ee4 SHA256: ab6e9c24a5a50a034c65bbda910bc09df7700255eea1d9d3cfab017143bada66 Section: python Priority: extra Description: Event-based framework for internet applications (dependency package) This is a dependency package that depends on the twisted core library and all the libraries split out to separate packages starting with Twisted-2.0.1. Package: python-twisted-bin Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 102 Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.14) Suggests: python-twisted-bin-dbg Replaces: python-twisted-runner (<< 15.5.0-3) Provides: python2.7-twisted-bin Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-bin_15.5.0-4~bpo8+1_amd64.deb Size: 19528 MD5sum: aeb9c45daf876fcbc375f7e94350012b SHA1: eb8f6e63a0452dcf78064668ef9be14e8452de53 SHA256: 1ca773000075b202dc9a98428f0c71ad8e5a9dbea29dcd00bcf6606b132c7042 Section: python Priority: optional Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Package: python-twisted-bin-dbg Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 241 Depends: python-twisted-bin (= 15.5.0-4~bpo8+1), python-zope.interface-dbg, python-dbg, libc6 (>= 2.14) Replaces: python-twisted-runner-dbg (<< 15.5.0-3) Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-bin-dbg_15.5.0-4~bpo8+1_amd64.deb Size: 38270 MD5sum: 19cee5db11f549608362ce43cb5022e3 SHA1: 039e9979e98f6517a8b631787d55f122118be3d2 SHA256: 1464aea33d2b026eb1b5f73def1adbe09a8ceeeca98dd051ce9577cc77baea35 Section: debug Priority: extra Description: Event-based framework for internet applications (debug extension) It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. . This package contains the extension built for the Python debug interpreter. Package: python-twisted-conch Source: twisted (15.5.0-4~bpo8+1) Version: 1:15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 116 Depends: python-twisted-core (>= 15.5.0-4~bpo8+1), python-crypto (>= 2.0.1+dfsg1-1.1), python-pyasn1 Provides: conch Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-conch_15.5.0-4~bpo8+1_all.deb Size: 29312 MD5sum: fa8eb496bc02a962c6ec2316e23371cd SHA1: bc7826256d802879b285ee126073f3fc893da76f SHA256: 1d112b1baef733a881334e486c1438f664fc612c34694e23032567b6b1a2d227 Section: python Priority: optional Description: twisted dummy package for Twisted SSH Implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-core Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 11836 Depends: python-twisted-bin (>= 15.5.0-4~bpo8+1), python-zope.interface (>= 4.0.2), python, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-openssl, python-service-identity Recommends: python-pam, python-serial Suggests: python-tk, python-gtk2, python-glade2, python-qt3, python-wxgtk3.0 Breaks: python-scrapy (<< 1.0.0-1~), python-twisted-conch (<< 1:15.5.0-3), python-twisted-mail (<< 15.5.0-3), python-twisted-names (<< 15.5.0-3), python-twisted-news (<< 15.5.0-3), python-twisted-runner (<< 15.5.0-3), python-twisted-web (<< 15.5.0-3), python-twisted-words (<< 15.5.0-3), torbrowser-launcher (<= 0.2.0-1~), txsocksx (<< 1.13.0.4-1~) Replaces: python-twisted-conch (<< 1:15.5.0-3), python-twisted-mail (<< 15.5.0-3), python-twisted-names (<< 15.5.0-3), python-twisted-news (<< 15.5.0-3), python-twisted-runner (<< 15.5.0-3), python-twisted-web (<< 15.5.0-3), python-twisted-words (<< 15.5.0-3) Provides: python2.7-twisted-core Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-core_15.5.0-4~bpo8+1_all.deb Size: 1929234 MD5sum: c3f986996613c7ac355c9f184d2bb51e SHA1: d603a7fae6caf060ca2b7e3041b6c06042bf6334 SHA256: 84c2a8ca6a8db429d09ee33ef98e9ac5989b7015761314f1a0eafb7906c8c957 Section: python Priority: optional Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. . Additionally it includes protocol-specific implementations such as: . Twisted Conch: a client/server implementation of the SSH protocol, using the twisted framework. . Twisted Mail: contains high-level, efficient protocol implementations for both clients and servers of SMTP, POP3, and IMAP4. Additionally, it contains an "out of the box" combination SMTP/POP3 virtual-hosting mail server. Also included is a read/write Maildir implementation and a basic Mail Exchange calculator (depends on Twisted Names). . Twisted Web: a web server, and also provides basic HTTP client support. You may want to check out Nevow, a templating toolkit designed for twisted.web, and Twisted Web2, the next generation Twisted web server. . Twisted Words includes: - Low-level protocol implementations of OSCAR (AIM and ICQ), IRC, MSN, TOC (AIM). - Jabber libraries. - Prototypes of chat server and client frameworks built on top of the protocols. Package: python-twisted-mail Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 124 Depends: python-twisted-core (>= 15.5.0-4~bpo8+1), python-openssl Recommends: python-twisted-names Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-mail_15.5.0-4~bpo8+1_all.deb Size: 27120 MD5sum: 9de9e4596a79fe0466af191342ca4808 SHA1: 1ae0eab911b73a7bc0ba97746ce1e6f053306e35 SHA256: ac51fad8869b9e3b81710db5be6752f3efc3e09d4b63575e3fc43bfa2c8e8a6b Section: python Priority: optional Description: twisted dummy package for SMTP, IMAP and POP protocol implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-names Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 145 Depends: python-twisted-core (>= 15.5.0-4~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-names_15.5.0-4~bpo8+1_all.deb Size: 26020 MD5sum: b6043d8b4e4fc77e7fede834b1d3f946 SHA1: 2683c325bc4c5feddd9a84bbcd62b2242c4a8c86 SHA256: 10edda34e0e964ee52859d5384dbdfa7abc0434bd4df07916d333691eff853b6 Section: python Priority: optional Description: twisted package for DNS protocol implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-news Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 37 Depends: python-twisted-core (>= 15.5.0-4~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-news_15.5.0-4~bpo8+1_all.deb Size: 11866 MD5sum: d02c862454856b5b57e57a30b07f6bb4 SHA1: 274b2569f7baf7cb897b1788e65cf9eeea3aa589 SHA256: 6fa82f5c670f6ff33abe6e954a3f75a2a4485eb6dabb23f7c65c265226aa869a Section: python Priority: optional Description: twisted dummy package for NNTP protocol implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-runner Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 37 Depends: python-twisted-core (>= 15.5.0-4~bpo8+1) Suggests: python-twisted-runner-dbg Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-runner_15.5.0-4~bpo8+1_amd64.deb Size: 11808 MD5sum: 0a6ceffa0ad8bea8ca7092b00f2c08e7 SHA1: f6f3be8d54892c0dc2dcefeb9c8540d109b11326 SHA256: ffb96d3bcc821d76d2dc1edccb6948b4459d05f68b3215c7dac657c7a10bbb1b Section: python Priority: optional Description: twisted dummy package for process management All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-runner-dbg Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 21 Depends: python-twisted-runner (= 15.5.0-4~bpo8+1), python-dbg Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-runner-dbg_15.5.0-4~bpo8+1_amd64.deb Size: 930 MD5sum: 9260f621c30baf103f70552e78a86fff SHA1: 4bad47487b1a0728e31617a42da60a0851d4ca11 SHA256: 16cfdb27520baa596ed5192234114e608fb63be621002aac6c0795bda07b1914 Section: debug Priority: extra Description: twisted dummy package for process management All the code has been moved to python-twisted-bin-dbg, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-web Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 705 Depends: python-twisted-core (>= 15.5.0-4~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-web_15.5.0-4~bpo8+1_all.deb Size: 82186 MD5sum: 7c2cc3670e3d2a5aaa57317bec9d203f SHA1: cb9da38b2e6ffbd981c42ab1d64ed2297bcce29f SHA256: 0e6bf6798d2e8febaab31b49ba9eef3e7a8e373b09fed3a0f35355a001f9dbe5 Section: python Priority: optional Description: twisted dummy package for HTTP protocol implementation All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-twisted-words Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 117 Depends: python-twisted-core (>= 15.5.0-4~bpo8+1), python-openssl Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python-twisted-words_15.5.0-4~bpo8+1_all.deb Size: 24844 MD5sum: 25f4ce34275c0c2575445357bf84f073 SHA1: 6043d6608c215bc55a334793007c988f5df0ced0 SHA256: aa44e81cadfc8dc4e31de470ae94ab1771fb708b2fd79fc864481d416bd5007c Section: python Priority: optional Description: twisted dummy package for Chat and Instant Messaging All the code has been moved to python-twisted-core, this package contains only documentation and is going to be removed. See https://twistedmatrix.com/trac/ticket/7964. Package: python-txaio Version: 1.0.0-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 67 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-six, python-twisted, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-txaio-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-txaio/python-txaio_1.0.0-2~bpo8+1_all.deb Size: 7820 MD5sum: 858b785ec76bbed8dfc36d3be6dc65ae SHA1: 164406fdf359704089702521de7c59b6542bc2aa SHA256: 6c0a9a06f42cfebddb839dabeda178817d5faa562cdaec00d10505ed452aea26 Section: python Priority: optional Homepage: https://github.com/tavendo/txaio Description: compatibility API between asyncio/Twisted/Trollius - Python 2.x Txaio is a helper library for writing code that runs unmodified on both Twisted and asyncio. . This is like six , but for wrapping over differences between Twisted and asyncio so one can write code that runs unmodified on both (aka "source code compatibility"). In other words: users can choose if they want asyncio or Twisted as a dependency. . This package contains the Python 2.x module. Package: python-txaio-doc Source: python-txaio Version: 1.0.0-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 242 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-txaio/python-txaio-doc_1.0.0-2~bpo8+1_all.deb Size: 34520 MD5sum: e8a8c0395b0a1412cb2426b3dcded2ae SHA1: 3460be33444d9e14ecf961e034c8b97e54540b66 SHA256: b4076a248d2cc46b376837a09138316cfec7789069b23d1cc95c28be6e2bc398 Section: doc Priority: optional Homepage: https://github.com/tavendo/txaio Description: compatibility API between asyncio/Twisted/Trollius - doc Txaio is a helper library for writing code that runs unmodified on both Twisted and asyncio. . This is like six , but for wrapping over differences between Twisted and asyncio so one can write code that runs unmodified on both (aka "source code compatibility"). In other words: users can choose if they want asyncio or Twisted as a dependency. . This package contains the documentation. Package: python-tzlocal Version: 1.2-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 97 Depends: python-tz, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-tzlocal/python-tzlocal_1.2-2~bpo8+1_all.deb Size: 15286 MD5sum: 1c2f52f49539edb292eeed027810a00d SHA1: c7bd0e793f994a48afba70661d42ff8b30f1b2b9 SHA256: c8abce744b1fc5a94c98a9af1fd95d9fd69c223138ba22fc3a976c730d39524b Section: python Priority: optional Homepage: https://github.com/regebro/tzlocal Description: tzinfo object for the local timezone This Python module returns a tzinfo object with the local timezone information. . This package contains tzlocal for Python 2. Package: python-unicodecsv Version: 0.13.0-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 91 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-unicodecsv/python-unicodecsv_0.13.0-2~bpo8+1_all.deb Size: 10836 MD5sum: c78305821c00b3787b7ae56b6d557466 SHA1: ec240cf488993611dda8874296ecdaf3296f5bef SHA256: a7ef0114cd9b5c7f68d1ab257285f859e753ffd178f04ea401a7be137cd93363 Section: python Priority: optional Homepage: https://github.com/jdunck/python-unicodecsv/ Description: drop-in replacement for Pythons CSV module with Unicode support The unicodecsv is a drop-in replacement for Pythons CSV module which supports Unicode strings without a hassle. . This is the module for Python 2. Package: python-unittest2 Source: unittest2 Version: 1.1.0-6~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 490 Depends: python-pkg-resources, python-linecache2, python-six, python-traceback2, python, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/u/unittest2/python-unittest2_1.1.0-6~bpo8+1_all.deb Size: 75954 MD5sum: b7f43b64bba0d42839e58e393107eb1e SHA1: bec9143894a8577a31a2f1fffcc4be994b55faa9 SHA256: 13dde380295d91581a22f51b5de82495f06444f8a65e4d8c4bbda22170ff694b Section: python Priority: optional Homepage: http://pypi.python.org/pypi/unittest2 Description: backport of the enhanced unittest testing framework - Python 2.7 unittest2 is an enhanced version of unittest including a standard test runner (automatic test discovery), class and module level fixtures (setUpClass / setUpModule etc), many powerful new assert methods, better resource management with addCleanups and a host of other new features. These new features are *all* going into the Python version of unittest in Python 2.7 and Python 3.2. The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it now. . This package contains the Python 2.7 module. Package: python-uritemplate Version: 0.6-1~bpo8+1 Architecture: all Maintainer: PKG Cloud Installed-Size: 54 Pre-Depends: dpkg (>= 1.15.6~) Depends: python (>= 2.7), python (<< 2.8) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-uritemplate/python-uritemplate_0.6-1~bpo8+1_all.deb Size: 4998 MD5sum: cfe334d580fad1409d47e14087c654e7 SHA1: 17c397981e848a552b97ed73aac16126711f83eb SHA256: ebab7fe9d6699a31c6383bbd6b42432b65f3451b989becca01710b2c207b4c9c Section: python Priority: optional Homepage: http://github.com/uri-templates/uritemplate-py/ Description: implementation of RFC6570 - Python 2.x python-uritemplate implements RFC6570. URI Template can expand templates up to and including Level 4 in that specification. It exposes one method, "expand". . This package provides the Python 2.x module. Package: python-urllib3 Version: 1.13.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 284 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-six Recommends: ca-certificates, python-ndg-httpsclient, python-openssl, python-pyasn1 Suggests: python-ntlm Filename: pool/jessie-mitaka-backports-nochange/main/p/python-urllib3/python-urllib3_1.13.1-1~bpo8+1_all.deb Size: 66472 MD5sum: e5d8d1714993785c8ac6ef5a49d04e3b SHA1: 47952351f5d535dde560cf34dabd9e40cceb86a7 SHA256: f9f4721c564bac7b560b28aba0ab7188ba289595bee953a09d4632ce59e37c48 Section: python Priority: optional Homepage: http://urllib3.readthedocs.org Description: HTTP library with thread-safe connection pooling for Python urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. Package: python-urllib3-whl Source: python-urllib3 Version: 1.13.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 124 Depends: python-six-whl Recommends: ca-certificates Filename: pool/jessie-mitaka-backports-nochange/main/p/python-urllib3/python-urllib3-whl_1.13.1-1~bpo8+1_all.deb Size: 94458 MD5sum: 7f3a5d2d76a512be84f56b7cac695b4f SHA1: 5e81d2cb065493852c3becd55b7f0895343c8267 SHA256: 12222a7ababec342d94466393605316cebaa8a9e7cd2e195647d8bfa39a61e3f Section: python Priority: optional Homepage: http://urllib3.readthedocs.org Description: HTTP library with thread-safe connection pooling urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the universal wheel. Package: python-virtualenv Version: 15.0.1+ds-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 162 Depends: python, python-pip-whl (>= 8.1.0-2~), python-pkg-resources Recommends: virtualenv Filename: pool/jessie-mitaka-backports-nochange/main/p/python-virtualenv/python-virtualenv_15.0.1+ds-1~bpo8+1_all.deb Size: 60566 MD5sum: f08ab6d5daa4367392d009601e2e29ee SHA1: a34cf954fb8b5ecc79c8e546d1a9ab879f2242ca SHA256: b8f036c5af60a3e6ba50c3effe1b987e6980bf9f1826a34d8e4fb3f71b1cd42a Section: python Priority: optional Homepage: http://pypi.python.org/pypi/virtualenv Description: Python virtual environment creator The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via easy_install. Virtual Python instances can also be created without root access. . This is the Python 2 version of the library. Package: python-voluptuous Source: voluptuous Version: 0.8.8-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 118 Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: pool/jessie-mitaka-backports-nochange/main/v/voluptuous/python-voluptuous_0.8.8-1~bpo8+1_all.deb Size: 24032 MD5sum: 04870f4746c20c08dab89b7153514a7a SHA1: a1c71df58c83326affab9b8591bd4d43c028183d SHA256: 90009977eb8a4aebd41f48d8e2edf8468b13668cda630f0e92d3736272f349da Section: python Priority: optional Homepage: https://github.com/alecthomas/voluptuous Description: Python library to validate data - Python 2.7 Voluptuous is primarily intended to validate data coming in to Python as JSON, YAML, etc. The aim is to offer a light-weight style with three main goals: 1. simplicity 2. support for complex data structures 3. provide useful error messages . It has been inspired by Validino and to a lesser extent by jsonvalidator and json_schema. . This package provides the Python 2.7 module. Package: python-webob Version: 1.5.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 326 Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-webob-doc Breaks: python-pylons (<< 1.0.1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-webob/python-webob_1.5.1-1~bpo8+1_all.deb Size: 64956 MD5sum: 32681c98bca24618fc54d9eec24aa3ee SHA1: c571096e4b2d545b364f7a4417174dac4f5452d1 SHA256: 319f4cdb333aeb56dd6c4c7783378748b3a93476e996e60f089fb9be141d6bf1 Section: python Priority: optional Homepage: http://webob.org/ Description: Python module providing WSGI request and response objects (Python 2) WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. . The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment. . This is the Python 2 version of the package. Package: python-webob-doc Source: python-webob Version: 1.5.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1171 Depends: libjs-sphinxdoc (>= 1.0) Suggests: libjs-jquery Filename: pool/jessie-mitaka-backports-nochange/main/p/python-webob/python-webob-doc_1.5.1-1~bpo8+1_all.deb Size: 153378 MD5sum: 279ba52e68f4a7fe307d638611bc03d5 SHA1: b6f1cf12a60e82c1e077f4b4062f9cacc3fcd392 SHA256: 0d3409c8244b958d6c60075459b6525531d5e741417a2228ece3812930be37d2 Section: doc Priority: optional Homepage: http://webob.org/ Description: Python module providing WSGI request and response objects (documentation) WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. . The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment. . This is the common documentation. Package: python-zzzeeksphinx Source: zzzeeksphinx Version: 1.0.17-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 126 Depends: python-mako, python-pyscss, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-pygments Enhances: python-sphinx Filename: pool/jessie-mitaka-backports-nochange/main/z/zzzeeksphinx/python-zzzeeksphinx_1.0.17-1~bpo8+1_all.deb Size: 22818 MD5sum: deee237f72eeaaf4584904e5d33c80e5 SHA1: 1faaceab03f85b66d094c8039550355623b98445 SHA256: cb83d142dd16e2eeb86c6e37dc8c223eeaed9291ce6a01eb71b491eeea67ef4a Section: python Priority: optional Homepage: https://bitbucket.org/zzzeek/zzzeeksphinx Description: Zzzeek's Sphinx layout and utilities This layout is first and foremost pulled in for the SQLAlchemy documentation builds (and possibly other related projects), but is also usable as a standalone theme / utility set for any project. . Features include: . * uses Mako templates instead of Jinja, for more programmatic capabilities inside of templates * layout includes an independently scrollable sidebar * unique (to Sphinx) “contextual” sidebar contents that shows the current page in context with all sibling pages * modifications to autodoc which illustrate inherited classes, bases, method documentation illustrates if a method is only inherited from the base or overridden * “dynamic base” feature that will, under ReadTheDocs, pull in optional .mako and .py files from the website of your choice that will serve as an alternate base template and a source of extra config setup, respectively, allowing the layout to be integrated into the layout of an external site when viewing on the web * “viewsource” extension that can provide highlighted sourcecode to any Python file arbitrarily * SQLAlchemy-specific stuff, like the [SQL] popups, the dialect info directives * scss support using pyscss Package: python3-alabaster Source: alabaster Version: 0.7.6-1~bpo8+1 Architecture: all Maintainer: Jeremy T. Bouse Installed-Size: 103 Depends: python3-sphinx, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/a/alabaster/python3-alabaster_0.7.6-1~bpo8+1_all.deb Size: 16190 MD5sum: f8497a868bb083c658288ee2058e3e31 SHA1: 89aa08ae6c5f9c0fb44099541bf59117026474df SHA256: d88d92f0d10b504df6f0774a55291c8f5055886a8cc903b34dd0423129dadc75 Section: python Priority: extra Homepage: https://github.com/bitprophet/alabaster Description: Configurable sidebar-enabled Sphinx theme (Python 3) This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as used in his Requests project), which was itself originally based on @mitsuhiko's theme used for Flask & related projects. . This is the Python 3 version of the package. Package: python3-alembic Source: alembic Version: 0.8.7-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 606 Depends: python3-pkg-resources, python3, python3-editor, python3-mako, python3-sqlalchemy (>= 1.0~), python3-sqlalchemy (<< 1.1), python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/a/alembic/python3-alembic_0.8.7-2~bpo8+1_all.deb Size: 102404 MD5sum: 89a10d98b483280d2ae0fcfa54bf4c9d SHA1: c2056ae68ed60c8bda5a4e11d78dc73673b3d138 SHA256: b9f1bcdd2b26518a93ce79eb8f6e0f18a3a4df4e4678b4dae317c3382988c686 Section: python Priority: optional Homepage: https://bitbucket.org/zzzeek/alembic Description: lightweight database migration tool for SQLAlchemy - Python 3.x Alembic is a new database migration tool, written by the author of SQLAlchemy. A migration tool offers the following functionality: . * Can emit ALTER statements to a database in order to change the structure of tables and other constructs * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. . This package contains the Python 3.x module. Package: python3-amqp Source: python-amqp Version: 1.4.9-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 238 Depends: python3:any (>= 3.3.2-2~) Suggests: python-amqp-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-amqp/python3-amqp_1.4.9-1~bpo8+1_all.deb Size: 43072 MD5sum: 27d1d5e84b66345037e38e6b8c9e07d1 SHA1: b002029cb6f80e20597fcb8f65ea2b0526fa77ae SHA256: 3e9203b2e50dd6e6a5e5bb5567b1c563fdad62467783009bb40a472f829c9c88 Section: python Priority: extra Homepage: https://github.com/celery/py-amqp Description: Low-level AMQP client (Python3 version) This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure Python alternative when librabbitmq is not available. . This library should be API compatible with librabbitmq. Differences from amqplib are: * Supports draining events from multiple channels (Connection.drain_events). * Support for timeouts. * Channels are restored after channel error, instead of having to close the connection. * Support for heartbeats. * Supports RabbitMQ extensions: - Consumer Cancel Notifications. - Publisher confirms. - Exchange-to-exchange bindings: exchange_bind / exchange_unbind. * Support for basic_return. * Uses AMQP 0-9-1 instead of 0-8. * Exposes the underlying socket as Connection.sock. * Adds Channel.no_ack_consumers to keep track of consumer tags that set the no_ack flag. * Slightly better at error recovery. . This package contains the Python 3 version of the library. Package: python3-betamax Source: betamax Version: 0.5.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 133 Depends: python3-requests (>= 2.0), python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/b/betamax/python3-betamax_0.5.1-1~bpo8+1_all.deb Size: 21794 MD5sum: 87bad3714b044a494e85a23cd127d0dc SHA1: 2f4d049efaa8564a060bfad2620cd51787c04e3b SHA256: e742252a2a17880ac900257c6588b00d2cb26a566730f65fac6d967940a42e5b Section: python Priority: optional Homepage: https://github.com/sigmavirus24/betamax Description: VCR imitation designed only for python-requests - Python 3.X Betamax records HTTP interactions and replay them allowing fast, deterministic and accurate tests and it's designed to be used with python-requests. If you are not using python-requests, you should checkout vcr.py. . Betamax comes with integrations for py.test and unittest and supports third party packages that provide extra request matchers and cassette serializers. . This package contains the Python 3 version of the library. Package: python3-bson Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: amd64 Maintainer: Federico Ceratto Installed-Size: 155 Depends: python3:any (>= 3.3.2-2~) Recommends: python3-bson-ext Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python3-bson_3.0.3-1~bpo8+1_amd64.deb Size: 43230 MD5sum: 0e7aade3a2d03a491730aa14ff56ae89 SHA1: 2dfc25755f545357cf66291a625a018abecd1586 SHA256: 64efd2e5e0a5996a58aee9cc4f2bbc812dad6fc39125d817279ca2c27a79ad88 Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: Python3 implementation of BSON for MongoDB BSON Python3 module contains all of the Binary JSON encoding and decoding logic for MongoDB. Package: python3-bson-ext Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: amd64 Maintainer: Federico Ceratto Installed-Size: 105 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.14), python3-bson (= 3.0.3-1~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python3-bson-ext_3.0.3-1~bpo8+1_amd64.deb Size: 40212 MD5sum: 837cfdd8bd14a21d47ce87ca8c2fa1a2 SHA1: d7e0ae57f4c8cac527baee276ad4f678a414f3e2 SHA256: c4594bd9c4c980bc6015617a1ecf4fdfcb909b6041a039ecc426d8953eb5d264 Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: C-coded extension to the python3-bson package BSON Python 3 module contains all of the Binary JSON encoding and decoding logic for MongoDB. This package contains an extension written in C for higher performance. Package: python3-cachecontrol Source: python-cachecontrol Version: 0.11.5-1.1~bpo8+1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 87 Depends: python3-requests, python3:any (>= 3.4~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cachecontrol/python3-cachecontrol_0.11.5-1.1~bpo8+1_all.deb Size: 13872 MD5sum: 9966cc42894eb1fa54ba442dd5df7b30 SHA1: 7757b3f474a822fc42c912a575efa9c2e37a5676 SHA256: 50400246b31b638a331167a04ac76342a504a05026a6625ee91db3d3e4a1a27f Section: python Priority: optional Homepage: https://github.com/ionrock/cachecontrol Description: caching algorithms in httplib2 for use with requests CacheControl is a port of the caching algorithms in httplib2 for use with requests session object. . It was written because httplib2's better support for caching is often mitigated by its lack of threadsafety. The same is true of requests in terms of caching. . This is the Python 3 library. Package: python3-cachetools Source: python-cachetools Version: 1.1.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 77 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cachetools/python3-cachetools_1.1.0-1~bpo8+1_all.deb Size: 9216 MD5sum: 72716afe1af6477fd4528f0a4b9fec91 SHA1: 5c20066303654f50a92484b7e542cde6ed67f225 SHA256: cd2b2470d2f5c92641d659c0b9991404bf5ae32437a874d4ad0d1895c1d2884e Section: python Priority: optional Homepage: https://github.com/tkem/cachetools/ Description: extensible memoizing collections and decorators for Python 3 This Python 3 module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library functools.lru_cache() function decorator. . The supported cache algorithms are: . * Least recently used (LRU) * Least frequently used (LFU) * Random replacement (RR) * Per-item time-to-live (TTL) Package: python3-cassandra Source: python-cassandra-driver Version: 2.5.1-1~bpo8+1 Architecture: all Maintainer: Sandro Tosi Installed-Size: 726 Depends: python3-six, python3:any (>= 3.3.2-2~) Suggests: python3-blist Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cassandra-driver/python3-cassandra_2.5.1-1~bpo8+1_all.deb Size: 121418 MD5sum: 224cc39305aea797df9fa4088798ead5 SHA1: 6c7c80d7842a3165954c1dafadbfebfd1599b4e8 SHA256: 01785aca49f05e1050c8edd546f41e3ce306db6df658fb44db358d415bb4944f Section: python Priority: optional Homepage: https://github.com/datastax/python-driver Description: Python driver for Apache Cassandra (Python 3) A modern, feature-rich and highly-tunable Python client library for Apache Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. . Features: * Synchronous and Asynchronous APIs * Simple, Prepared, and Batch statements * Asynchronous IO, parallel execution, request pipelining * Connection pooling * Automatic node discovery * Automatic reconnection * Configurable load balancing and retry policies * Concurrent execution utilities * Object mapper . This package contains the Python 3.x module for python-cassandra Package: python3-cffi Source: python-cffi Version: 1.1.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 328 Depends: python3-cffi-backend (<< 1.1.2-1~bpo8+1+c), python3-cffi-backend (>= 1.1.2-1~bpo8+1), python3-pycparser, python3:any (>= 3.3.2-2~) Suggests: python3-dev Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cffi/python3-cffi_1.1.2-1~bpo8+1_all.deb Size: 56304 MD5sum: ceb67ecd6d9ec3999289094f7c492846 SHA1: 3412c57b42c6044d2e680da09422ef1d6b338b95 SHA256: 277e130a3033e5e83b0399d51d649b42c14fc31dc4e30ccd51136545a53df589 Section: python Priority: optional Homepage: http://cffi.readthedocs.org/ Description: Foreign Function Interface for Python 3 calling C code Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the necessary build and runtime support for cffi modules. Package: python3-cffi-backend Source: python-cffi Version: 1.1.2-1~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 179 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python3-cffi (<< 1) Replaces: python3-cffi (<< 1) Provides: python3-cffi-backend-api-max (= 9983), python3-cffi-backend-api-min (= 9729) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cffi/python3-cffi-backend_1.1.2-1~bpo8+1_amd64.deb Size: 55686 MD5sum: c3fc4f53259dbde21d9b3682be9913be SHA1: 1cb638a1b0bf52bfda11bcfe46044e48942d7ec7 SHA256: 356a775c751f031248e1663bff080510c2a1c6f48d44f2b4b4ebe406b52c9f4a Section: python Priority: optional Homepage: http://cffi.readthedocs.org/ Description: Foreign Function Interface for Python 3 calling C code - runtime Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the runtime support for pre-built cffi modules. Package: python3-cffi-backend-dbg Source: python-cffi Version: 1.1.2-1~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 489 Depends: python3-cffi-backend (= 1.1.2-1~bpo8+1), libc6 (>= 2.14), libffi6 (>= 3.0.4) Breaks: python3-cffi-dbg (<< 1) Replaces: python3-cffi-dbg (<< 1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cffi/python3-cffi-backend-dbg_1.1.2-1~bpo8+1_amd64.deb Size: 292814 MD5sum: 5a6d376a507082eb8c08a25d51cf7ff0 SHA1: ffca1f16beece56e4163ea54bf4a1f85fed5409d SHA256: 7d5bd74474cf821dea76a0696e51316cdaedad160a80574755c68af3bc1ab3c2 Section: debug Priority: extra Homepage: http://cffi.readthedocs.org/ Description: Foreign Function Interface for Python 3 calling C code (Debug version) Convenient and reliable way of calling C code from Python 3. . The aim of this project is to provide a convenient and reliable way of calling C code from Python. It keeps Python logic in Python, and minimises the C required. It is able to work at either the C API or ABI level, unlike most other approaches, that only support the ABI level. . This package contains the debug version of the python3-cffi backend. Package: python3-cliff Source: python-cliff Version: 1.14.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 138 Depends: python3-cmd2, python3-pbr (>= 1.3), python3-prettytable, python3-pyparsing, python3-six (>= 1.9.0), python3-stevedore (>= 1.5.0), python3-unicodecsv, python3 (>= 3.2), python3:any (>= 3.3.2-2~) Suggests: python-cliff-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cliff/python3-cliff_1.14.0-1~bpo8+1_all.deb Size: 22916 MD5sum: fa62d9b5364c07ead2ce0fa33105a977 SHA1: 15af7825e4a813762afbee0192c48e6c2cf95f81 SHA256: 90dbeb11bb40b654f25bd3b0c6a8543131ac15fcec3c9cfe478954c7a6388128 Section: python Priority: optional Homepage: https://github.com/dreamhost/cliff Description: command line interface formulation framework - Python 3.x Cliff is a framework for building command line programs. It uses plugins to define sub-commands, output formatters, and other extensions. . The cliff framework is meant to be used to create multi-level commands such as Subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work. . This package provides the Python 3.x module. Package: python3-contextlib2 Source: contextlib2 Version: 0.4.0-3~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 55 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/c/contextlib2/python3-contextlib2_0.4.0-3~bpo8+1_all.deb Size: 8702 MD5sum: ef1632d9a966b6653e6b282357a9b338 SHA1: 208763f966a03d2b89a582def55fb95c34f25ff5 SHA256: 03a3f84b61979fd11bf7ac50d731a6239faedf4c227511cfff7c4f6cf4141049 Section: python Priority: optional Homepage: http://contextlib2.readthedocs.org/ Description: Backport and enhancements for the contextlib module - Python 3.x contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. . It also serves as a real world proving ground for possible future enhancements to the standard library version. . This package contains the Python 3.x module. Package: python3-crank Source: python-crank Version: 0.7.2-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 77 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-crank/python3-crank_0.7.2-2~bpo8+1_all.deb Size: 10110 MD5sum: fcc0777cb451e6317011ebcae879c772 SHA1: 84f8f232a74f727edc4293cade2dae66a5928c07 SHA256: 5392ab5fd49106820e29c329843197826fa1f48a28ee5db18f9cb4b9e5bed232 Section: python Priority: optional Homepage: https://github.com/TurboGears/crank Description: dispatch mechanism for use across frameworks - Python 3.x Generalized Object based Dispatch mechanism for use across frameworks. . This package contains the Python 3.x module. Package: python3-cryptography Source: python-cryptography Version: 1.0.1-1~bpo8+1 Architecture: amd64 Maintainer: Tristan Seligmann Installed-Size: 1365 Depends: python3 (<< 3.5), python3 (>= 3.4~), python3-cffi (>= 1.1.0), python3-idna, python3-pkg-resources, python3-pyasn1, python3-six, libc6 (>= 2.4), libssl1.0.0 (>= 1.0.1) Suggests: python-cryptography-doc, python3-cryptography-vectors Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cryptography/python3-cryptography_1.0.1-1~bpo8+1_amd64.deb Size: 192032 MD5sum: b912ca659b126779ef7bd22a1e019c50 SHA1: b6c4f9bab99bb185108b682cb5dd43521f03dde2 SHA256: e5179b8e6a6f2f2fcaa315b7fb3bc0023a515dadc0b9f1e7cdf90981b5cdcb00 Section: python Priority: optional Homepage: https://cryptography.io/ Description: Python library exposing cryptographic recipes and primitives (Python 3) 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 3 version of cryptography. Package: python3-cryptography-vectors Source: python-cryptography-vectors Version: 1.0.1-1~bpo8+1 Architecture: all Maintainer: Tristan Seligmann Installed-Size: 52860 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-cryptography-vectors/python3-cryptography-vectors_1.0.1-1~bpo8+1_all.deb Size: 21045874 MD5sum: d0bc745a463300834d1be55ee8301a00 SHA1: feb05463e1dace604e6c6a3a8b05d4fc833de5f0 SHA256: 7e4f8a55165d747a0f6e947d95b09c225dc89cb83181105e72ea67ce4e93cb1f Section: python Priority: optional Homepage: https://cryptography.io/ Description: Test vectors for python-cryptography (Python 3) The test vectors for the cryptography library are rather large; thus, they are broken out into their own package so that users who do not need to run the tests do not need to download and install them. . This package contains the Python 3 version of cryptography_vectors. Package: python3-dateutil Source: python-dateutil Version: 2.4.2-1~bpo8+1 Architecture: all Maintainer: Guido Günther Installed-Size: 223 Depends: python3-six, python3:any (>= 3.3.2-2~), tzdata Filename: pool/jessie-mitaka-backports-nochange/main/p/python-dateutil/python3-dateutil_2.4.2-1~bpo8+1_all.deb Size: 39448 MD5sum: 5bea7c041fba0ad103b250b9063a76c0 SHA1: b4d196e63aa2e24aeb6968533b04eb15c7bbaa51 SHA256: 8c0802e1fa628491d6d3f57cebaa32272cde625b832d62dd41bd55d7c4577b13 Section: python Priority: optional Description: powerful extensions to the standard datetime module It features: . * computing of relative deltas (next month, next year, next monday, last week of month, etc); * computing of relative deltas between two given date and/or datetime objects * computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. * generic parsing of dates in almost any string format * timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, UTC timezone * computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms Package: python3-django Source: python-django Version: 1.8.7-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 13004 Depends: python3:any (>= 3.3.2-2~), python-django-common (= 1.8.7-2~bpo8+1) Recommends: libjs-jquery, python3-sqlparse, python3-tz Suggests: python3-psycopg2, python3-mysqldb, python3-flup, python3-sqlite, python3-memcache, python3-pil, python3-bcrypt, python3-yaml, geoip-database-contrib, gettext, python-django-doc, ipython3, bpython3, libgdal1 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-django/python3-django_1.8.7-2~bpo8+1_all.deb Size: 861424 MD5sum: 5f14b1e0ae05e79cd271beddda692f3d SHA1: 4278f319d8d9d3f2cbfecaea9eee6e322089382c SHA256: 8e68f9fc12f7f56c9da07a8caf64bffe09e359fa8f2f220de9765b54f2c5a9e4 Section: python Priority: optional Homepage: http://www.djangoproject.com/ Description: High-level Python web development framework (Python 3 version) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client . This package is built for Python 3. Package: python3-django-nose Source: django-nose Version: 1.4.3-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 132 Depends: python3-nose, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/d/django-nose/python3-django-nose_1.4.3-1~bpo8+1_all.deb Size: 23576 MD5sum: 72b9c191d86a72068d31963b4cc22e6b SHA1: a3c459f2f4f5ec2c70f8982c8ea34e79f93dc35f SHA256: c8a186914500d00970d613623714c294dd732c8793a1c612d3dc331edf4d2cc2 Section: python Priority: optional Homepage: http://pypi.python.org/pypi/django-nose/ Description: Django test runner that uses python-nose (Python3 version) python-django-nose integrates python-nose into Django test runner by extending the Django management CLI with nose-related options. Those options are targeted at running nose tests directly from within the Django management system (e.g. django-admin). . This package contains the Python 3 version of the library. Package: python3-django-sekizai Source: django-sekizai Version: 0.9.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 106 Depends: python3-django, python3-django-classy-tags, python3:any (>= 3.3.2-2~) Suggests: python-django-sekizai-doc Filename: pool/jessie-mitaka-backports-nochange/main/d/django-sekizai/python3-django-sekizai_0.9.0-1~bpo8+1_all.deb Size: 13126 MD5sum: 7bf183e7ec9271d527c133f4e3b37cb3 SHA1: dc8d3aab105f6cc5559d96fbc1ba8fe33a21e895 SHA256: f01707e83eba8a95838a17607563b5d0eef1126466ef1ecfeb98bb986b380508 Section: python Priority: optional Homepage: http://django-sekizai.readthedocs.org/ Description: template blocks for Django projects (Python3 version) Sekizai means “blocks” in Japanese, and that’s what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. . This package contains the Python 3 version of the library. Package: python3-docker Source: python-docker Version: 1.7.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 177 Depends: python3-requests, python3-six, python3-websocket, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-docker/python3-docker_1.7.2-1~bpo8+1_all.deb Size: 27010 MD5sum: 982afbdd26e4f60432bb7839bc7cfea1 SHA1: 6e206f6139cc3d28664677c9bad556638797c7a2 SHA256: 698f1258d3a2a69404b0249a12f96e90d48f4e8a0ec3066ab8605918346d00b5 Section: python Priority: optional Homepage: https://github.com/dotcloud/docker-py/ Description: Python 3 wrapper to access docker.io's control socket This package contains oodles of routines that aid in controling docker.io over it's socket control, the same way the docker.io client controls the daemon. . This package provides Python 3 module bindings only. Package: python3-editor Source: python-editor Version: 0.4-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 46 Depends: python-six, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-editor/python3-editor_0.4-1~bpo8+1_all.deb Size: 4148 MD5sum: 9f4af9426192181043d0f1572814a4eb SHA1: 0578b33f894a4038994eb180fac1a5215826d2c9 SHA256: e9ec8ada06fdfb62e2e6776e254af9105c185dcab062da911282ca6275afd327 Section: python Priority: optional Homepage: https://github.com/fmoo/python-editor Description: programmatically open an editor, capture the result - Python 3.x python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. The user can then enter a commit message for example. . Editor first looks for the environment variable. If set, it uses the value as-is, without fallbacks. If no $EDITOR is set, editor will search through a list of known editors, and use the first one that exists on the system. For example, on Linux, editor will look for the following editors in order: * vim * emacs * nano . When calling the edit() function, editor will open the editor in a subprocess, inheriting the parent process's stdin, stdout . This package contains the Python 3.x module. Package: python3-elasticsearch Source: python-elasticsearch Version: 1.6.0-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 305 Depends: python3-urllib3, python3:any (>= 3.3.2-2~) Suggests: python-elasticsearch-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-elasticsearch/python3-elasticsearch_1.6.0-1~bpo8+1_all.deb Size: 43762 MD5sum: ee4fa9629fc9b00552681119c31f25d7 SHA1: ed30af420cc2e959de45da5492dd28e8fa4934a7 SHA256: 12db7739d74342be84a3ba47d8cfbd8dccca2951118b371b46d8b644bac607dd Section: python Priority: extra Homepage: https://github.com/elasticsearch/elasticsearch-py Description: Python client for Elasticsearch (Python3 version) Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. . The client's features include: * translating basic Python data types to and from json (datetimes are not decoded for performance reasons) * configurable automatic discovery of cluster nodes * persistent connections * load balancing (with pluggable selection strategy) across all available nodes * failed connection penalization (time based - failed connections won't be retried until a timeout is reached) * thread safety * pluggable architecture . This package contains the Python 3 version of the library. Package: python3-eventlet Source: python-eventlet Version: 0.17.4-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 473 Depends: python3-greenlet, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-eventlet/python3-eventlet_0.17.4-2~bpo8+1_all.deb Size: 94488 MD5sum: 394d5947dca879e00250816e946aa08c SHA1: 0257d4cd32b671eb6835cc60c8dc7f5081b3b0b8 SHA256: 3e73b24856d57f2d8feaee09217cf1525cae0d876cb0b3150c46c82d0d05c06c Section: python Priority: optional Homepage: http://eventlet.net Description: concurrent networking library - Python 3.x Eventlet allows you to change how you run your code, not how you write it. . It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application. . It's easy to get started using Eventlet, and easy to convert existing applications to use it. Start off by looking at examples, common design patterns, and the list of the basic API primitives. . This package provides the Python 3.x module. Package: python3-fake-factory Source: faker Version: 0.5.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 2292 Depends: python3-dateutil, python3-six, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/f/faker/python3-fake-factory_0.5.7-1~bpo8+1_all.deb Size: 342662 MD5sum: f14badd63d105f977a6aa335f2db62d0 SHA1: 47de54591ecffa62d8c9af0f4311d708dc99e406 SHA256: 2a7ca21500bdad698991d5e54be856a752343f76c43d978448e956cfc88a8fd2 Section: python Priority: optional Homepage: https://github.com/joke2k/faker Description: Faker is a Python library that generates fake data (Python 3) The fake data can be used to bootstrap a database, create XML documents, or anonymize data taken from a production service. . This is the Python 3 version of the package. Package: python3-future Source: python-future Version: 0.15.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1663 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3.4, python3:any (>= 3.3.2-2~) Suggests: python-future-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-future/python3-future_0.15.2-1~bpo8+1_all.deb Size: 334346 MD5sum: d7229109718bc7215b0abff222d09167 SHA1: 06818c64297b4d3bad634479a6d0205486e7323a SHA256: 7228cb206632acff70410f53ded1a343995a115e17889a8bd3e4c974a62df6d7 Section: python Priority: optional Homepage: https://python-future.org Description: Clean single-source support for Python 3 and 2 - Python 3.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 3.x module. Package: python3-googleapi Source: python-googleapi Version: 1.4.2-1~bpo8+1 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 206 Depends: python3-oauth2client (>= 1.4.12), python3-uritemplate (>= 0.6), python3-httplib2 (>= 0.8), python3-six (>= 1.6.1), python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-googleapi/python3-googleapi_1.4.2-1~bpo8+1_all.deb Size: 40186 MD5sum: 43b09afe44de819f498784816d7642fa SHA1: a39f01b73408b0cb1d21af6bf73b882dc1730ee3 SHA256: d202198359629d371c35114b9cc23afff99785fc72b46734b1d1cdb1467429b7 Section: python Priority: optional Homepage: https://github.com/google/google-api-python-client Description: Google APIs Client Library - Python 3.x This package contains the Google APIs Client Library for Python, which is the core Python library for accessing. Samples are available in the python-googleapi-samples package. . This package provides the Python 3.x module. Package: python3-gridfs Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: all Maintainer: Federico Ceratto Installed-Size: 101 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python3-gridfs_3.0.3-1~bpo8+1_all.deb Size: 32136 MD5sum: a2e0f1742b73585e9f528e97a1ed6535 SHA1: c8054ccccba3f9de9b8e39626c6b76c94b6c33de SHA256: 8496d724bbfdfe41806c6d142aa4729c6a74668c30ea48acf3a13109d1e6bf6a Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: Python3 implementation of GridFS for MongoDB GridFS is a storage specification for large objects in MongoDB. The Python3 gridfs module is an implementation based on the pymongo module. It provides a file-like interface. Package: python3-gunicorn Source: gunicorn Version: 19.0-8~bpo8+1 Architecture: all Maintainer: Chris Lamb Installed-Size: 391 Depends: python3-pkg-resources, python3-setuptools, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/g/gunicorn/python3-gunicorn_19.0-8~bpo8+1_all.deb Size: 74816 MD5sum: 68e87f0fb69b3ccb988d2712296954ef SHA1: 83850538e13482ffb763dbeccb3cdc3ee943355e SHA256: 3f6f80252182446278438f37431602ffe08ffbb93e9233a79948dab359500200 Section: httpd Priority: optional Homepage: http://gunicorn.org/ Description: Event-based HTTP/WSGI server Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients or sleepy applications. That is to say; behind a buffering front-end server such as nginx or lighttpd. . * Optional support for Eventlet, Tornado and Gevent to provide asynchronous long-polling ("Comet") connections. * Process management: Gunicorn reaps and restarts workers that die. * Easy integration with Django and Paster compatible applications (Pylons, TurboGears 2, etc. * Load balancing via pre-fork and a shared socket * Graceful worker process restarts * Upgrading without losing connections * Decode chunked transfers on-the-fly, allowing upload progress notifications or stream-based protocols over HTTP . This is the Python 3 library. Package: python3-idna Source: python-idna Version: 2.0-3~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 338 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-idna/python3-idna_2.0-3~bpo8+1_all.deb Size: 35318 MD5sum: 312008251927a034021a8d7c3370128e SHA1: 9e461114c6956f85a7f984461b4e2389aae14cc4 SHA256: 32b1c98e0658b122ee31275e6a0fd6fbf05367405b9148fe7856d50d527653ad Section: python Priority: optional Homepage: https://github.com/kjd/idna Description: Python IDNA2008 (RFC 5891) handling (Python 3) 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 3. Package: python3-iso8601 Source: python-iso8601 Version: 0.1.11-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 70 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-iso8601/python3-iso8601_0.1.11-1~bpo8+1_all.deb Size: 9960 MD5sum: e07226884bd46f9b254e15573f950156 SHA1: 7816ebe980c614bf67e380ce8fdcede2bc7bca21 SHA256: fab4eba17eedc07f4da785658ef7b0f90cef56fc05987a3c5f923cd11b45979a Section: python Priority: extra Homepage: https://pypi.python.org/pypi/iso8601 Description: Python module to parse ISO 8601 dates - Python 3.x Many file formats and standards use the ISO 8601 date format (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral, unambiguous manner. This simple Python module parses the most common forms encountered and returns Python datetime objects. . This package provides the Python 3.x module. Package: python3-jinja2 Source: jinja2 Version: 2.8-1~bpo8+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 825 Depends: python3-markupsafe, python3:any (>= 3.3.2-2~) Recommends: python3-pkg-resources Suggests: python-jinja2-doc Filename: pool/jessie-mitaka-backports-nochange/main/j/jinja2/python3-jinja2_2.8-1~bpo8+1_all.deb Size: 114530 MD5sum: aa697bb87859921f5f7dc28bc2349158 SHA1: 50d00eb1e85bf4f544cd82239a1550fcccb45c94 SHA256: 827efb9f7f7cf5f712c5197742cdaf007d4aa2f0e0774d0f14d23ffbe1dcc18c Section: python Priority: optional Homepage: http://jinja.pocoo.org/ Description: 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: python3-kazoo Source: kazoo Version: 2.2.1-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 488 Depends: python3-six, python3:any (>= 3.3.2-2~) Suggests: python-kazoo-doc Filename: pool/jessie-mitaka-backports-nochange/main/k/kazoo/python3-kazoo_2.2.1-1~bpo8+1_all.deb Size: 88200 MD5sum: e0e84e36b936097f0897369df0b01075 SHA1: 55c9ba7a1e9fc4ff704cb4dd486ddb4952fcc07b SHA256: f4b82bceb0fa3ebf3c9175095a544c17f845f2dff537e4f8693d545da30166f9 Section: python Priority: optional Homepage: https://kazoo.readthedocs.org Description: higher level API to Apache Zookeeper (Python 3) Kazoo features: . * A wide range of recipe implementations, like Lock, Election or Queue * Data and Children Watchers * Simplified Zookeeper connection state tracking * Unified asynchronous API for use with greenlets or threads * Support for gevent 0.13 and gevent 1.0 * Support for Zookeeper 3.3 and 3.4 servers * Integrated testing helpers for Zookeeper clusters * Pure-Python based implementation of the wire protocol, avoiding all the memory leaks, lacking features, and debugging madness of the C library . Kazoo is heavily inspired by Netflix Curator simplifications and helpers. . This is the Python 3 version of the package. Package: python3-keyring Source: python-keyring Version: 7.3-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 239 Depends: python3:any (>= 3.3.2-2~) Recommends: python3-crypto, python3-dbus, python3-secretstorage Suggests: gir1.2-gnomekeyring-1.0, python3-gi, python3-pykde4 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-keyring/python3-keyring_7.3-1~bpo8+1_all.deb Size: 50772 MD5sum: c8f36a69733be656105758df0c693572 SHA1: ad9887907a3a256db0d1f915920bc7afcf3383b1 SHA256: ce1d0dbf58b1c38fd843f623995644d0abc8469ea6cc2cb7e43d2a0b96e69377 Section: python Priority: optional Homepage: https://github.com/jaraco/keyring Description: store and access your passwords safely - Python 3 version of the package The Python keyring library provides an easy way to access the system keyring service (e.g Gnome-Keyring, KWallet) from Python. It can be used in any application that needs safe password storage. . This is the Python 3 version of the package. Package: python3-kombu Source: kombu Version: 3.0.32-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 996 Depends: python3-amqp (>= 1.4.6), python3-anyjson (>= 0.3.3), python3:any (>= 3.3.2-2~) Recommends: python3-yaml Suggests: python-kombu-doc, python3-boto, python3-django, python3-pymongo, python3-redis, python3-sqlalchemy Filename: pool/jessie-mitaka-backports-nochange/main/k/kombu/python3-kombu_3.0.32-1~bpo8+1_all.deb Size: 193124 MD5sum: d796da6df99420bd5553e1bb8b963f51 SHA1: 0a52459563185b2c062018393d26ff12480d65ad SHA256: 64cc9236e8d32149b07bff5df0e31ab8f9822e53ba51cfbc247048aa20b55703 Section: python Priority: optional Homepage: https://github.com/celery/kombu/ Description: AMQP Messaging Framework for Python (Python3 version) The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQP protocol. It is meant to replace the carrot library by providing a compatibility layer. . Features: * Allows application authors to support several message server solutions by using pluggable transports. * Supports automatic encoding, serialization and compression of message payloads. * The ability to ensure that an operation is performed by gracefully handling connection and channel errors. . This package contains the Python 3 version of the library. Package: python3-ldap3 Source: python-ldap3 Version: 0.9.8.8-1~bpo8+1 Architecture: all Maintainer: Brian May Installed-Size: 1694 Depends: python3-pyasn1, python3:any (>= 3.3.2-2~) Breaks: python3-tldap (<< 0.3.8~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-ldap3/python3-ldap3_0.9.8.8-1~bpo8+1_all.deb Size: 181326 MD5sum: c9b58c5e53733e21a611bd070c91921e SHA1: 64624dce84a76a6beca29e49ae8cf8be31c20ab6 SHA256: 1e023e4003751da5b465399c438738f8a1076783fab1b6efea8b49f84c671303 Section: python Priority: optional Homepage: https://github.com/cannatag/ldap3 Description: Pure Python LDAP client library A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under the LGPL v3 open source license. RFC4511 is the current LDAP specification (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997) . This package contains the Python 3.x version of the library. Package: python3-linecache2 Source: python-linecache2 Version: 1.0.0-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 92 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-linecache2/python3-linecache2_1.0.0-1~bpo8+1_all.deb Size: 12370 MD5sum: 162841a1635c46c0656583d40b4033aa SHA1: 3d3cef8d0c975e6ab7e1341475001d51349081ea SHA256: e4f3482f801be9a2042efcb5247ad4a4a3358a573e3289887f79c21aeb145452 Section: python Priority: optional Homepage: https://github.com/testing-cabal/linecache2 Description: backports of the linecache module - Python 3.x A backport of linecache to older supported Pythons. Typically, the user of this module would do "import linecache2 as linecache" and use the linecache module normally. . This package contains the Python 3.x module. Package: python3-lockfile Source: python-lockfile Version: 1:0.12.2-1~bpo8+1 Architecture: all Maintainer: Ben Finney Installed-Size: 86 Depends: python3:any (>= 3.3.2-2~) Suggests: python-lockfile-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-lockfile/python3-lockfile_0.12.2-1~bpo8+1_all.deb Size: 16606 MD5sum: 121698a17b126333be0d821d713b52a7 SHA1: 3bd3ac386a75ce268f5af613e085c203af801c71 SHA256: 4f72e6958792f5ddfec2e2c3274297892caa6ed93727255f8bb3a293ae69bac6 Section: python Priority: optional Homepage: https://pypi.python.org/pypi/lockfile/ Description: file locking library for Python — Python 3 library The ‘lockfile’ library exports a ‘LockFile’ class which provides a simple API for locking files. . The appropriate implementation for ‘LockFile’ is chosen automatically based on the OS capabilities for an atomic filesystem operation. These implementations are also available for explicit use as ‘LinkLockFile’ and ‘MkdirLockFile’. . Other back ends are possible with the same semantics. Examples included are: * ‘SQLiteLockFile’, using records in an SQLite database. * ‘PIDLockFile’, using the semantics of a Unix PID file. . Unlike other Python locking libraries (the Windows ‘msvcrt.locking’ function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated ‘posixfile’ module), the API is identical across both Unix (including GNU/Linux and MacOS) and Windows platforms. . This package installs the Python 3 library. Package: python3-memcache Source: python-memcache Version: 1.56-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 115 Depends: python3-six, python3:any (>= 3.3.2-2~) Suggests: memcached Filename: pool/jessie-mitaka-backports-nochange/main/p/python-memcache/python3-memcache_1.56-1~bpo8+1_all.deb Size: 25754 MD5sum: 1e2fdb14e17fa2ae26dda277a008d64d SHA1: 15459b4bc2b76970eb1d37a8e3a0871dfaf2f8c0 SHA256: 158b9f3637ad4fcb405d3be6a7276080876644ca42ced959118d125f2d88d259 Section: python Priority: optional Homepage: http://www.tummy.com/Community/software/python-memcached/ Description: pure Python memcached client - Python 3.x This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. . This package contains the Python 3.x module. Package: python3-mock Source: python-mock Version: 1.3.0-2.1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 311 Depends: python3-pbr, python3-six, python3:any (>= 3.3.2-2~) Suggests: python-mock-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-mock/python3-mock_1.3.0-2.1~bpo8+1_all.deb Size: 58574 MD5sum: a69e1605161636f803a19cc9dfbcc557 SHA1: 9f0fb1d719216e4f58a7f520c4fdff43067a0246 SHA256: 4f1f2d6454325feffcf5b9170e756f74a8e7eb6fd4e223eb30ec30138631d9f3 Section: python Priority: extra Homepage: http://www.voidspace.org.uk/python/mock/ Description: Mocking and Testing Library (Python3 version) mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. . This package contains the Python 3 version of the library. Package: python3-mysqldb Source: python-mysqldb Version: 1.3.4-2~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 183 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4), libmysqlclient18 (>= 5.5.24+dfsg-1), zlib1g (>= 1:1.1.4) Suggests: mysql-server-5.1 | mysql-server, python-egenix-mxdatetime, python3-mysqldb-dbg Provides: python3.4-mysqldb Filename: pool/jessie-mitaka-backports-nochange/main/p/python-mysqldb/python3-mysqldb_1.3.4-2~bpo8+1_amd64.deb Size: 47938 MD5sum: e243b2e80a66166b932af366a9f55129 SHA1: 02eae2fc6b5a29b9cc6cc65ef3ff0fbd811676d2 SHA256: beb99202427edb0ec78708f85f048f61ecf60039a91c77613965b00a3bade73d Section: python Priority: optional Homepage: https://pypi.python.org/pypi/mysqlclient Description: Python interface to MySQL Mysqlclient is an interface to the popular MySQL database server for Python. . This is a fork of MySQLdb. It add Python 3.3 support and merges some pull requests. . This package contains modules for all Python 3.x versions supported in Debian. Package: python3-mysqldb-dbg Source: python-mysqldb Version: 1.3.4-2~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 123 Depends: python3-dbg, python3-mysqldb (= 1.3.4-2~bpo8+1), libc6 (>= 2.4), libmysqlclient18 (>= 5.5.24+dfsg-1), zlib1g (>= 1:1.1.4) Suggests: python-egenix-mxdatetime-dbg Filename: pool/jessie-mitaka-backports-nochange/main/p/python-mysqldb/python3-mysqldb-dbg_1.3.4-2~bpo8+1_amd64.deb Size: 32250 MD5sum: cbd3ceb7dd86e7a22b7c5edfae72f2f8 SHA1: 7be324ac20f0dca369d76c39a069c5a45c96478f SHA256: 9e97cb99e9766d2a75d7782404c289160ccea307f81cff09a06c13eef8e60afb Section: debug Priority: extra Homepage: https://pypi.python.org/pypi/mysqlclient Description: Python interface to MySQL (debug extension) Mysqlclient is an interface to the popular MySQL database server for Python. . This is a fork of MySQLdb. It add Python 3.3 support and merges some pull requests. . This package contains modules for all Python 3.x versions supported in Debian built for Python debug interpreter. Package: python3-networkx Source: python-networkx Version: 1.11~rc1-1~bpo8+1 Architecture: all Maintainer: Sandro Tosi Installed-Size: 3458 Depends: python3-decorator, python3:any (>= 3.3.2-2~) Recommends: python3-numpy, python3-pkg-resources, python3-scipy, python3-yaml Suggests: python-networkx-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-networkx/python3-networkx_1.11~rc1-1~bpo8+1_all.deb Size: 624740 MD5sum: 4cfb358902f916bd0d2865f5751fbb41 SHA1: bfb25369dad23e6da5a723c130f9a803a8690e89 SHA256: 1cdf2304090122fdbbbbebdf76dea1e695acfaf7d0bc1c42155de91d52cfe6cd Section: python Priority: optional Homepage: http://networkx.github.io/ Description: tool to create, manipulate and study complex networks (Python3) NetworkX is a Python-based package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. . The structure of a graph or network is encoded in the edges (connections, links, ties, arcs, bonds) between nodes (vertices, sites, actors). If unqualified, by graph it's meant a simple undirected graph, i.e. no self-loops and no multiple edges are allowed. By a network it's usually meant a graph with weights (fields, properties) on nodes and/or edges. . The potential audience for NetworkX includes: mathematicians, physicists, biologists, computer scientists, social scientists. . This package contains the Python 3 version of NetworkX. Package: python3-nose Source: nose Version: 1.3.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 577 Depends: python3-pkg-resources, python3, python3:any (>= 3.3.2-2~) Suggests: python-nose-doc Filename: pool/jessie-mitaka-backports-nochange/main/n/nose/python3-nose_1.3.7-1~bpo8+1_all.deb Size: 132150 MD5sum: ec1f224a3ae3f8f2c5df6d5c5c02b7ea SHA1: 9996d138829d6e7ed35277f655f0792a199b58b7 SHA256: b08f8785593e6532829533c602df105fb2ad99aa5e1b1992c6a8ab71d0b46fbe Section: python Priority: optional Homepage: https://nose.readthedocs.org/en/latest/ Description: test discovery and running for Python3 unittest nose provides an alternate test discovery and running process for Python3 unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic Package: python3-oauth2client Source: python-oauth2client Version: 1.4.12-0.1~bpo8+1 Architecture: all Maintainer: PKG Cloud Installed-Size: 239 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-uritemplate, python3-httplib2, python3-pyasn1, python3-pyasn1-modules, python3-rsa, python3-six, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-oauth2client/python3-oauth2client_1.4.12-0.1~bpo8+1_all.deb Size: 42130 MD5sum: 89b66ae35d2d1eaaec1ccaf51a155585 SHA1: 04879edde920cac60c7b67ed8b52cd271296bafe SHA256: 64c509959ee3069a5293e114b71760a55ab8a4b338c6d26700156344bef7e052 Section: python Priority: optional Homepage: https://github.com/google/oauth2client Description: OAuth 2.0 client library - Python 3.x The oauth2client is a client library for OAuth 2.0. . OAuth is an open standard for authorization. OAuth provides a method for clients to access server resources on behalf of a resource owner (such as a different client or an end-user). It also provides a process for end-users to authorize third-party access to their server resources without sharing their credentials (typically, a username and password pair), using user-agent redirections. . OAuth is a service that is complementary to, and therefore distinct from, OpenID. OAuth is also distinct from OATH, which is a reference architecture for authentication (i.e. not a standard). . This package provides the Python 3.x module. Package: python3-packaging Source: python-packaging Version: 16.2-2~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 107 Depends: python3-pyparsing, python3-six, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-packaging/python3-packaging_16.2-2~bpo8+1_all.deb Size: 17088 MD5sum: b06c683665a3248cd10d090ac6779691 SHA1: 5d2554ce82e9287f4fe95ad49075e1643ca0dee9 SHA256: 67cf7886a4e3c49bfb5b9d91d2deee1fdbbf1a478cf764258097215481d15a67 Section: python Priority: optional Homepage: https://pypi.python.org/pypi/packaging Description: core utilities for python packages These core utilities currently consist of: - Version Handling (PEP 440) - Dependency Specification (PEP 440) Package: python3-pandas Source: pandas Version: 0.17.1-3~bpo8+1 Architecture: all Maintainer: NeuroDebian Team Installed-Size: 20000 Depends: python3-dateutil, python3-numpy (>= 1:1.7~), python3-tz, python3:any (>= 3.3.2-2~), python3-pandas-lib (>= 0.17.1-3~bpo8+1) Recommends: python3-scipy, python3-matplotlib, python3-numexpr, python3-tables, python3-bs4, python3-html5lib, python3-six, python3-lxml Suggests: python-pandas-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/pandas/python3-pandas_0.17.1-3~bpo8+1_all.deb Size: 2365214 MD5sum: bc83b2e981390fecf19eaa943796fecc SHA1: 236aca00a78e06f94743e317b329921fb3a8ac8e SHA256: 49e567e91ba48223d6af6c4f53f8fd8734e7fed213adcc901b64ca3261be4c04 Section: python Priority: optional Homepage: http://pandas.sourceforge.net Description: data structures for "relational" or "labeled" data - Python 3 pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. pandas is well suited for many different kinds of data: . - Tabular data with heterogeneously-typed columns, as in an SQL table or Excel spreadsheet - Ordered and unordered (not necessarily fixed-frequency) time series data. - Arbitrary matrix data (homogeneously typed or heterogeneous) with row and column labels - Any other form of observational / statistical data sets. The data actually need not be labeled at all to be placed into a pandas data structure . This package contains the Python 3 version. Package: python3-pandas-lib Source: pandas Version: 0.17.1-3~bpo8+1 Architecture: amd64 Maintainer: NeuroDebian Team Installed-Size: 5964 Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), python3-numpy (>= 1:1.8.0), python3-numpy-abi9, python3 (<< 3.5), python3 (>= 3.4~) Filename: pool/jessie-mitaka-backports-nochange/main/p/pandas/python3-pandas-lib_0.17.1-3~bpo8+1_amd64.deb Size: 1571966 MD5sum: 0fd2dff01f203b34c50d62feb041f7b3 SHA1: 6187a9dff0eabc260719d21af0804ef90099731f SHA256: e6040b75fa0ce8dd99624015f689c31e338452ce3ba89842dcb3e7ad55735470 Section: python Priority: optional Homepage: http://pandas.sourceforge.net Description: low-level implementations and bindings for pandas - Python 3 This is an add-on package for python-pandas providing architecture-dependent extensions. . This package contains the Python 3 version. Package: python3-pbr Source: python-pbr Version: 1.8.0-4~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 182 Depends: python3-six (>= 1.9.0), python3, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pbr/python3-pbr_1.8.0-4~bpo8+1_all.deb Size: 34144 MD5sum: 278b8808b79df437560364dba6788a84 SHA1: c8a2d0b4a8bb6cf8d99cfd7e8c043f8c1e4c8684 SHA256: 6d6b52e57aed38161374540ea7e14d80015c33a2692af53bd54e2e5b79688ec4 Section: python Priority: optional Homepage: http://pypi.python.org/pypi/pbr Description: inject useful and sensible default behaviors into setuptools - Python 3.x PBR (Python Build Reasonableness) is a library that injects some useful and sensible default behaviors into your setuptools run. PBR can: * Manage version number based on git revisions and tags (Version file). * Generate AUTHORS file from git log * Generate ChangeLog from git log * Generate Sphinx autodoc stub files for your whole module * Store your dependencies in a pip requirements file * Use your README file as a long_description * Smartly find packages under your root package . PBR is only mildly configurable. The basic idea is that there's a decent way to run things and if you do, you should reap the rewards, because then it's simple and repeatable. If you want to do things differently, cool! But you've already got the power of Python at your fingertips, so you don't really need PBR. . PBR builds on top of `d2to1` to provide for declarative configuration. It then filters the `setup.cfg` data through a setup hook to fill in default values and provide more sensible behaviors. . This package provides support for Python 3.x. Package: python3-pep8 Source: pep8 Version: 1.6.2-0.1~bpo8+1 Architecture: all Maintainer: David Watson Installed-Size: 157 Depends: python3:any (>= 3.3.2-2~), python3-setuptools Filename: pool/jessie-mitaka-backports-nochange/main/p/pep8/python3-pep8_1.6.2-0.1~bpo8+1_all.deb Size: 37374 MD5sum: 64c7b5556b726cc2c20bbf422828886a SHA1: ca0ade8f1a8dfbd768d99bf48ff2d1bbf675a754 SHA256: 1f186cc610655fcedde9f0cdc7796866d9abf73603d771cfc3b61563da691d04 Section: python Priority: optional Homepage: http://pypi.python.org/pypi/pep8 Description: Python PEP 8 code style checker - python3 Features a plugin architecture allowing for adding new checks is easily. Parseable output listing line numbers of the error location. Consists of just one Python file, and requires only stdlib. . Python 3 version. Package: python3-pika Source: python-pika Version: 0.10.0-1~bpo8+1 Architecture: all Maintainer: Jan Dittberner Installed-Size: 498 Depends: python3:any (>= 3.4~) Suggests: python-pika-doc (= 0.10.0-1~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pika/python3-pika_0.10.0-1~bpo8+1_all.deb Size: 87150 MD5sum: 90ab06f8df8df7726725b85c43e8f2b2 SHA1: 6f1e0831782d040c6a4dd4a7e483d7697214c0c8 SHA256: f0ea7087dfd297861fd9bf4915d7a02b1a56048bc38b13c741ea5912cb97d873 Section: python Priority: optional Homepage: http://pika.github.com/ Description: AMQP client library for Python 3 Pika is a pure-Python implementation of the AMQP-0-9-1 protocol that tries to stay fairly independent of the underlying network support library. Pika was developed primarily for use with RabitMQ, but also works with other AMQP-0-9-1 brokers. . This is the Python 3 version of the library. Package: python3-pip Source: python-pip Version: 8.1.0-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 586 Depends: ca-certificates, python-pip-whl (= 8.1.0-2~bpo8+1), python3, python3:any (>= 3.4~) Recommends: build-essential, python3-dev (>= 3.2), python3-wheel Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pip/python3-pip_8.1.0-2~bpo8+1_all.deb Size: 134480 MD5sum: 6ec61a0b01976b818f9d05cec8d6a305 SHA1: cb81e8867c986d0e75020d1edc95f5071f4843c0 SHA256: 04ca1054d513d6e92d8dee13d284fc8d37dbb26e566af22f5da0cba6c944c69b Section: python Priority: optional Homepage: https://pip.pypa.io/en/stable/ Description: alternative Python package installer - Python 3 version of the package pip is a replacement for easy_install, and is intended to be an improved 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 Python 3 version of the package. Package: python3-pkg-resources Source: python-setuptools Version: 20.10.1-1.1~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 442 Depends: python3:any (>= 3.3.2-2~) Suggests: python3-setuptools Filename: pool/jessie-mitaka-backports-nochange/main/p/python-setuptools/python3-pkg-resources_20.10.1-1.1~bpo8+1_all.deb Size: 111788 MD5sum: 55522243888915c3a7abf8b4c02b5e69 SHA1: 235cd7c687d1bfa18cb34c639043d8d93d3008ff SHA256: 402d60784df5d356583655c69f3fcceb76cbdc4802ab06af114ccb50a2ba9957 Section: python Priority: optional Homepage: https://pypi.python.org/pypi/setuptools Description: 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: python3-progress Source: python-progress Version: 1.2-1~bpo8+1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 65 Depends: python3:any (>= 3.4~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-progress/python3-progress_1.2-1~bpo8+1_all.deb Size: 6626 MD5sum: e6ad22adad41cd1efae3619625da27b6 SHA1: 4abace8d8d12f2704049fc16fa2789b71e17e251 SHA256: 2dda2bd045519c0502878e196028ceb81b70246e294eba319ae50f2bfee2adae Section: python Priority: optional Homepage: https://github.com/verigak/progress/ Description: easy progress reporting for Python This package provides several canned progress bars for command line Python programs. Progress bars are customizable and can be advanced by using the next() method, with the finish() method to finish. . This is the Python 3 version. Package: python3-py Source: python-py Version: 1.4.31-1~bpo8+1 Architecture: all Maintainer: Sebastian Ramacher Installed-Size: 344 Depends: python3:any (>= 3.3.2-2~), python3-pkg-resources Suggests: subversion, python3-pytest Filename: pool/jessie-mitaka-backports-nochange/main/p/python-py/python3-py_1.4.31-1~bpo8+1_all.deb Size: 82308 MD5sum: 969dda32eacb31a97a001f6233123223 SHA1: 5fc4ed9c106edc6e40976da1150530bc91bc41a2 SHA256: 6a0e7054e4572ff3f593e9a33dec3d1c4666f7c38c450f98174f81b384c14886 Section: python Priority: optional Homepage: https://bitbucket.org/pytest-dev/py Description: Advanced Python development support library (Python 3) 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 3 modules. Package: python3-pyasn1 Source: pyasn1 Version: 0.1.9-1~bpo8+1 Architecture: all Maintainer: Jan Lübbe Installed-Size: 232 Depends: python3:any (>= 3.3.2-2~) Suggests: doc-base Filename: pool/jessie-mitaka-backports-nochange/main/p/pyasn1/python3-pyasn1_0.1.9-1~bpo8+1_all.deb Size: 34648 MD5sum: 1e530ca251b9b818dcfaecff2eac05ac SHA1: e11585b853fe45a5cdff8c986864cc7d69f375fd SHA256: 2fd5752a4483b774190765e4c68ca27b5167258c6dfa2eb3d3ceabeb69679935 Section: python Priority: optional Homepage: http://pyasn1.sourceforge.net/ Description: ASN.1 library for Python (Python 3 module) This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . This package contains the Python 3 module. Package: python3-pyflakes Source: pyflakes Version: 1.2.3-1~bpo8+1 Architecture: all Maintainer: Python Applications Packaging Team Installed-Size: 261 Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~) Recommends: pyflakes3 Breaks: pyflakes (<< 1.0.0-2~) Replaces: pyflakes (<< 1.0.0-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/pyflakes/python3-pyflakes_1.2.3-1~bpo8+1_all.deb Size: 44928 MD5sum: 214043a49f35e535ff3bafffac1a1110 SHA1: 30f972b9af44ea5aae1154aead9e5dc4aca66afb SHA256: f67f1977ceb1a4c7d99b56748be3b0c40e9149cb696ef52d5719266aee36135c Section: python Priority: optional Homepage: https://launchpad.net/pyflakes Description: 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 library version. Package: python3-pygraphviz Source: python-pygraphviz Version: 1.3~rc2-3+b1~bpo8+1 Architecture: amd64 Maintainer: Sandro Tosi Installed-Size: 211 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.14), libcdt5, libcgraph6, graphviz (>= 2.16) Suggests: python-pygraphviz-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pygraphviz/python3-pygraphviz_1.3~rc2-3+b1~bpo8+1_amd64.deb Size: 44438 MD5sum: c8e1f5e5e475194fa5bbbe06262f6ecc SHA1: 4e5a1de24fd8a5fc5b2d50b2628342e31d969138 SHA256: 051c13eaad3ad7bc949c764fb54cb239719e0cf9e2d37ff6431ef0d2fa664ebe Section: python Priority: optional Homepage: http://networkx.lanl.gov/pygraphviz/ Description: Python interface to the Graphviz graph layout and visualization package (Python 3) Pygraphviz is a Python interface to the Graphviz graph layout and visualization package. . With Pygraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. . This package contains the Python 3 version of python-pygraphviz. Package: python3-pygraphviz-dbg Source: python-pygraphviz Version: 1.3~rc2-3+b1~bpo8+1 Architecture: amd64 Maintainer: Sandro Tosi Installed-Size: 343 Depends: python3-pygraphviz (= 1.3~rc2-3+b1~bpo8+1), python3-dbg, libc6 (>= 2.14), libcdt5, libcgraph6 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pygraphviz/python3-pygraphviz-dbg_1.3~rc2-3+b1~bpo8+1_amd64.deb Size: 110534 MD5sum: 5eecce4aa24ac079b318679d6e0f1188 SHA1: c4354f7d8540d7e453cbf1e268e3472c22189d88 SHA256: 89b43ca55749e60710d994201b3400781482b626e96753865b168e1a0cebcc7e Section: debug Priority: extra Homepage: http://networkx.lanl.gov/pygraphviz/ Description: Python interface to the Graphviz graph layout and visualization package (py3k debug extension) Pygraphviz is a Python interface to the Graphviz graph layout and visualization package. . With Pygraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. . This package contains the debug extension for python3-pygraphviz. Package: python3-pyinotify Source: pyinotify Version: 0.9.5-1~bpo8+1 Architecture: all Maintainer: Mikhail Gusarov Installed-Size: 132 Depends: python3:any (>= 3.3.2-2~) Suggests: python-pyinotify-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/pyinotify/python3-pyinotify_0.9.5-1~bpo8+1_all.deb Size: 26978 MD5sum: 1325ed7f311dbc1e4e49f287435d0546 SHA1: 6cc0ce9c1897eed2c9b7f529fe3d29f4f0b963c6 SHA256: 5d647d8b7e1cb61aca4449f89f7c039d6955b68dd906e966b93590b8350bf974 Section: python Priority: optional Homepage: https://github.com/seb-m/pyinotify Description: simple Linux inotify Python bindings pyinotify is a simple wrapper for the Linux inotify mechanism. . inotify is a Linux Kernel feature available since 2.6.13. inotify makes it possible for applications to easily be notified of filesystem changes. . This is the Python 3 version of the package. Package: python3-pymongo Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: amd64 Maintainer: Federico Ceratto Installed-Size: 530 Depends: python3-bson (= 3.0.3-1~bpo8+1), python3:any (>= 3.3.2-2~) Recommends: python3-gridfs (>= 3.0.3-1~bpo8+1), python3-pymongo-ext Suggests: python-pymongo-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python3-pymongo_3.0.3-1~bpo8+1_amd64.deb Size: 109076 MD5sum: 4e90076caefad0987d9babab34992fb3 SHA1: 8633f42eb4c962a1c6c1b14acb2f46d676ab8a9b SHA256: 2837827c5a9107b4e46171c0427192253ad18cd21f2bf2f28dfe0db2c28cb378 Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: Python3 interface to the MongoDB document-oriented database MongoDB is a high-performance, open source, schema-free document-oriented data store. Pymongo provides an interface to easily access it from Python3. Consider installing the python-pymongo-ext C extension to improve performance. Package: python3-pymongo-ext Source: pymongo Version: 3.0.3-1~bpo8+1 Architecture: amd64 Maintainer: Federico Ceratto Installed-Size: 85 Depends: libc6 (>= 2.14), python3-bson (= 3.0.3-1~bpo8+1), python3-pymongo (= 3.0.3-1~bpo8+1) Recommends: python3-gridfs (>= 3.0.3-1~bpo8+1) Filename: pool/jessie-mitaka-backports-nochange/main/p/pymongo/python3-pymongo-ext_3.0.3-1~bpo8+1_amd64.deb Size: 31826 MD5sum: 654f99147952f1c4e9181eeaf3a0e933 SHA1: 09e527031bec340770be8fcb216ea8463adf8113 SHA256: 3c4dab71c0e6f863fe828d86c47dd700a4c7e7fed47dd67c3eec89a4749f4799 Section: python Priority: optional Homepage: http://api.mongodb.org/python/ Description: C-coded extension to the python3-pymongo package Pymongo provides an interface to easily access MongoDB from Python 3. This package contains an extension written in C for higher performance. Package: python3-pyscss Source: python-pyscss Version: 1.3.4-4~bpo8+1 Architecture: amd64 Maintainer: Debian Python Modules Team Installed-Size: 532 Depends: python3 (<< 3.5), python3 (>= 3.4~), python3-six, libc6 (>= 2.14), libpcre3 (>= 1:8.35) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-pyscss/python3-pyscss_1.3.4-4~bpo8+1_amd64.deb Size: 102712 MD5sum: 57710b6e746d9278736d92edc3e341d5 SHA1: f32300aea83ba47aa3c2d74d781d81e73d2b46a8 SHA256: ef3599887d584a0e762e374deffddfdd0132164f12d1b20bf96731d0589842a9 Section: python Priority: extra Homepage: https://github.com/Kronuz/pyScss Description: SCSS compiler - Python 3.x pyScss compiles Scss (Sass), a superset of CSS that is more powerful, elegant and easier to maintain than plain-vanilla CSS. The library acts as a CSS source code preprocesor which allows you to use variables, nested rules, mixins, and have inheritance of rules, all with a CSS-compatible syntax which the preprocessor then compiles to standard CSS. . This package provides the Python 3.x module. Package: python3-pytest Source: pytest Version: 2.8.7-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 603 Depends: python3-pkg-resources, python3-py (>= 1.4.29), python3, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/pytest/python3-pytest_2.8.7-1~bpo8+1_all.deb Size: 156712 MD5sum: 34e8a23578bfd505b20ec1873e47f72a SHA1: 89c3c0f91a5217f8f7d2d0e2e7de2527541e9469 SHA256: b8641c2c11f1712f30857386ee5931b4fc3f3481ff9c953bd25497100797465d Section: python Priority: optional Homepage: http://pytest.org/ Description: Simple, powerful testing in Python3 This testing tool has for objective to allow the developers to limit the boilerplate code around the tests, promoting the use of built-in mechanisms such as the `assert` keyword. . This package provides the Python 3 module and the py3.test script. Package: python3-qpid-proton Source: qpid-proton Version: 0.10-0.1~bpo8+1 Architecture: amd64 Maintainer: Debian Middleware Maintainers Installed-Size: 1034 Depends: libqpid-proton2, python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Provides: python3.4-qpid-proton Filename: pool/jessie-mitaka-backports-nochange/main/q/qpid-proton/python3-qpid-proton_0.10-0.1~bpo8+1_amd64.deb Size: 215878 MD5sum: 25c698cc9b0e332fed411498f491e7e6 SHA1: dad68804e3a906280692d01a7a79d9eac1cadac9 SHA256: 0012726572e1565c082797544ce300d5ee0ba55189f8f1b8678e2a5e9ed0cc24 Section: python Priority: optional Homepage: http://qpid.apache.org/proton Description: language bindings for Qpid Proton messaging framework - Python 3.x Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language. . This package provides Python 3.x language bindings for Qpid Proton. Package: python3-repoze.who Source: python-repoze.who Version: 2.2-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 367 Depends: python3-paste, python3-pkg-resources, python3-sphinx, python3-webob, python3-zope.interface, python3:any (>= 3.3.2-2~) Suggests: libjs-jquery, python3-psycopg2 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-repoze.who/python3-repoze.who_2.2-1~bpo8+1_all.deb Size: 47698 MD5sum: 407d3c4852c6e3f189e288e3938d7509 SHA1: 80f41b8cab8130f8304814a259824485090bd247 SHA256: 2a7f94f7dfa253c1bd799e12061ab38a27f0d4a5eb441646d42e0d56b48e81e8 Section: python Priority: optional Homepage: http://www.repoze.org/ Description: ident and auth framework for Python WSGI applications - Python 3.x repoze.who is an identification and authentication framework for arbitrary Python WSGI applications; it acts as WSGI middleware. . repoze.who is inspired by Zope 2's Pluggable Authentication Service (PAS), but is not dependent on Zope in any way; it is useful for any WSGI application. . It provides no facility for authorization (ensuring whether a user can or cannot perform the operation implied by the request). This is considered to be the domain of the WSGI application. . This package contains the Python 3.x module. Package: python3-requests Source: requests Version: 2.9.1-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 267 Depends: python3-urllib3 (>= 1.13.1), python3:any (>= 3.3.2-2~), ca-certificates, python3-chardet, python3-urllib3 (<< 1.13.2) Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1 Filename: pool/jessie-mitaka-backports-nochange/main/r/requests/python3-requests_2.9.1-2~bpo8+1_all.deb Size: 69662 MD5sum: f5996894cbb9d1ab23902e5ecbc29c33 SHA1: b0ec7d7abede2d05ecd435fc20528cd2d67ddc90 SHA256: ef0622b53d5ead509e271636ea8cb809cd29bfdbf76658adb8129c2ce61f7747 Section: python Priority: optional Homepage: http://python-requests.org Description: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package contains the Python 3 version of the library. Package: python3-requests-kerberos Source: python-requests-kerberos Version: 0.7.0-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 65 Depends: python3-kerberos (>= 1.1.1), python3-requests (>= 1.1.0), python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-requests-kerberos/python3-requests-kerberos_0.7.0-2~bpo8+1_all.deb Size: 8110 MD5sum: 547ad0825c4be0baeb6a99286a1c7ff3 SHA1: d2c64dcfcf17eeb6b9b1cd202c65442f2301cada SHA256: eea165e296022231f6b2edfa8aad3f22cd5f60b43e3b307ce7f68722249fca83 Section: python Priority: optional Homepage: https://github.com/requests/requests-kerberos Description: Kerberos/GSSAPI authentication handler for python-requests - Python 3.x Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication. . This package provides the Python 3.x module. Package: python3-routes Source: routes Version: 2.2-1~bpo8+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 156 Depends: python3-repoze.lru, python3-six, python3:any (>= 3.3.2-2~), python3-pkg-resources Recommends: python3-webob Suggests: python3-paste Filename: pool/jessie-mitaka-backports-nochange/main/r/routes/python3-routes_2.2-1~bpo8+1_all.deb Size: 29332 MD5sum: 52735da62782f94536cb2f00a8e52d8e SHA1: 350c4886e3cab7f994441e2191978e35a31c6b60 SHA256: 36df41724ea83b1401b399d507119627bd448e0e13c4f3cde17e86a501707d8b Section: python Priority: optional Homepage: http://routes.readthedocs.org/ Description: Routing Recognition and Generation Tools for Python 3 Routes is a Python 3 re-implementation of the Rails routes system for mapping URLs to Controllers/Actions and generating URLs. Routes makes it easy to create pretty and concise URLs that are RESTful with little effort. . Speedy and dynamic URL generation means you get a URL with minimal cruft (no big dangling query args). Shortcut features like Named Routes cut down on repetitive typing. . Current features: * Named Routes * Sophisticated Route lookup and URL generation * Wildcard path's before and after static parts * Groupings syntax to allow flexible URLs to accommodate almost any need * Sub-domain support built-in * Conditional matching based on domain, cookies, HTTP method (RESTful), and more * Easily extensible utilizing custom condition functions and route generation functions * Extensive unit tests Package: python3-selenium Source: python-selenium Version: 2.48.0+dfsg1-2~bpo8+1 Architecture: all Maintainer: Sascha Girrulat Installed-Size: 479 Depends: python3:any (>= 3.3.2-2~) Suggests: chromedriver, firefoxdriver (>= 2.47.1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-selenium/python3-selenium_2.48.0+dfsg1-2~bpo8+1_all.deb Size: 67284 MD5sum: 0a3650b9bbd72cb817befe44bc37b4c6 SHA1: d78d30bdea1073b8c2845dcb9e80809bcc7700d2 SHA256: 3ff020236476c052f2a7ebcfa18b42fb54854ff76a490d869107d3e640e5d1f7 Section: python Priority: optional Homepage: http://www.seleniumhq.org Description: Python3 bindings for Selenium Python3 language bindings for Selenium WebDriver. . The `selenium` package is used automate web browser interaction from Python. Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, PhantomJS), as well as the Remote protocol. . The webdriver parts itself are not included in this package. Package: python3-setuptools Source: python-setuptools Version: 20.10.1-1.1~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 445 Depends: python3-pkg-resources (= 20.10.1-1.1~bpo8+1), python3, python3:any (>= 3.3.2-2~) Suggests: python-setuptools-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-setuptools/python3-setuptools_20.10.1-1.1~bpo8+1_all.deb Size: 121782 MD5sum: e6a2e2dc36a1fedb247b827b7771cde9 SHA1: 0d8c9c020dfd773ce8c70fdf85b49e221cf6fc4e SHA256: 4f0f2aeac2885496f1fdeadd79a36c4570e8ef5e3aac632cf9f81b0fba45cd8a Section: python Priority: optional Homepage: https://pypi.python.org/pypi/setuptools Description: Python3 Distutils Enhancements Extensions to the python-distutils for large or complex distributions. Package: python3-setuptools-scm Source: setuptools-scm Version: 1.10.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 72 Filename: pool/jessie-mitaka-backports-nochange/main/s/setuptools-scm/python3-setuptools-scm_1.10.1-1~bpo8+1_all.deb Size: 11022 MD5sum: 3d962d9cedee46f771d03318ef07ca87 SHA1: eca45b1aef8e607a10ebf4819fd91caa7b0a7c7a SHA256: 89d8a0775a1f5bc05277b0170755ace245769ddd559c507debbaafef5475339a Section: python Priority: optional Homepage: https://github.com/pypa/setuptools_scm Description: blessed package to manage your versions by scm tags for Python 3 setuptools_scm handles managing your Python package versions in scm metadata. It also handles file finders for the suppertes scm's. . This package installs the library for Python 3. Package: python3-six Source: six Version: 1.9.0-3~bpo8+1 Architecture: all Maintainer: Colin Watson Installed-Size: 77 Depends: python3:any (>= 3.4~) Filename: pool/jessie-mitaka-backports-nochange/main/s/six/python3-six_1.9.0-3~bpo8+1_all.deb Size: 13820 MD5sum: 4fe8c8547f034737d2463d39390ba3c7 SHA1: ced68374736a0d73d1b96ede906c54121d0404ba SHA256: 1ac771d4b8f6002bd1e92f096e0e3f978f19da124930c83737748460572e1f46 Section: python Priority: optional Multi-Arch: foreign Homepage: http://pythonhosted.org/six/ Description: Python 2 and 3 compatibility library (Python 3 interface) Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. . This package provides Six on the Python 3 module path. It is complemented by python-six. Package: python3-snappy Source: python-snappy Version: 0.5-1.1~bpo8+1 Architecture: amd64 Maintainer: Shell Xu Installed-Size: 66 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libsnappy1, libstdc++6 (>= 4.1.1) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-snappy/python3-snappy_0.5-1.1~bpo8+1_amd64.deb Size: 11066 MD5sum: 13ef1df7b8d0d04ee8c9255256421735 SHA1: 412e280e38c8a189963e2129a00e231aabfcde5c SHA256: 24e6ed1bab6ae3df54bf563d8277f5d54198f1eabfc8a681e8f425bdbf769b22 Section: python Priority: optional Homepage: http://github.com/andrix/python-snappy Description: snappy compression library from Google - Python 3.x Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. You can read package libsnappy1 for more information. . This package provides the Python 3.x module. Package: python3-sphinx Source: sphinx Version: 1.3.1-6~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1908 Depends: python3:any (>= 3.3.2-2~), python3-six (>= 1.4), python3-docutils (>= 0.11), python3-pygments (>= 2.0), python3-jinja2 (>= 2.3), python3-babel (>= 1.3), python3-sphinx-rtd-theme, python3-alabaster (>= 0.7), sphinx-common (= 1.3.1-6~bpo8+1) Recommends: python3-pil Suggests: libjs-mathjax, dvipng, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, sphinx-doc Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx/python3-sphinx_1.3.1-6~bpo8+1_all.deb Size: 351592 MD5sum: 209d8d7555133e1b52b2685ccb120a12 SHA1: cb8d089c244135bc4bd0cbceb4fd722232833119 SHA256: 5dd71c4509b10501d5f5466b0a3ebb6805f42876f1f342d7e154ea9ff3512ccf Section: python Priority: optional Homepage: http://sphinx-doc.org/ Description: documentation generator for Python projects (implemented in Python 3) Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . Sphinx features: * HTML, CHM, LaTeX output, * Cross-referencing source code, * Automatic indices, * Code highlighting, using Pygments, * Extensibility. Existing extensions: - automatic testing of code snippets, - including docstrings from Python modules. . This package includes Python 3 modules. Package: python3-sphinx-argparse Source: sphinx-argparse Version: 0.1.15-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 745 Depends: python3-sphinx, python3:any (>= 3.3.2-2~), libjs-sphinxdoc (>= 1.0) Enhances: python3-sphinx Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx-argparse/python3-sphinx-argparse_0.1.15-1~bpo8+1_all.deb Size: 303716 MD5sum: e65010f56014be29bbcb397c130dcddb SHA1: 77c2004bd6e9cc5710c2543b05a09af32041c69d SHA256: 573ef87084a12934d881d1f1bb1138456465f8069bc749652e08c1585704fbab Section: python Priority: optional Homepage: https://github.com/ribozz/sphinx-argparse Description: Sphinx extension for argparse commands and options (Python 3) sphinx-argparse is an extension for Sphinx (Python documentation generator) that allows one to generate documentation for command line tools using argparse (command-line parsing library) automatically. . This package contains the extension for Sphinx running on Python 3. Package: python3-sphinx-bootstrap-theme Source: sphinx-bootstrap-theme Version: 0.4.8-1~bpo8+1 Architecture: all Maintainer: Sandro Tosi Installed-Size: 5529 Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx-bootstrap-theme/python3-sphinx-bootstrap-theme_0.4.8-1~bpo8+1_all.deb Size: 394934 MD5sum: c87300d3c6f2a6e1a91b27d3edd9cf6d SHA1: de676a28a603bc6d930bce61890c5935607aa9a2 SHA256: c572c09b036960c126287d40f35f15b9311f38d206af4708ea0d9dc0d204cd7c Section: python Priority: optional Homepage: http://ryan-roemer.github.io/sphinx-bootstrap-theme/index.html Description: bootstrap theme for Sphinx (Python 3) This Sphinx theme integrates the Bootstrap CSS / JavaScript framework with various layout options, hierarchical menu navigation, and mobile-friendly responsive design. It is configurable, extensible and can use any number of different Bootswatch CSS themes. . This package contains the Python 3 version of sphinx-bootstrap-theme Package: python3-sqlalchemy Source: sqlalchemy Version: 1.0.12+ds1-1~bpo8+1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 3731 Depends: python3:any (>= 3.3.2-2~) Suggests: python-sqlalchemy-doc, python3-psycopg2, python3-mysqldb, python3-fdb Filename: pool/jessie-mitaka-backports-nochange/main/s/sqlalchemy/python3-sqlalchemy_1.0.12+ds1-1~bpo8+1_all.deb Size: 643372 MD5sum: b2e4ac437963c6641bc3b62ca4eb942d SHA1: 1423dee03b5efa60342142d6a074287ff5cc9869 SHA256: 9377637a5d8314de4e799abe68b3b2b492807abd39f02d5f940d9018598d365b Section: python Priority: optional Homepage: http://www.sqlalchemy.org/ Description: SQL toolkit and Object Relational Mapper for Python 3 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. Package: python3-sqlalchemy-ext Source: sqlalchemy Version: 1.0.12+ds1-1~bpo8+1 Architecture: amd64 Maintainer: Piotr Ożarowski Installed-Size: 94 Depends: python3-sqlalchemy (= 1.0.12+ds1-1~bpo8+1), python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4) Filename: pool/jessie-mitaka-backports-nochange/main/s/sqlalchemy/python3-sqlalchemy-ext_1.0.12+ds1-1~bpo8+1_amd64.deb Size: 18720 MD5sum: 7f7366e2876946e89ece472afb388d6c SHA1: 42502856f7f037b26e9c6da49f3f30be9a858813 SHA256: d9a8782044f2e4e21e684448737286fb0892c9dcb94b4e0dc8bbd530f41a031a Section: python Priority: optional Homepage: http://www.sqlalchemy.org/ Description: SQL toolkit and Object Relational Mapper for Python3 - C extension SQLAlchemy is an SQL database abstraction library for Python. . This package contains C coded extension accelerator for SQLAlchemy. Package: python3-suds Source: suds Version: 0.7~git20150727.94664dd-3~bpo8+1 Architecture: all Maintainer: Scott Talbert Installed-Size: 595 Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/s/suds/python3-suds_0.7~git20150727.94664dd-3~bpo8+1_all.deb Size: 146970 MD5sum: 81a21d562abfe0de5ab502b5c7daf3ee SHA1: 8b5c7e46acaa83605538a73cf101a5a8c2b81c9e SHA256: 1f97f3d63d8398eeb26cfcc70453db68e19a8251f7d1224a1391470072c4bc2d Section: python Priority: optional Homepage: https://bitbucket.org/jurko/suds Description: Lightweight SOAP client for Python - Python 3.x The suds project is a Python soap web services client lib. Suds leverages Python meta programming to provide an intuitive API for consuming web services. Objectification of types defined in the WSDL is provided without class generation. Programmers rarely need to read the WSDL since services and WSDL based objects can be easily inspected. Supports pluggable soap bindings. Note: this package now uses the Suds fork maintained by Jurko Gospodnetić. . This package provides the Python 3.x module. Package: python3-traceback2 Source: python-traceback2 Version: 1.4.0-1~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 110 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-traceback2/python3-traceback2_1.4.0-1~bpo8+1_all.deb Size: 15998 MD5sum: e61d577dc0e5c08f80b90fa612924b18 SHA1: 6faa1f3e9dd067e6a084932066adf9a4c843cadd SHA256: 8050b387e439abb769fe54b715c9512070a45d416bb2175859032681f37ea013 Section: python Priority: optional Homepage: https://github.com/testing-cabal/traceback2 Description: backports of the traceback module - Python 3.x This package offers a backport of the traceback package to older supported Pythons. Users would typically do: "import traceback2 as traceback" then use the module as if it was the system traceback. . In Python 2.x, unlike traceback, traceback2 creates unicode output (because it depends on the linecache2 module). . This package contains the Python 3.x module. Package: python3-twisted Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 6373 Depends: python3, python3-zope.interface (>= 4.0.2), python3:any (>= 3.3.2-2~), python3-openssl, python3-service-identity Recommends: python3-pam, python3-serial Suggests: python3-tk, python3-gtk2, python3-glade2, python3-qt4, python3-wxgtk2.8 Conflicts: python3-twisted-experimental Replaces: python3-twisted-experimental Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/python3-twisted_15.5.0-4~bpo8+1_all.deb Size: 1027230 MD5sum: c06e3c5d4f408a2ba5f25163e5cd5595 SHA1: 29b1174e793ae60066747ef79c855ac9ae5d2c70 SHA256: 2a56b9cb373dc3886885d39626d5486b821c4109a156329607dd67e37219aad9 Section: python Priority: optional Description: Event-based framework for internet applications It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Package: python3-txaio Source: python-txaio Version: 1.0.0-2~bpo8+1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 68 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-six, python3:any (>= 3.3.2-2~) Suggests: python-txaio-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-txaio/python3-txaio_1.0.0-2~bpo8+1_all.deb Size: 7900 MD5sum: aaced8482c5768da89ea2bb67528a66e SHA1: e7d412059ba8f8ace86f3e4a9593c61fe102f7c4 SHA256: 32922eb35c74b6881e9866d9f34cb87adf157158a752024b031c9e7a06819bb3 Section: python Priority: optional Homepage: https://github.com/tavendo/txaio Description: compatibility API between asyncio/Twisted/Trollius - Python 3.x Txaio is a helper library for writing code that runs unmodified on both Twisted and asyncio. . This is like six , but for wrapping over differences between Twisted and asyncio so one can write code that runs unmodified on both (aka "source code compatibility"). In other words: users can choose if they want asyncio or Twisted as a dependency. . This package contains the Python 3.x module. Package: python3-tzlocal Source: python-tzlocal Version: 1.2-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 97 Depends: python3-tz, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-tzlocal/python3-tzlocal_1.2-2~bpo8+1_all.deb Size: 15386 MD5sum: 204a911dce47445cdc401546fc7625b8 SHA1: 6b46a7a07d6a9f7bd3baa37c8464d14daed630cc SHA256: 73acda6c64905c825cb012297340e87f8d75927932f919769069f48e2ce7b0eb Section: python Priority: optional Homepage: https://github.com/regebro/tzlocal Description: tzinfo object for the local timezone (Python 3 version) This Python module returns a tzinfo object with the local timezone information. . This package contains tzlocal for Python 3. Package: python3-unicodecsv Source: python-unicodecsv Version: 0.13.0-2~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 91 Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-unicodecsv/python3-unicodecsv_0.13.0-2~bpo8+1_all.deb Size: 10920 MD5sum: fc93a0c1ef23c337ecac94e03cc7dc8f SHA1: a244749676d7579526cf822c70f3b2303fbfc3c9 SHA256: 18beb897a32f4254868cfd07171c55c501c85365ceabddf4a207d9a12f91d91b Section: python Priority: optional Homepage: https://github.com/jdunck/python-unicodecsv/ Description: drop-in replacement for Pythons CSV module with Unicode support The unicodecsv is a drop-in replacement for Pythons CSV module which supports Unicode strings without a hassle. . This is the module for Python 3. Package: python3-unittest2 Source: unittest2 Version: 1.1.0-6~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 476 Depends: python3-pkg-resources, python3-linecache2, python3-six, python3-traceback2, python3, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/u/unittest2/python3-unittest2_1.1.0-6~bpo8+1_all.deb Size: 69618 MD5sum: 97cee3d552ddafa5aa93cd0e442079aa SHA1: 772ec9730fccc24e331ffe43aa71c14a678796f7 SHA256: b0ffcf80bf89f1ec1e153e662ba447e0cdcf62b4aa8856bac60ed2d39d6a8f4f Section: python Priority: optional Homepage: http://pypi.python.org/pypi/unittest2 Description: backport of the enhanced unittest testing framework - Python 3.x unittest2 is an enhanced version of unittest including a standard test runner (automatic test discovery), class and module level fixtures (setUpClass / setUpModule etc), many powerful new assert methods, better resource management with addCleanups and a host of other new features. These new features are *all* going into the Python version of unittest in Python 2.7 and Python 3.2. The point of unittest2 is that it works with Python 2.4 - 2.6; you can use it now. . This package contains the Python 3.x module. Package: python3-uritemplate Source: python-uritemplate Version: 0.6-1~bpo8+1 Architecture: all Maintainer: PKG Cloud Installed-Size: 54 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-uritemplate/python3-uritemplate_0.6-1~bpo8+1_all.deb Size: 5068 MD5sum: 5913b0a1d821de7e802b1d604dc86d53 SHA1: a53d780cbb7a1f2addeaa4f6ae774cf0e79167ed SHA256: e6346edf2e154a2a97a71a4c5e99943e1d1669b45fb61f4131426ca619f1bdd7 Section: python Priority: optional Homepage: http://github.com/uri-templates/uritemplate-py/ Description: implementation of RFC6570 - Python 3.x python-uritemplate implements RFC6570. URI Template can expand templates up to and including Level 4 in that specification. It exposes one method, "expand". . This package provides the Python 3.x module. Package: python3-urllib3 Source: python-urllib3 Version: 1.13.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 284 Depends: python3:any (>= 3.3.2-2~), python3-six Recommends: ca-certificates Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1 Filename: pool/jessie-mitaka-backports-nochange/main/p/python-urllib3/python3-urllib3_1.13.1-1~bpo8+1_all.deb Size: 66552 MD5sum: 996002f5920d8d0afc0b47fc137300bd SHA1: 7abf2cb2cd50a9d0464162e38001adbef920bd1f SHA256: 1a9df34c24bea4b3e76a1ece77b3628c0433fbdc642bee51dc08a6b591beb6ce Section: python Priority: optional Homepage: http://urllib3.readthedocs.org Description: HTTP library with thread-safe connection pooling for Python3 urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the Python 3 version of the library. Package: python3-virtualenv Source: python-virtualenv Version: 15.0.1+ds-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 159 Depends: python-pip-whl (>= 8.1.0-2~), python3, python3-pkg-resources, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-virtualenv/python3-virtualenv_15.0.1+ds-1~bpo8+1_all.deb Size: 57232 MD5sum: ef25eb1a5f30a3b1a349bdfb3e96ac4f SHA1: 2d06d6f132ef9b2912802f0df0fc55a45eef340a SHA256: b7550d309586227d201319f66a944799f65f581b30e53c00505e7b9492349b0a Section: python Priority: optional Homepage: http://pypi.python.org/pypi/virtualenv Description: Python virtual environment creator The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via easy_install. Virtual Python instances can also be created without root access. . This is the Python 3 version of the library. Package: python3-voluptuous Source: voluptuous Version: 0.8.8-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 114 Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~) Filename: pool/jessie-mitaka-backports-nochange/main/v/voluptuous/python3-voluptuous_0.8.8-1~bpo8+1_all.deb Size: 19402 MD5sum: 747c54f12aa4bbd08928b3c0ce704e7c SHA1: 03e77120b3041327ac780b29ea192ef73927cfcc SHA256: 411e51e7894d9730497a1a43762cc6fe48eecd2095b1114ee494d5ab6727c154 Section: python Priority: optional Homepage: https://github.com/alecthomas/voluptuous Description: Python library to validate data - Python 3.x Voluptuous is primarily intended to validate data coming in to Python as JSON, YAML, etc. The aim is to offer a light-weight style with three main goals: 1. simplicity 2. support for complex data structures 3. provide useful error messages . It has been inspired by Validino and to a lesser extent by jsonvalidator and json_schema. . This package provides the Python 3.x module. Package: python3-webob Source: python-webob Version: 1.5.1-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 314 Depends: python3, python3:any (>= 3.3.2-2~) Suggests: python-webob-doc Filename: pool/jessie-mitaka-backports-nochange/main/p/python-webob/python3-webob_1.5.1-1~bpo8+1_all.deb Size: 64976 MD5sum: 6858299e9872b74f81ed48f489d0e36c SHA1: 2481b0282e1153af520e0ccb5378fdbd6ccd5045 SHA256: c4cb0d05f6b11b80b806b49c3670025b8f4003ba01259fc474ec6dd478023120 Section: python Priority: optional Homepage: http://webob.org/ Description: Python module providing WSGI request and response objects (Python 3) WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. . The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment. . This is the Python 3 version of the package. Package: python3-zzzeeksphinx Source: zzzeeksphinx Version: 1.0.17-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 126 Depends: python3-mako, python3-pyscss, python3:any (>= 3.3.2-2~) Recommends: python3-pygments Enhances: python3-sphinx Filename: pool/jessie-mitaka-backports-nochange/main/z/zzzeeksphinx/python3-zzzeeksphinx_1.0.17-1~bpo8+1_all.deb Size: 22864 MD5sum: ffb92df4c8492b2c1406df146743e8f8 SHA1: 2b825db4046b37c17ca4b3eea096a953b28cbc31 SHA256: 8039aa94aae99bd8e2af9ab8302235f18e437d5a2dbe13bb0c5bd09a2ac73ee9 Section: python Priority: optional Homepage: https://bitbucket.org/zzzeek/zzzeeksphinx Description: Zzzeek's Sphinx layout and utilities This layout is first and foremost pulled in for the SQLAlchemy documentation builds (and possibly other related projects), but is also usable as a standalone theme / utility set for any project. . Features include: . * uses Mako templates instead of Jinja, for more programmatic capabilities inside of templates * layout includes an independently scrollable sidebar * unique (to Sphinx) “contextual” sidebar contents that shows the current page in context with all sibling pages * modifications to autodoc which illustrate inherited classes, bases, method documentation illustrates if a method is only inherited from the base or overridden * “dynamic base” feature that will, under ReadTheDocs, pull in optional .mako and .py files from the website of your choice that will serve as an alternate base template and a source of extra config setup, respectively, allowing the layout to be integrated into the layout of an external site when viewing on the web * “viewsource” extension that can provide highlighted sourcecode to any Python file arbitrarily * SQLAlchemy-specific stuff, like the [SQL] popups, the dialect info directives * scss support using pyscss Package: qpid-proton-dump Source: qpid-proton Version: 0.10-0.1~bpo8+1 Architecture: amd64 Maintainer: Debian Middleware Maintainers Installed-Size: 50 Depends: libqpid-proton2 (>= 0.10-0.1~bpo8+1), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.0) Filename: pool/jessie-mitaka-backports-nochange/main/q/qpid-proton/qpid-proton-dump_0.10-0.1~bpo8+1_amd64.deb Size: 6564 MD5sum: 2959ab847f15b8419822c64750d7a47c SHA1: dc4e123c72de850734223973d91a0b428e668be3 SHA256: 51dd4f1a9a2589a09eb1e773426eb705d7eb8824a5dbb9dc167351ea7934fd71 Section: libs Priority: optional Homepage: http://qpid.apache.org/proton Description: Qpid Proton messaging tools Qpid Proton is a high-performance, lightweight messaging library. It can be used in the widest range of messaging applications, including brokers, client libraries, routers, bridges, proxies, and more. Proton makes it trivial to integrate with the AMQP 1.0 ecosystem from any platform, environment, or language. . This package provides the Qpid Proton dump tool. Package: ruby-hiera Source: hiera Version: 1.3.5-1~bpo8 Architecture: all Maintainer: Puppet Labs Installed-Size: 102 Depends: ruby | ruby-interpreter, libjson-ruby | ruby-json Recommends: ruby-deep-merge Provides: hiera Filename: pool/jessie-mitaka-backports-nochange/main/h/hiera/ruby-hiera_1.3.5-1~bpo8_all.deb Size: 12592 MD5sum: db09c8c6527a5247acbcb22ce29067d2 SHA1: fc4f76d2b38957857285e9330cc3a2f8552cf00e SHA256: aa26bf3b284976cd91031ff37600cb10b6da1409e8b40f4b7a479acdb59a3ef9 Section: utils Priority: extra Homepage: http://projects.puppetlabs.com/projects/hiera Description: A simple pluggable Hierarchical Database. Hiera is a simple pluggable Hierarchical Database. Package: ryu-bin Source: ryu Version: 3.24-1.1~bpo8+1 Architecture: all Maintainer: Dariusz Dwornikowski Installed-Size: 90 Depends: python-ryu (= 3.24-1.1~bpo8+1), python Filename: pool/jessie-mitaka-backports-nochange/main/r/ryu/ryu-bin_3.24-1.1~bpo8+1_all.deb Size: 9844 MD5sum: 20972e1020b6bf8337a22f3949e2ef82 SHA1: e27d56620d1aaacd0bdaadafaaa44186538cf28c SHA256: 2ca6868d1d3a1decedb7de3a58b3acc99a77e7603c03b0888c50402527f5ee42 Section: net Priority: optional Homepage: http://osrg.github.io/ryu/ Description: software defined networking framework (ryu binary) Ryu is a component-based software defined networking framework. Ryu provides software components with well defined API that make it easy for developers to create new network management and control applications. Ryu supports various protocols for managing network devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow, Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions. . This package provides the Ryu manager. Package: sphinx-common Source: sphinx Version: 1.3.1-6~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1701 Depends: libjs-sphinxdoc (= 1.3.1-6~bpo8+1) Recommends: python-sphinx | python3-sphinx Conflicts: python-sphinx (<< 1.1) Replaces: python-sphinx (<< 1.1) Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx/sphinx-common_1.3.1-6~bpo8+1_all.deb Size: 320850 MD5sum: 668aaec17c2d2746d6a7b4a91a2a0fa6 SHA1: efe278055cc89765435e250fae3ad8c50b590749 SHA256: f38a000c2f06ba6444774b97e20cb2656f057c776d7506d288a1e796917e5782 Section: python Priority: optional Homepage: http://sphinx-doc.org/ Description: documentation generator for Python projects - common data Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package includes manual pages, templates, translations and other data files. Package: sphinx-doc Source: sphinx Version: 1.3.1-6~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 5021 Depends: docutils-doc, libjs-sphinxdoc (>= 1.0) Conflicts: python-sphinx (<< 1.1) Replaces: python-sphinx (<< 1.1) Filename: pool/jessie-mitaka-backports-nochange/main/s/sphinx/sphinx-doc_1.3.1-6~bpo8+1_all.deb Size: 1120986 MD5sum: a808766be91d36e0462df336cc431373 SHA1: cbf9c74809fdb0c5552a8b5896a5ac7e8a7d6ec9 SHA256: 7a5e3d347fdb034c4a2b099d6ee3865570dd7f0c8975d7726ffd031945805b2a Section: doc Priority: optional Homepage: http://sphinx-doc.org/ Description: documentation generator for Python projects - documentation Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package includes documentation of Sphinx itself. Package: twisted-doc Source: twisted Version: 15.5.0-4~bpo8+1 Architecture: all Maintainer: Matthias Klose Installed-Size: 40 Recommends: www-browser | postscript-viewer | pdf-viewer Suggests: python-twisted Filename: pool/jessie-mitaka-backports-nochange/main/t/twisted/twisted-doc_15.5.0-4~bpo8+1_all.deb Size: 11084 MD5sum: 9aceb107af68b08e5d1211b016b85864 SHA1: cee043a52721e35efaa1888b3ec7ce359d6735a8 SHA256: fec4192f811c05208d03ffcc82dd5f9278d9e3d9080f7480a5be14b3c6bb7e23 Section: doc Priority: extra Description: Official documentation of Twisted This contains various HOWTOs and overviews in various formats . Twisted is an event-based framework for internet applications. It includes a web server, a telnet server, a multiplayer RPG engine, a generic client and server for remote object access, and APIs for creating new protocols. Package: virtualenv Source: python-virtualenv Version: 15.0.1+ds-1~bpo8+1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 55 Depends: python3, python3-virtualenv Breaks: python-virtualenv (<< 1.11.6) Replaces: python-virtualenv (<< 1.11.6) Filename: pool/jessie-mitaka-backports-nochange/main/p/python-virtualenv/virtualenv_15.0.1+ds-1~bpo8+1_all.deb Size: 19264 MD5sum: a3241d5d5c499b0f8bcf164d9ca1fab4 SHA1: c63b216a18b31c1f3f78136bd418d6f04da37615 SHA256: 10206cd232b60282ab4c535bee021562cb206dc5a0384292dc7db487eaaf965b Section: python Priority: optional Homepage: http://pypi.python.org/pypi/virtualenv Description: Python virtual environment creator The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via easy_install. Virtual Python instances can also be created without root access. . This is the command line script and manpage. Package: websockify Version: 0.6.1+dfsg1-1~bpo8+1 Architecture: amd64 Maintainer: PKG OpenStack Installed-Size: 174 Depends: python-numpy, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4) Breaks: novnc (<< 1:0.4+dfsg+1-6) Replaces: novnc (<< 1:0.4+dfsg+1-6) Filename: pool/jessie-mitaka-backports-nochange/main/w/websockify/websockify_0.6.1+dfsg1-1~bpo8+1_amd64.deb Size: 38510 MD5sum: db727cbe5cf6c0afbcb0c41d41305504 SHA1: 299ac20aa6e7d26a5c0dd8032654f992973a177b SHA256: d3c2cf28a9d93282183eaa4cb588b6957c33dbbb911b621d0d9431443c63155a Section: python Priority: optional Homepage: https://pypi.python.org/pypi/websockify Description: WebSockets support for any application/server websockify was formerly named wsproxy and was part of the noVNC project. . At the most basic level, websockify just translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions. . Websockify supports all versions of the WebSockets protocol (Hixie and HyBi). The older Hixie versions of the protocol only support UTF-8 text payloads. In order to transport binary data over UTF-8 an encoding must used to encapsulate the data within UTF-8. . With Hixie clients, Websockify uses base64 to encode all traffic to and from the client. This does not affect the data between websockify and the server. . With HyBi clients, websockify negotiates whether to base64 encode traffic to and from the client via the subprotocol header (Sec-WebSocket-Protocol). The valid subprotocol values are 'binary' and 'base64' and if the client sends both then the server (the Python implementation) will prefer 'binary'. The 'binary' subprotocol indicates that the data will be sent raw using binary WebSocket frames. Some HyBi clients (such as the Flash fallback and older Chrome and iOS versions) do not support binary data which is why the negotiation is necessary.