Package: celeryd Architecture: all Version: 3.1.9-1+pilot2 Priority: optional Section: python Source: celery Maintainer: Debian Python Modules Team Installed-Size: 85 Depends: python-celery (= 3.1.9-1+pilot2), adduser Suggests: rabbitmq-server Breaks: python-celery (<< 3.0.24-1) Filename: dists/wheezy/pilot/binary-amd64/celeryd_3.1.9-1+pilot2_all.deb Size: 19726 MD5sum: 1268617173e826259ed4bb768920ea52 SHA1: 8da6242c7a9ace16eef8f1d2f007118e15058908 SHA256: 90286e213cbbc4159b514e11d6d9c9b6277240c3d336adb7fdda7ddcbb2edcc2 SHA512: d86e5a40e2c6bc96c3a852456eb532d8526c0353997a5dccba530d31633f95cddd6ed827f138cda841c97afc64b3be7945f3a847a13c3140b3a0bfbb515d8adf Homepage: http://www.celeryproject.org/ Description: async task/job queue based on message passing (daemons) Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. . This package contains the init scripts to start the celery daemons. Package: debian-goodies Architecture: all Version: 0.61.pilot.4 Priority: optional Section: utils Maintainer: Javier Fernandez-Sanguino Pen~a Installed-Size: 182 Depends: dctrl-tools | grep-dctrl, perl, curl, python2.7, whiptail | dialog Recommends: lsof Suggests: popularity-contest, xdg-utils, zenity Conflicts: debget Replaces: debget Filename: dists/wheezy/pilot/binary-amd64/debian-goodies_0.61.pilot.4_all.deb Size: 64720 MD5sum: ad39f1352fdbcee6794c6810d0da9a84 SHA1: 633cb0906cd4b3d5e69a8a7122dbdce17a1a45ea SHA256: ff10c57bd373da10a357f0aac99784983b64be08804cfae09020914315a0143b SHA512: affc5077b15d0f8715316a8158b9ecc683071922805f3aaeb11c35b6a7a5c77890fe838fa0e4e12ab3dc4defef772570836153dad8cc8dcdcd4758dc7ee8fe12 Description: Small toolbox-style utilities for Debian systems These programs are designed to integrate with standard shell tools, extending them to operate on the Debian packaging system. . dgrep - Search all files in specified packages for a regex dglob - Generate a list of package names which match a pattern . These are also included, because they are useful and don't justify their own packages: . debget - Fetch a .deb for a package in APT's database dpigs - Show which installed packages occupy the most space debman - Easily view man pages from a binary .deb without extracting debmany - Select manpages of installed or uninstalled packages checkrestart - Help to find and restart processes which are using old versions of upgraded files (such as libraries) popbugs - Display a customized release-critical bug list based on packages you use (using popularity-contest data) which-pkg-broke - find which package might have broken another Package: fcron Architecture: amd64 Version: 3.0.1-1.3.pilot.1 Priority: extra Section: admin Maintainer: Henrique de Moraes Holschuh Installed-Size: 840 Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.7), libpam0g (>= 0.99.7.1), libselinux1 (>= 1.32), exim4 | mail-transport-agent, adduser (>= 3.25), dpkg (>> 1.8.3), libpam-runtime (>= 0.76-14) Recommends: sysklogd | system-log-daemon Conflicts: anacron, suidmanager (<< 0.50) Filename: dists/wheezy/pilot/binary-amd64/fcron_3.0.1-1.3.pilot.1_amd64.deb Size: 268532 MD5sum: 534420b155c728447220aee96d5382a3 SHA1: 90605a848f13057437c6f7a16166d1e982eee6ed SHA256: a7b2f1f1a2cd414548df10c1f5f69826fc79f5f435303e4c58b21254bfa6e8e2 SHA512: e1d119e4ecc6c3b4fb01b3d877084fc45fcb908f960786c9f566a4b61bdfbf3a5f923d9df21e0bed63a751426dbf4cf4ec5ca17832bf329c37e1188924425a2e Description: cron-like scheduler with extended capabilities Fcron is a scheduler. It implements most of Vixie Cron's functionalities. But contrary to Vixie Cron, fcron does not need your system to be up 7 days a week, 24 hours a day: it also works well with systems which are running neither all the time nor regularly. . Fcron also includes a useful system of options, such as: run jobs one by one, run jobs at fcron's startup if they should have been run during system down time, a better management of the mailing of outputs, set a nice value for a job... Package: gunicorn Architecture: all Version: 0.14.5-4.pilot.1 Priority: optional Section: python Maintainer: Chris Lamb Installed-Size: 525 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pkg-resources, python-setuptools, sudo Suggests: python-tornado, python-gevent, python-pastedeploy, python-setproctitle Filename: dists/wheezy/pilot/binary-amd64/gunicorn_0.14.5-4.pilot.1_all.deb Size: 112382 MD5sum: 4a4da31b9104c67092543021f84f553f SHA1: f40ae12433e55dcdb1ac1afab0453f625587c479 SHA256: 54b0ee83ea04e2ad227c97e59c5d45fb7264655b4ec8e09a7cfeaa41e1fbbe38 SHA512: 6794ba6d781cd26e745d52327b9e6bf70b326a46ad21ad75f4f99c6d6d0f871ed7d610b3a7b75ff6347df6299cb60e3c95738756ce29ece6da56041ad80c07f5 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 Package: linux-image-3.2.0-5-amd64 Architecture: amd64 Version: 3.2.96-3 Priority: optional Section: kernel Source: linux Maintainer: Debian Kernel Team Installed-Size: 103615 Provides: linux-image, linux-modules-3.2.0-5-amd64 Pre-Depends: debconf | debconf-2.0 Depends: kmod | module-init-tools, linux-base (>= 3~), initramfs-tools (>= 0.99~) | linux-initramfs-tool Recommends: firmware-linux-free (>= 3~) Suggests: linux-doc-3.2, debian-kernel-handbook, grub-pc | extlinux | lilo Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.99~) Filename: dists/wheezy/pilot/binary-amd64/linux-image-3.2.0-5-amd64_3.2.96-3_amd64.deb Size: 23524500 MD5sum: d3fd48064a7b376e25165a80f0706b60 SHA1: bb3f194778de647c8a5dd1210229660baa395f34 SHA256: 6a01339c05fa7800a85fa093b949a82599c6f4449c874f1d83f0f683b84179d4 SHA512: 0676f64a85bb76ee0cf1c9da10376c058ac93930cd3a47403e048a4951436cbf55963d957fa4b0bea4f2fd2f4c26b1bbda1b4df239a4d642f04cc43e50dc9679 Description: Linux 3.2 for 64-bit PCs The Linux kernel 3.2 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. Package: linux-image-3.2.0-6-amd64 Architecture: amd64 Version: 3.2.102-1 Priority: optional Section: kernel Source: linux Maintainer: Debian Kernel Team Installed-Size: 105625 Provides: linux-image, linux-modules-3.2.0-6-amd64 Pre-Depends: debconf | debconf-2.0 Depends: kmod | module-init-tools, linux-base (>= 3~), initramfs-tools (>= 0.99~) | linux-initramfs-tool Recommends: firmware-linux-free (>= 3~) Suggests: linux-doc-3.2, debian-kernel-handbook, grub-pc | extlinux | lilo Breaks: at (<< 3.1.12-1+squeeze1), initramfs-tools (<< 0.99~) Filename: dists/wheezy/pilot/binary-amd64/linux-image-3.2.0-6-amd64_3.2.102-1_amd64.deb Size: 23818224 MD5sum: b92a09cce502ce23474229ad27060731 SHA1: 1373be36fe4e197b70665b13c31f79dc91508881 SHA256: 230dcdeb13ce11922a742484e0dd8220e53aabed7d2321427acad1fe17a2756e SHA512: ed57efa7c93ff7f5ef0b91431c34239f4747ccdd38212b91621880a11567a5df094d7249b883d21be1d5cf0fa31ce67c02bd84a630e60d69e5cd1077d22b6377 Description: Linux 3.2 for 64-bit PCs The Linux kernel 3.2 and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. Package: linux-image-amd64 Architecture: amd64 Version: 3.2+46+deb7u2 Priority: extra Section: kernel Source: linux-latest (46+deb7u2) Maintainer: Debian Kernel Team Installed-Size: 6 Provides: linux-latest-modules-3.2.0-6-amd64 Depends: linux-image-3.2.0-6-amd64 Filename: dists/wheezy/pilot/binary-amd64/linux-image-amd64_3.2+46+deb7u2_amd64.deb Size: 5706 MD5sum: 40dfaf1521232899cfaa55afb6114872 SHA1: 72a46912643e2e4eaa2ab72be394b38d345fdf77 SHA256: eda7abe35d8de397212998e033d64c0f68f78e19b5b08ac236359fca273989bc SHA512: b677f1c8c744552d3c9e6a50c058feb0e9a0009233a8fd4cf96e32f0f823ab0112414ecec5dcf4de84bbfc2a828ee9ebebb1701ba15c6f20057bf2e8a91341ab Description: Linux for 64-bit PCs (meta-package) This package depends on the latest Linux kernel and modules for use on PCs with AMD64, Intel 64 or VIA Nano processors. . This kernel also runs on a Xen hypervisor. It supports both privileged (dom0) and unprivileged (domU) operation. Package: npm Architecture: all Version: 1.4.21+ds-2.pilot.1 Priority: extra Section: web Maintainer: Debian Javascript Maintainers Installed-Size: 1870 Depends: nodejs, node-abbrev (>= 1.0.4), node-ansi (>= 0.3.0-2), node-ansi-color-table, node-archy, node-block-stream, node-fstream (>= 0.1.22), node-fstream-ignore, node-github-url-from-git, node-glob (>= 3.1.21), node-graceful-fs (>= 2.0.0), node-inherits, node-ini (>= 1.1.0), node-lockfile, node-lru-cache (>= 2.3.0), node-minimatch (>= 0.2.11), node-mkdirp (>= 0.3.3), node-gyp (>= 0.10.9), node-nopt (>= 3.0.1), node-npmlog, node-once, node-osenv, node-read, node-read-package-json (>= 1.1.0), node-request (>= 2.25.0), node-retry, node-rimraf (>= 2.2.2), node-semver (>= 2.1.0), node-sha, node-slide, node-tar (>= 0.1.18), node-underscore, node-which Filename: dists/wheezy/pilot/binary-amd64/npm_1.4.21+ds-2.pilot.1_all.deb Size: 465496 MD5sum: 5764fe4a80b2674fa2b0eddcc35db57d SHA1: 8e9ab2485e34edbd65477f762d938a732097c61d SHA256: eec69e8a3f6bfc48afef342f69fe1344af3c18e2576c274e3f0e582dbac313ee SHA512: b0e797b3dab2b1aaed8eb46751204f53378e03bc3bbc00d740019e2b157995ce3d9c04c3275d176b3a688cba0144b5ad40a30ae22c3157fc299f7f77a62af103 Homepage: http://github.com/isaacs/npm Description: package manager for Node.js Node.js is an event-based server-side javascript engine. . npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. . It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs. Package: python-amqp-doc Architecture: all Version: 1.4.3-1+pilot2 Priority: extra Section: doc Source: python-amqp Maintainer: Debian Python Modules Team Installed-Size: 403 Depends: libjs-sphinxdoc (>= 1.0) Filename: dists/wheezy/pilot/binary-amd64/python-amqp-doc_1.4.3-1+pilot2_all.deb Size: 80968 MD5sum: 1f3a0ab8985bbaa289e96b0f36397c83 SHA1: 3ac404ee1fba500a618f5e436a799ab42ed02993 SHA256: ae5f3b91042068cd365bba67c71688cadb218c46b362d1d024d9920733c018da SHA512: d1e506482212cef6879e6937f401843e7708f25069fafa103221923abc336d6eaa727e180eff73a6fa7881b3ef65f09eaf5cf8082e3abd5180156f1858c88851 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-amqp Architecture: all Version: 1.4.3-1+pilot2 Priority: extra Section: python Maintainer: Debian Python Modules Team Installed-Size: 256 Depends: python (>= 2.6.6-3), python (<< 2.8) Suggests: python-amqp-doc Filename: dists/wheezy/pilot/binary-amd64/python-amqp_1.4.3-1+pilot2_all.deb Size: 46830 MD5sum: 0f2d55ea1e9e7d21f9d77a91983b48be SHA1: 2ec2a12afd4db60369a342f846098c6b6828d47f SHA256: f60e2e9f8198fd27eaa0e8810bbbed72bcfc4cfbc08d7cc962235db78dcbee9d SHA512: a50ecdab0a0eec36b3c37a6274fa2d7a76e77f7a7d4ae96db1aced23c759e0cd607e42d9b13291f28959613375af00709af6c262262938ccda17136904e8a494 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-anyjson Architecture: all Version: 0.3.3-1+pilot2 Priority: optional Section: python Maintainer: Debian Python Modules Team Installed-Size: 87 Depends: python (>= 2.6.6-3), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-anyjson_0.3.3-1+pilot2_all.deb Size: 8534 MD5sum: f180b727868a748c0221345de2050d86 SHA1: 2d8a1cb4e2501beaaa3d9b6cb1b57e90cdad348b SHA256: cb9b3caa07af39b25f008823b1f770520d49bf7e2526c9b9e17478cdeba0693f SHA512: 90fdd68ca4b5e30d404a20118a4e6abfb2f0dab2e2d1b9c52db45749467cc5bd19be7423e0a1b2ed7793ce1469fe6fa72757fce2776ef0f229593fc7e2f36f4c Homepage: http://bitbucket.org/runeh/anyjson/ Description: Common interface for the best available JSON implementation Loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used. The exceptions will also be the same whichever JSON module is used. The ranking of the JSON implementations is based on a benchmark. Package: python-bcrypt Architecture: amd64 Version: 0.1-1.pilot.1 Priority: extra Section: python Maintainer: Kevin Coyner Installed-Size: 113 Depends: python (<< 2.8), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.2.5) Filename: dists/wheezy/pilot/binary-amd64/python-bcrypt_0.1-1.pilot.1_amd64.deb Size: 19256 MD5sum: c059f704aa4010e647b1d0e17bbb6493 SHA1: a16b914d53cb8e75d4b8285de8ef362d2ceff658 SHA256: cb83f05d24b405bde196b17c82643b8e7f2deca651d0a5fbf53915376e8a1737 SHA512: f8029772de48020c76534624856532b69e67b1e708bbf0a776f3a5d8b8b8f7bb5b1cea570d6d6d46a16db1ce498eb1fd6a485693d8d25b9582f5a860edba2e16 Homepage: http://www.mindrot.org/projects/py-bcrypt/ Description: implementation of OpenBSD's Blowfish password hash algorithm py-bcrypt is a Python module implementating the OpenBSD Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres: http://www.openbsd.org/papers/bcrypt-paper.ps . This module hashes passwords using a version of Bruce Schneier's Blowfish block cipher with modifications designed to raise the cost of off-line password cracking. The computation cost of the algorithm is parametised, so it can be increased as computers get faster. Python-Version: 2.6, 2.7 Package: python-beautifulsoup Architecture: all Version: 3.2.1-1.pilot.2 Priority: optional Section: python Source: beautifulsoup Maintainer: Debian Python Modules Team Installed-Size: 168 Depends: python (>= 2.6.6-3), python (<< 2.8) Recommends: python-chardet Filename: dists/wheezy/pilot/binary-amd64/python-beautifulsoup_3.2.1-1.pilot.2_all.deb Size: 35604 MD5sum: 2bb58b61465da30a70ea157b85a027a4 SHA1: e2d4c49d63f4cbbd43dd01090bbdc83a72909388 SHA256: 75c19f6bd799d6f74e461c8be86b7bf7913bbf6841ea2c5279a8d40d9a5802df SHA512: e58203f33e214f178653ad8d4ae41e4ae8d3e31d0e7eae08cac89a7ba082dfa87e9d85fee49b186ae73cc6095e779a11ac6adbb78d101b12a43317e78c948b31 Homepage: http://www.crummy.com/software/BeautifulSoup Description: error-tolerant HTML parser for Python The BeautifulSoup class turns arbitrarily bad HTML into a tree-like nested tag-soup list of Tag objects and text snippets. A Tag object corresponds to an HTML tag. It knows about the HTML tag's attributes, and contains a representation of everything contained between the original tag and its closing tag (if any). It's easy to extract Tags that meet certain criteria. Package: python-billiard-doc Architecture: all Version: 3.3.0.15-1+pilot2 Priority: optional Section: doc Source: billiard Maintainer: Debian Python Modules Team Installed-Size: 596 Depends: libjs-jquery, libjs-sphinxdoc (>= 1.0) Filename: dists/wheezy/pilot/binary-amd64/python-billiard-doc_3.3.0.15-1+pilot2_all.deb Size: 107944 MD5sum: ffb2d5cd231e28b92526706571d9b6ac SHA1: 5007efc65132f1b081c80672f13046366571cb30 SHA256: 4099867bd74a7a0f6c20fa34cc8ac173a237e4553d1e0b1f667287985684c199 SHA512: a7a20e5b5e31c0088546ca34b3b8ca5b00192929fe31a1277c7da7588e652d97476d92cd11dcf6717c38c51e79390718b8b41245eeaabc330389e97a8deb430b Homepage: https://github.com/celery/billiard Description: Multiprocessing Pool Extensions for Python (Documentation) This package contains extensions to the multiprocessing Pool. It extends the multiprocessing.Pool with a billiard.pool.DynamicPool that can grow in size. . This package contains the documentation. Package: python-billiard Architecture: amd64 Version: 3.3.0.15-1+pilot2 Priority: optional Section: python Source: billiard Maintainer: Debian Python Modules Team Installed-Size: 462 Depends: python (>= 2.6.6-3), python (<< 2.8), libc6 (>= 2.4) Suggests: python-billiard-doc Filename: dists/wheezy/pilot/binary-amd64/python-billiard_3.3.0.15-1+pilot2_amd64.deb Size: 104738 MD5sum: e9d696104bec0617fd174161fa137106 SHA1: 8fac5c550c483060da2cb8f61803cac9f6b27d60 SHA256: 02be67e83d0aea8dd1016f0c70bc7449d8c8e24d4a02ee2c1c9b940313521906 SHA512: e476ef6ebf60bcc8b5ad089c4256274d9b73b1715df760a0616623f326c0695e6b9e757f2102fc4c7e7a4c3838a3873ef0a33403d3d1a05a8c1a5083dafffc93 Homepage: https://github.com/celery/billiard Description: Multiprocessing Pool Extensions for Python This package contains extensions to the multiprocessing Pool. It extends the multiprocessing.Pool with a billiard.pool.DynamicPool that can grow in size. Package: python-bleach Architecture: all Version: 1.1.0-2.pilot.1 Priority: optional Section: python Source: bleach Maintainer: Pilot Systems Installed-Size: 69 Provides: python2.6-bleach, python2.7-bleach Depends: python (>= 2.5), python-support (>= 0.90.0), python-html5lib Filename: dists/wheezy/pilot/binary-amd64/python-bleach_1.1.0-2.pilot.1_all.deb Size: 11988 MD5sum: 1f17fc736032b6588974252e8d793dd9 SHA1: b5d8cc90d5c23b074f966f00b05215622c391954 SHA256: 71de6dd4e04eef78114f09efb8efd177dc41a0456e8c38236660578e07d262cf SHA512: fbbea1bab0506c3b4d9e77e1e75e5ca2638ce5de6f607bca865cf79e7fb30733904a45e55d3ad1d681bc9edd97dd9ecc3e1791e0780c6c1f7f297e9be89c521d Description: An easy whitelist-based HTML-sanitizing tool. ====== Bleach ====== . Bleach is an HTML sanitizing library that escapes or strips markup and attributes based on a white list. Bleach can also linkify text safely, applying filters that Django's ``urlize`` filter cannot, and optionally setting ``rel`` attributes, even on links already in the text. . Bleach is intended for sanitizing text from *untrusted* sources. If you find yourself jumping through hoops to allow your site administrators to do lots of things, you're probably outside the use cases. Either trust those users, or don't. . Because it relies on html5lib_, Bleach is as good as modern browsers at dealing with weird, quirky HTML fragments. And *any* of Bleach's methods will fix unbalanced or mis-nested tags. . The version on `github `_ is the most up-to-date and contains the latest bug fixes. Package: python-bs4-doc Architecture: all Version: 4.3.2-2.pilot.1 Priority: optional Section: doc Source: beautifulsoup4 Maintainer: Debian Python Modules Team Installed-Size: 493 Depends: libjs-sphinxdoc (>= 1.0) Filename: dists/wheezy/pilot/binary-amd64/python-bs4-doc_4.3.2-2.pilot.1_all.deb Size: 132252 MD5sum: 9ab889ab9a4f4a31e2e34c6b2b70cb21 SHA1: 12bf40dde7d9faa20b1dc636ff05b5f2dfa8b0d0 SHA256: aa00587285c76236a9d82b77ba3879ff7606c84a8ce112f3ab931767256bf86e SHA512: 940c4905cdcedf33aefa7b4b91df696ca16a68896c93a6fb4ba69a4c1a6ef5c2d719eb8d9a6f09a76dd13a9906fe74e6b589dbef74b6c4a288bba608afe17701 Homepage: http://www.crummy.com/software/BeautifulSoup Description: error-tolerant HTML parser for Python - documentation Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. . This package contains BeautifulSoup's documentation. Package: python-bs4 Architecture: all Version: 4.3.2-2.pilot.1 Priority: optional Section: python Source: beautifulsoup4 Maintainer: Debian Python Modules Team Installed-Size: 378 Depends: python (>= 2.6.6-3), python (<< 2.8) Recommends: python-chardet, python-lxml (>= 3.3.1-1~bpo70+1) | python-html5lib Filename: dists/wheezy/pilot/binary-amd64/python-bs4_4.3.2-2.pilot.1_all.deb Size: 89930 MD5sum: 0c5de02131b855a43b248fde850b729c SHA1: 50c8c8c1091a44f2cf9ff1183dd6a3b7cefcb1a2 SHA256: 8fc6ece5ac64fcf7f145da29ee3d3d50aab7c61162e55bb8a895d566a4f4d6ed SHA512: fc4fb9a20898020932ea27ec5e5a12b9ddb5225d5a6b47b1835574d84ea0e6a28195f415d621c4b2fb92fceb35754fd13e9f6f656b1eb4cce3abc3353a9344e0 Homepage: http://www.crummy.com/software/BeautifulSoup Description: error-tolerant HTML parser for Python Beautiful Soup is a Python library for pulling data out of HTML and XML files. It works with your favorite parser to provide idiomatic ways of navigating, searching, and modifying the parse tree. It commonly saves programmers hours or days of work. . This package contains BeautifulSoup 4, for Python 2.x. Package: python-cairocffi Architecture: all Version: 0.5.1-1.pilot.2 Priority: optional Section: python Source: cairocffi Maintainer: Simon Sapin Installed-Size: 310 Provides: python2.6-cairocffi, python2.7-cairocffi Depends: python (>= 2.6), python-support (>= 0.90.0), python-cffi (>= 0.5) Filename: dists/wheezy/pilot/binary-amd64/python-cairocffi_0.5.1-1.pilot.2_all.deb Size: 61810 MD5sum: cea4ef5e622601811a9de41a89363db4 SHA1: 016aee239acf0a62c8bf8a8619ce3aa5578cee10 SHA256: d10324303961c555ba4e352b3bd586cedd333f27fc2cc24100be6a3cf54ee6a5 SHA512: c62b8a799384e6185199d5d590c8fe527006d13dd5abdc5be0cc2a8e377866d5b3573aabf8edcbf42a15232482fbf0e3e4abc9aa3a2b830dfde406df3ea792ee Description: cffi-based cairo bindings for Python cairocffi is a `CFFI`_-based drop-in replacement for Pycairo_, a set of Python bindings and object-oriented API for cairo_. Cairo is a 2D vector graphics library with support for multiple backends including image buffers, PNG, PostScript, PDF, and SVG file output. Python-Version: 2.6, 2.7 Package: python-cairosvg Architecture: all Version: 1.0-1.pilot.2 Priority: optional Section: python Source: cairosvg Maintainer: Kozea Installed-Size: 151 Provides: python2.6-cairosvg, python2.7-cairosvg Depends: python (>= 2.6), python-support (>= 0.90.0) Filename: dists/wheezy/pilot/binary-amd64/python-cairosvg_1.0-1.pilot.2_all.deb Size: 26748 MD5sum: d09a3f900b30904329625611cd93c853 SHA1: b67ba048d4b78221a980b1a3605dd01358f7e640 SHA256: e32999e93090fefb8e837c354a5c32fd33a74a778740feb886c7c1cf2a348752 SHA512: 2776b8e4bcc9b0ebddf20b0dd9fb282e2e4107e9bf10061541bf1cef8965186c8bea68c4c198566f486549f4bcd72d2fc87c91d2e1ddc0b8236a03759cd47f9b Description: A Simple SVG Converter for Cairo CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. Python-Version: 2.6, 2.7 Package: python-calendar Architecture: amd64 Version: 1.11.4p-1.pilot.1 Priority: optional Section: python Source: calendar Maintainer: Tadayoshi Funaba Installed-Size: 574 Provides: python2.6-calendar, python2.7-calendar Depends: python (<< 2.8), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.3) Filename: dists/wheezy/pilot/binary-amd64/python-calendar_1.11.4p-1.pilot.1_amd64.deb Size: 171606 MD5sum: df8d407bfa6a0b4008ba62c555bb02c1 SHA1: 7a3af7d4c639ca8826ce00660a8a2d215bf4fa6d SHA256: 10ce0fa0484aed9c63e52b7a29960e3fb74913e43f4633aca5bf783d784e7dbb SHA512: abfd113dceb103c0deb390c81067c2a25d4f0ea30be1cb0a057ca797aa88411e3ecbd0cc5f81ce7af7a8188e2670193509bdfabeeacb90dc2f306ab6d8edc5de Description: Calendrical calculation modules Python-Version: 2.6, 2.7 Package: python-celery-doc Architecture: all Version: 3.1.9-1+pilot2 Priority: optional Section: doc Source: celery Maintainer: Debian Python Modules Team Installed-Size: 10464 Depends: libjs-jquery, libjs-sphinxdoc (>= 1.0) Filename: dists/wheezy/pilot/binary-amd64/python-celery-doc_3.1.9-1+pilot2_all.deb Size: 2019218 MD5sum: fc882268d63e3d99541790a1fbf98868 SHA1: 36fdde6396ea31dfe1ab22ce61cd99715d9590a7 SHA256: fca28d909e78a24d052b8164f6736552580be9f78438cff72bb8f930ebdaa638 SHA512: 00114cc3e00e0ecd400f8146bd701f9dd0f64f5b03cfdbcc2c83ef4aa9fcc38f60f3f7b44573917ddff9596182a0eeab97e0c14196da45bf225263a7b79bbaa2 Homepage: http://www.celeryproject.org/ Description: async task/job queue based on message passing (Documentation) Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. . This package contains the documentation. Package: python-celery Architecture: all Version: 3.1.9-1+pilot2 Priority: optional Section: python Source: celery Maintainer: Debian Python Modules Team Installed-Size: 2210 Depends: python-billiard (>= 3.3.0.14), python-cl, python-dateutil (>= 1.5), python-kombu (>= 3.0.12), python-mailer, python-memcache, python-pkg-resources, python-pyparsing, python-tz, python (>= 2.6.6-3), python (<< 2.8) Suggests: python-gevent, python-pytyrant, python-redis, python-sqlalchemy, python-celery-doc Filename: dists/wheezy/pilot/binary-amd64/python-celery_3.1.9-1+pilot2_all.deb Size: 439524 MD5sum: 56cdb154c5f8ceadf80129e89e8dda51 SHA1: dd1302d36821c14b28be48a61de316f8c2b87ebf SHA256: 12d47d24c903b2e90dd5aea926267fbe2f1b362d831e9aab39c950fb44094da9 SHA512: c1e35cc9f35421c4ce84cb3a4044f5fccff1c28b5d0c89aaccd30dde351d053de99252fc63de913d3f8b8666b5e32e23dba741e5e03fae10839aafac3dee7606 Homepage: http://www.celeryproject.org/ Description: async task/job queue based on message passing Celery is an open source asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. . The execution units, called tasks, are executed concurrently on one or more worker nodes. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). . Celery is written in Python, but the protocol can be implemented in any language. It can also operate with other languages using webhooks. . The recommended message broker is RabbitMQ, but limited support for Redis, Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django ORM) is also available. Celery is easy to integrate with Django, using the python-django-celery package. Package: python-cffi-backend Architecture: amd64 Version: 1.9.1-2.pilot.1 Priority: optional Section: python Source: python-cffi Maintainer: Debian Python Modules Team Installed-Size: 381 Depends: python (<< 2.8), python (>= 2.6~), libc6 (>= 2.4), libffi5 (>= 3.0.4) Breaks: python-cffi (<< 1) Replaces: python-cffi (<< 1) Filename: dists/wheezy/pilot/binary-amd64/python-cffi-backend_1.9.1-2.pilot.1_amd64.deb Size: 145080 MD5sum: 722795a9b02786004000314f9b2725d2 SHA1: 3ceb52d3c6758a2f3c085d99326aef11ad4ef8c5 SHA256: 91bf5858b1ed8d3aa0df862f75f8104c891e7117feac871eeb741ece3bba78d1 SHA512: 17baa3ca4c5d01952a0fb43cc170d1ba0e3cc4b92acda94503b38e4e6939ea032bac8de6a45f4467745b97f6da59e925bbd054ad242779ed60e566d3f5bc84cb 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 Architecture: amd64 Version: 0.7.2-2.pilot.2 Priority: optional Section: python Maintainer: Debian Python Modules Team Installed-Size: 572 Depends: libc6 (>= 2.4), libffi5 (>= 3.0.4), python-pycparser Suggests: python-dev Filename: dists/wheezy/pilot/binary-amd64/python-cffi_0.7.2-2.pilot.2_amd64.deb Size: 151678 MD5sum: 45d3900abb64ccbcef77eed845481a15 SHA1: 4cd00b51802cef627a881207bef16b520bcb98f3 SHA256: 11fd60fe6234ae4c8671c3517171777ed063fef95a07bd3720805a7d98e6ee87 SHA512: 1eb2ca218b60ceb9016b29bb52811a61d9d76f85ce21f72c860df45ebff44bcf63f67258fe3153737b21a7d6bceda1743bedcfb11c329ba766124d0675ff2633 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. Package: python-cffi Architecture: all Version: 1.9.1-2.pilot.1 Priority: optional Section: python Maintainer: Debian Python Modules Team Installed-Size: 412 Depends: python-cffi-backend (<< 1.9.1-2.pilot.1+c), python-cffi-backend (>= 1.9.1-2.pilot.1), python (<< 2.8), python-pycparser, python (>= 2.6.6-3) Suggests: python-dev Filename: dists/wheezy/pilot/binary-amd64/python-cffi_1.9.1-2.pilot.1_all.deb Size: 91132 MD5sum: 099f3ac6f71d959f60ca7f9a643000ec SHA1: 917e7d4b088154024ead551f5953129bc9d96ecd SHA256: 2ea65324e50d68dd204ed39122b916220eba2199efcbe9ac8e0afc906fe02d53 SHA512: 73e3869ec2db2f1e1715106b1b51c9c4482d68e925c686519f4aaddf27ef31e6c169a6fda892c175f69cef1467b470b9523b8084a1f1ea2e246396adc8023165 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-cryptography Architecture: amd64 Version: 1.7.1-3+deb9u2.pilot.1 Priority: optional Section: python Maintainer: Tristan Seligmann Installed-Size: 2632 Depends: python-enum34, python-idna (>= 2.0), python (>= 2.6.6-3), python-pyasn1 (>= 0.1.3), python-ipaddress, python-cffi-backend (>= 1.4), python-cffi (>= 1.4), python-setuptools, python (<< 2.8), python-six (>= 1.4.1), libc6 (>= 2.4), libssl1.0.0 (>= 1.0.1) Suggests: python-cryptography-doc, python-cryptography-vectors Breaks: python-openssl (<< 16.0.0) Filename: dists/wheezy/pilot/binary-amd64/python-cryptography_1.7.1-3+deb9u2.pilot.1_amd64.deb Size: 561654 MD5sum: 4a9940b59729e6b8b9fb28b6bb415a65 SHA1: bcc5a499b05ce8dfcfbf65c756e2e550e21d7e06 SHA256: c25171ed5f85efb614d85a901d251744f5061bb9fd5705a4e7480739aa1c3467 SHA512: 9ac0f1a168b291903988bde67d32704213bb8fb25808bfba5013bd94fa6803270df604eb60622b336d5da076a80f98fc4746077d5da435f9a0a54ca132b8d749 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-datadiff Architecture: all Version: 1.1.5-1.pilot.1 Priority: optional Section: python Source: datadiff Maintainer: Dave Brondsema Installed-Size: 58 Provides: python2.6-datadiff, python2.7-datadiff Depends: python, python-support (>= 0.90.0) Filename: dists/wheezy/pilot/binary-amd64/python-datadiff_1.1.5-1.pilot.1_all.deb Size: 6976 MD5sum: a211baeae8c99d4275c8b80fa968ed33 SHA1: 0d88ffa831578ec0156c996b58c6237aa3a5b22f SHA256: 9cab3bd36b01dd43b2be1a9987a5bea59e62540e6bf0defec63e3e19e49c9c89 SHA512: b68d77fa10e787cc943a22ccfd00dd99560595f0ec785524e1ac5f478d6120394a80d9150076a7580f792fda06f35a52a47841ece2146eadf8300b222db35c6d Description: DataDiff provides human-readable diffs of python structures . DataDiff is a library to provide human-readable diffs of python data structures. It can handle sequence types (lists, tuples, etc), sets, and dictionaries. . Dictionaries and sequences will be diffed recursively, when applicable. . It has special-case handling for multi-line strings, showing them as a typical unified diff. . Drop-in replacements for some nose assertions are available. If the assertion fails, a nice data diff is shown, letting you easily pinpoint the root difference. . ``datadiff`` works on Python 2.5 through Python 3. . DataDiff project homepage: http://sourceforge.net/projects/datadiff/ Python-Version: 2.6, 2.7 Package: python-defusedxml Architecture: all Version: 0.4.1-2.pilot.2 Priority: optional Section: python Source: defusedxml Maintainer: Debian Python Modules Packaging Team Installed-Size: 193 Depends: python (>= 2.6.6-3), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-defusedxml_0.4.1-2.pilot.2_all.deb Size: 46884 MD5sum: 32305877188fb10a468bd668145eb334 SHA1: c3fb10d8188c933a7e46445a638578542a477d3d SHA256: e9219833ca56a16ce28d9e400c0ae4cb3984311f0522e227cfa452bc4034600c SHA512: d9f942bb6ee8a7e7185e56b8526f5013b252da545c1b1baa56b7c38014b4d7a1f95c394da39e4e5836b35d98fc6a66f314c6ab494c4a6a1e72945b9b2d5f6750 Homepage: https://pypi.python.org/pypi/defusedxml Description: XML bomb protection for Python stdlib modules (for Python 2) The results of an attack on a vulnerable XML library can be fairly dramatic. With just a few hundred bytes of XML data an attacker can occupy several gigabytes of memory within seconds. An attacker can also keep CPUs busy for a long time with a small to medium size request. . This library allows for XML to be parsed in a manner that avoids these pitfalls. . This package contains the module for the Python 2 interpreter. Package: python-django-appconf Architecture: all Version: 0.6-1.pilot.2 Priority: optional Section: python Source: django-appconf Maintainer: Jannis Leidel Installed-Size: 64 Provides: python2.6-django-appconf Depends: python (<< 2.7), python (>= 2.6) | python2.6, python-support (>= 0.90.0), python-six Filename: dists/wheezy/pilot/binary-amd64/python-django-appconf_0.6-1.pilot.2_all.deb Size: 7238 MD5sum: 47de57823705e5f690b7189cc80b839b SHA1: b8dae0c125362da46f95253bb3d276eb1b28ace5 SHA256: 973e6e3dfed6118da6ff37ed3fc0dbf5a8346bfd257225bce16167cae2ce0c15 SHA512: c39983461ef2989b125e4275d355683ef146462339f2148eacb2e7d9e7fc2506f9545d6812a550fa7a1b34853c4ca86526e7f77c6b64abd93a8a4dbd582c2d50 Description: A helper class for handling configuration defaults of packag A helper class for handling configuration defaults of packaged Django apps gracefully. Python-Version: 2.6 Package: python-django-appconf Architecture: all Version: 0.6-1.pilot.3 Priority: optional Section: python Source: django-appconf Maintainer: Jannis Leidel Installed-Size: 64 Provides: python2.7-django-appconf Depends: python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0), python-six Filename: dists/wheezy/pilot/binary-amd64/python-django-appconf_0.6-1.pilot.3_all.deb Size: 7272 MD5sum: aba497e1d0e996eb0452c7a4b5fd8008 SHA1: c56974ed4c6926401ed2d3aada52532bf8e6092d SHA256: 5dab51774ad55b3f962222ae7bda7a6e37e048f168a03711d6597806f133a509 SHA512: c7b95d1495d9f27c361130ed973574f28a205fb2e82fdde09e01c1b4caa2649af2bed15be6e47944a25ef336e24a7b3e03f0998216f69ea38c614648bc824493 Description: A helper class for handling configuration defaults of packag A helper class for handling configuration defaults of packaged Django apps gracefully. Python-Version: 2.7 Package: python-django-crequest Architecture: all Version: 1.0-1.pilot.1 Priority: optional Section: python Source: django-crequest Maintainer: Alireza Savand Installed-Size: 48 Provides: python2.6-django-crequest, python2.7-django-crequest Depends: python, python-support (>= 0.90.0), python-django (>= 1.2) Filename: dists/wheezy/pilot/binary-amd64/python-django-crequest_1.0-1.pilot.1_all.deb Size: 4818 MD5sum: 6328693b46a07c37582dd30371f3b32f SHA1: 7a0cd8c63b2ae11c2341e3e9937731a0fb1e4cc5 SHA256: 5ccfb672cb5fdfb77e8be5b299a96fc52ba8b680b5039dbec2562322077812ca SHA512: 89bcd34dbeff880a1ee6fecc8bd4f337c9e3b64a988d0dfd3c3f8433ea15739f25fd1dff4b8a2afa8b0d5bfa058f1194425107a8f5f9a2364f7f698c560704ff Description: Middleware to make current request always available. crequest will bring you current request object of your django application from anywhere in your code. Python-Version: 2.6, 2.7 Package: python-django-extensions Architecture: all Version: 1.1.1-1.pilot.1 Priority: optional Section: python Source: django-extensions Maintainer: Bas van Oostveen Installed-Size: 1035 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-six Filename: dists/wheezy/pilot/binary-amd64/python-django-extensions_1.1.1-1.pilot.1_all.deb Size: 139592 MD5sum: 0e92ec12b2be7af51bef3238b5b6acbf SHA1: 8e489b810dcf1a6cb5168f19f0f02cd832883caa SHA256: add8432166e3ce1201bbb15c9ffc68b108e5c1a27c5619f3334e7592af3f157e SHA512: 0edf337709790b1c403dc1db5191aa9a568f8de837f6136dad925d6c8fe22ffe149350f87ef40b8c613faca1518842f00f7f326f9f3aab0c8cef1cd0f52e5e00 Description: Extensions for Django django-extensions bundles several useful additions for Django projects. See the project page for more information: http://github.com/django-extensions/django-extensions Package: python-django-faceted-sesql Architecture: all Version: 0.3.0-1 Priority: optional Section: python Maintainer: Pilot Systems Installed-Size: 105 Provides: python2.6-django-faceted-sesql, python2.7-django-faceted-sesql Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-sesql Filename: dists/wheezy/pilot/binary-amd64/python-django-faceted-sesql_0.3.0-1_all.deb Size: 9758 MD5sum: b549e1cd44222a2bde0f617acc41a48f SHA1: a0853b76ccaba9a74164dbafea35ec750c943b47 SHA256: d1a580afb764809c6f4e062cb0f6dea0152e22a6be0c4359af7dfbea72602965 SHA512: c9d3743c62679498bffe6ff7e9c77b8c6cc9ef167db6ccae1ca4cc72125afe8c1fcd795cda24a84ea543aeec8bd36c41de22ac7b77d929465e66276bf0f4e5a9 Description: Faceted SeSQL is a Django faceted navigation app. . It relies on SeSQL for its data model. Package: python-django-faceted-sesql Architecture: all Version: 0.3.0-2 Priority: optional Section: python Maintainer: Pilot Systems Installed-Size: 907 Provides: python2.6-django-faceted-sesql, python2.7-django-faceted-sesql Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-sesql Filename: dists/wheezy/pilot/binary-amd64/python-django-faceted-sesql_0.3.0-2_all.deb Size: 205332 MD5sum: 7058710178475826ce78d5e1f346883c SHA1: b28b50fae8ad2c65724e294e080d3ff6084556f9 SHA256: d9c11788700d0b95850bfd5974d6da8fa9f1d4d881142b575a384661f0e16461 SHA512: 77a47252bb22bfa99b1c4f270d094b458a00280db47cf58571cd3cc74c9e7f3b1b8a499a1c9ac2e41426e4194bd9e4f4b7758b02b341ff33ec69e29c6f050534 Description: Faceted SeSQL is a Django faceted navigation app. . It relies on SeSQL for its data model. Package: python-django-faceted-sesql Architecture: all Version: 0.3.1-1 Priority: optional Section: python Maintainer: Pilot Systems Installed-Size: 909 Provides: python2.6-django-faceted-sesql, python2.7-django-faceted-sesql Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-sesql Filename: dists/wheezy/pilot/binary-amd64/python-django-faceted-sesql_0.3.1-1_all.deb Size: 206016 MD5sum: cf237fdb42785427c553573e960bc9d0 SHA1: 961338ce3e8996f058a83b73722ec9f3f444ff40 SHA256: 981cb60504f6b32dfa1e91f14f11a23daeb115e0804ba4f66b2ed7b64bcc711f SHA512: d205576badbcc489dbf2f88f86c70f54a7e82529d3fdfbd83a69501189b92d997f791bb2c3142af85d19150937e543a97d341a5be2b78f6d5267cbfc2e9a7702 Description: Faceted SeSQL is a Django faceted navigation app. . It relies on SeSQL for its data model. Package: python-django-faceted-sesql Architecture: all Version: 0.3.2-1 Priority: optional Section: python Maintainer: Pilot Systems Installed-Size: 911 Provides: python2.6-django-faceted-sesql, python2.7-django-faceted-sesql Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-sesql Filename: dists/wheezy/pilot/binary-amd64/python-django-faceted-sesql_0.3.2-1_all.deb Size: 206516 MD5sum: f10631ffe7872d44f7da8838ed121b8b SHA1: 76ad2945b1c695e740ff2dd22143c9c2f7b90ec7 SHA256: f85174058020bf4430db2fc5b44ad8743d5552d1c1686c60f761c6f186fde9b3 SHA512: b35f3647364d1cf25a67d95a31d52d8474ad2e3fa1672feb3bd479ebeab9af4fd6c2ce568ddfb492cc18b1ed5c3602662009c54c24eeab1b7261e1a51ed1d0de Description: Faceted SeSQL is a Django faceted navigation app. . It relies on SeSQL for its data model. Package: python-django-faceted-sesql Architecture: all Version: 0.3.3-1 Priority: optional Section: python Maintainer: Pilot Systems Installed-Size: 911 Provides: python2.6-django-faceted-sesql, python2.7-django-faceted-sesql Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-sesql Filename: dists/wheezy/pilot/binary-amd64/python-django-faceted-sesql_0.3.3-1_all.deb Size: 206670 MD5sum: fc57402c9917c6afe2cb496e4641efab SHA1: 6fef0859feeee6df49f6872d8cba002eed54c72a SHA256: 39e3af14457e1a327d5f1a0a7d5201344f03c5f87bb13836ade1b589f7c5b2ff SHA512: 99b3c29ba529f588a7af09d7af91d3f69d2990a919068ba6ddd7b4260f4987f7a8c181841125e150e94588a892c61e3c3dcdf9c0a3fab2752238187926b7222d Description: Faceted SeSQL is a Django faceted navigation app. . It relies on SeSQL for its data model. Package: python-django-filters Architecture: all Version: 0.8-1.pilot.3 Priority: optional Section: python Source: django-filter Maintainer: Brian May Installed-Size: 175 Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4.5) Breaks: django-filter (<< 0.6), python-django-filter (<< 0.6-2) Replaces: django-filter (<< 0.6), python-django-filter (<< 0.6-2) Filename: dists/wheezy/pilot/binary-amd64/python-django-filters_0.8-1.pilot.3_all.deb Size: 15524 MD5sum: 093a42ebf3e2f93a2032b32c02e4cf87 SHA1: 910f15c3c738c9a3bbd21b4cc1214a97626519f3 SHA256: 954e1f6489edeef593514f6cd7b00feec1ccccf0eb300eef9cdb70800c2d7969 SHA512: d8f803069fc0fd8cae2cbdc2f67071d2e62174c2a1d05d130d3706a8910520aee4e7e65b922612bc22589644088f5ca9fffbf920ed8924ebec3e9c2e5f970324 Homepage: http://github.com/alex/django-filter Description: filter Django QuerySets based on user selections Django-filter is a generic, reusable application to alleviate some of the more mundane bits of view code. Specifically allowing the users to filter down a queryset based on a model’s fields and displaying the form to let them do this. Package: python-django-flatpages-tinymce Architecture: all Version: 0.1.1-1.pilot.1 Priority: optional Section: python Source: django-flatpages-tinymce Maintainer: McLaud Jr Installed-Size: 194 Depends: python (>= 2.6.6-7~), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-django-flatpages-tinymce_0.1.1-1.pilot.1_all.deb Size: 10768 MD5sum: eaeeea8ccb05729c58ad7b1a74446616 SHA1: 65f9407f90952cb6186d7255a00c7e2a58f0bf0d SHA256: c5fee6dbebdf94756a069a6b92370aa01c7a309f7b9b10556b520a30803fe763 SHA512: 57be004df36c3f678d7e5434605c9a50ad73fe3c05e94ac798e7e03106ef39cbd0ec79913126908f9f218f6d0320764d10faf13b48d3ab05db463764d95e248e Description: HTML editor on django.contrib.flatpages ----- About ----- . **django-flatpages-tinymce** provides on-site editing of "Flat Pages" with minimal impact on the rest of code. . django-flatpages-tinymce is available under the MIT license. . . ----- Usage ----- . First of all, you need to have **django-flatpages-tinymce** and **django-tinymce** installed; for your convenience, recent versions should be available from PyPI. . To use, just add these applications to your INSTALLED_APPS **after** **django.contrib.flatpages** app:: Package: python-django-guardian-doc Architecture: all Version: 1.2.4+git20141127-0.2.pilot.3 Priority: optional Section: doc Source: django-guardian Maintainer: Kouhei Maeda Installed-Size: 1056 Depends: libjs-underscore, python-sphinx, sphinx-common Filename: dists/wheezy/pilot/binary-amd64/python-django-guardian-doc_1.2.4+git20141127-0.2.pilot.3_all.deb Size: 288036 MD5sum: cf08c3a097db173e1bbd4391c91e50f5 SHA1: 5996e1bd6d6fa2648a5bdc4666ed8598dca94cde SHA256: 8c8ac58afab4bb57a6cb7f154f64123b5eaff0e9043d578c61d3317e5a07c0cb SHA512: f176fddd9db5a856e626248c225544194be37085826193c973fa775cb72a83c1c505cea2d357c75fd6837d3198deaa8e0f0701a35770e4265dc13d5c2ec3385a Homepage: http://github.com/lukaszb/django-guardian Description: per object permissions of django (documentation) Implementation of per object permissions as authorization backend which is supported since Django 1.2. It provides features as followings; - Object permissions for Django_ - AnonymousUser support - High level API - Heavely tested - Django's admin integration - Decorators . This package contains the HTML documentation. Package: python-django-guardian Architecture: all Version: 1.2.4+git20141127-0.2.pilot.3 Priority: optional Section: python Source: django-guardian Maintainer: Kouhei Maeda Installed-Size: 442 Depends: python-django (>= 1.2), python-six Suggests: python-django-guardian-doc Filename: dists/wheezy/pilot/binary-amd64/python-django-guardian_1.2.4+git20141127-0.2.pilot.3_all.deb Size: 95144 MD5sum: b27b7b3602ebb6be858b21140c11f2e8 SHA1: 5d9871531ee160a4e33ec6928c134fd9553eb9c1 SHA256: 02f070608eb556472d1cce683bba87e26b1438831f35aadf689a6ab1e1ff666e SHA512: 2774849998112324cfd718a5843260dde636f5db48eb8ecd0ec86d074a89698944a6a6324dd6f94167b48a25524365e59b833b9b43d741308d9aaeb6b8aee8f2 Homepage: http://github.com/lukaszb/django-guardian Description: per object permissions of django Implementation of per object permissions as authorization backend which is supported since Django 1.2. It provides features as followings; - Object permissions for Django_ - AnonymousUser support - High level API - Heavely tested - Django's admin integration - Decorators Package: python-django-imagekit Architecture: all Version: 2.0.3-1.pilot.2 Priority: optional Section: python Source: django-imagekit Maintainer: Bryan Veloso Installed-Size: 165 Provides: python2.6-django-imagekit Depends: python (<< 2.7), python (>= 2.6) | python2.6, python-support (>= 0.90.0), python-django-appconf Filename: dists/wheezy/pilot/binary-amd64/python-django-imagekit_2.0.3-1.pilot.2_all.deb Size: 26516 MD5sum: 40a218c2af01d0172e305a07f6bb41cd SHA1: b4557badf5dc746d956e55fda314067570e22fbc SHA256: e7b2c63a2ea69a249b1832a04f358c9d24202809fadb19a49102d4c7e348d440 SHA512: b67b08bc135c0654ff67fc7ca82fd3a2bc7d62dc3fe3abdb016e5faac1f1b929ad989df782f4972a7f32868c9ca57d32c7aacce06dc03067341d430ace7d82e1 Description: Automated image processing for Django models. ImageKit is a Django app that helps you to add variations of uploaded images to your models. These variations are called "specs" and can include things like different sizes (e.g. thumbnails) and black and white versions. . **For the complete documentation on the latest stable version of ImageKit, see** `ImageKit on RTD`_. Our `changelog is also available`_. . .. _`ImageKit on RTD`: http://django-imagekit.readthedocs.org .. _`changelog is also available`: http://django-imagekit.readthedocs.org/en/latest/changelog.html Package: python-django-imagekit Architecture: all Version: 2.0.3-1.pilot.3 Priority: optional Section: python Source: django-imagekit Maintainer: Bryan Veloso Installed-Size: 165 Provides: python2.7-django-imagekit Depends: python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0), python-django-appconf Filename: dists/wheezy/pilot/binary-amd64/python-django-imagekit_2.0.3-1.pilot.3_all.deb Size: 26554 MD5sum: 5448a3d1e957133ca5c1604f74830928 SHA1: eb02055d02c6cfbc8de416bc0a46a0182d76e8b0 SHA256: e5f46524be0ae3a71f19cd5d0ba2b5a9d83e0dcc75ab184ba24cd9fcead2c5d9 SHA512: f59df79f21b382c745a7d342f6d75361277a9c593e2222c500891957e7e53fb9c69e836b1ac439527d1bb4f5ca324767c2213b9a8db94f83a14a8e5bca46c077 Description: Automated image processing for Django models. ImageKit is a Django app that helps you to add variations of uploaded images to your models. These variations are called "specs" and can include things like different sizes (e.g. thumbnails) and black and white versions. . **For the complete documentation on the latest stable version of ImageKit, see** `ImageKit on RTD`_. Our `changelog is also available`_. . .. _`ImageKit on RTD`: http://django-imagekit.readthedocs.org .. _`changelog is also available`: http://django-imagekit.readthedocs.org/en/latest/changelog.html Package: python-django-legume Architecture: all Version: 0.1-1 Priority: optional Section: python Source: django-legume Maintainer: Pilot Systems Installed-Size: 125 Provides: python2.6-django-legume, python2.7-django-legume Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-django-legume_0.1-1_all.deb Size: 10272 MD5sum: d3928db9fb2f537f1fdf4b1a4c202b5f SHA1: 31175e0cdeae63319b729fabe05c3160b46be138 SHA256: fabf4e81673dc3ab408ff82523fc84fed7396f484899769bf6b749c55176f41a SHA512: 6dffd41b0f0ac145f48a37c0e73a59fc54fa15914f60781833cf83bb050bc7e987ae8fbef808686626603c4e2aa692db88a9b3c472165900b6b1fbbcae82471c Description: Legume is an asynchronous task scheduler. . Legume is a simple, light-weight, Django-based asynchronous task scheduler. . It is aimed to be a replacement for Celery when something much lighter is sufficient. Package: python-django-legume Architecture: all Version: 0.2-1 Priority: optional Section: python Source: django-legume Maintainer: Pilot Systems Installed-Size: 127 Provides: python2.6-django-legume, python2.7-django-legume Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-django-legume_0.2-1_all.deb Size: 11064 MD5sum: e0133d19de46d25a54f5b7757452ba8c SHA1: 99c6ee36b6f5e42d4900657f7f55153f4fa891a8 SHA256: d5a4729cc3f615fdb8b422020cd3c68de31bf6f49614ae9b683cea04877c3843 SHA512: 4206404bdf3edb92d47181ddb2e2631324b6a78f602046939e89e327a564e3ded344492bd0a8e314ba37f009ebf91a3dde0278d8374aa6feaa4fa9a0f6cbf7fb Description: Legume is an asynchronous task scheduler. . Legume is a simple, light-weight, Django-based asynchronous task scheduler. . It is aimed to be a replacement for Celery when something much lighter is sufficient. Package: python-django-legume Architecture: all Version: 0.2.1-1 Priority: optional Section: python Source: django-legume Maintainer: Pilot Systems Installed-Size: 127 Provides: python2.6-django-legume, python2.7-django-legume Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-django-legume_0.2.1-1_all.deb Size: 11164 MD5sum: 6d5999d878c3b0f37268d3db20bb7d0f SHA1: 20bc49a7b1ce141b154049458e08d289d10c202f SHA256: 091e649ce1ea92978ccd45e7ed42c159a79fb3e2b4d88e8cc53a22be90feeaea SHA512: 8d08b29a77944cf175b5e80796dad6c29cb57545573e57ddcf349234424913cab184dbc1d1c097f8e3cef9c6efd508e6cdc662b17f810b144c03f62e930b713b Description: Legume is an asynchronous task scheduler. . Legume is a simple, light-weight, Django-based asynchronous task scheduler. . It is aimed to be a replacement for Celery when something much lighter is sufficient. Package: python-django-legume Architecture: all Version: 0.2.2-1 Priority: optional Section: python Source: django-legume Maintainer: Pilot Systems Installed-Size: 128 Provides: python2.6-django-legume, python2.7-django-legume Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-django-legume_0.2.2-1_all.deb Size: 11174 MD5sum: dde7efa36382414df20a658f5935f62c SHA1: b303dac37e49baa5aabb7d7ab8bca6b71aa34833 SHA256: 625c7601d1662400e294fb3cb68d89b52a1df13b7c7e1eb252d1fa650d5a253f SHA512: 30888bc2250c207143b174ee7d423531b0958a834bd42df653b67aef091b6571b7f95305cdbc066ccfd29e6cd21afe1d37f307c560a6338e7f956ced95acce5b Description: Legume is an asynchronous task scheduler. . Legume is a simple, light-weight, Django-based asynchronous task scheduler. . It is aimed to be a replacement for Celery when something much lighter is sufficient. Package: python-django-legume Architecture: all Version: 0.2.3-1 Priority: optional Section: python Source: django-legume Maintainer: Pilot Systems Installed-Size: 128 Provides: python2.6-django-legume, python2.7-django-legume Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-django-legume_0.2.3-1_all.deb Size: 11404 MD5sum: 1968e29be65bbb083d7822aff17996f7 SHA1: 999c3139a1541034b8bd26067126b050b9c7ce62 SHA256: 9cdd6d86a4cadb83ff82422b71d8d6cdd205159486d9f0b1908805e19833726c SHA512: 707ba48baaccb2d254537dca538f10418e060ee530cab8938d2c08da5be5ff8c73464802fc7ab14329cbf5b391a34817fe4b547180d6b8c951ba6532608e5ac3 Description: Legume is an asynchronous task scheduler. . Legume is a simple, light-weight, Django-based asynchronous task scheduler. . It is aimed to be a replacement for Celery when something much lighter is sufficient. Package: python-django-legume Architecture: all Version: 0.3.0-1 Priority: optional Section: python Source: django-legume Maintainer: Pilot Systems Installed-Size: 191 Provides: python2.6-django-legume, python2.7-django-legume Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-django-legume_0.3.0-1_all.deb Size: 14088 MD5sum: 9e235b88611b559fddb4e318fadad6d0 SHA1: 35a0ef98a7ed3bac26b26a50557f1d1b81234d13 SHA256: a6cac8066c8512e8c7fc63de0dca35ec12cd83bb22d6980983c46df754a26a4b SHA512: a69adf6b9bacaaeadc48145894b8d91b85eca05b577bcecc141de667cc94d3ce89d8be96d1ccfc717b6ff1c1177eff91c8f04d59d59c7534b23b84e3e5f85642 Description: Legume is an asynchronous task scheduler. . Legume is a simple, light-weight, Django-based asynchronous task scheduler. . It is aimed to be a replacement for Celery when something much lighter is sufficient. Package: python-django-legume Architecture: all Version: 0.3.1-1 Priority: optional Section: python Source: django-legume Maintainer: Pilot Systems Installed-Size: 191 Provides: python2.6-django-legume, python2.7-django-legume Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-django-legume_0.3.1-1_all.deb Size: 13160 MD5sum: dde3238360d62fa486b6d503aef92df7 SHA1: 47777d068a9a0d7e9031909820badac949e32dce SHA256: 70fe18fd8d5fba7371e62bc90af23e2280b420f63764709c056b2017bd1aec10 SHA512: 56b500603ce86cec72df1c5fd0b4506708b3958d484b32097b0d9657756bd5b0ac828f11e7f7019904f0010ebc16dd35d7b4cfa120d3ab5b902e0abdbc16e5ba Description: Legume is an asynchronous task scheduler. . Legume is a simple, light-weight, Django-based asynchronous task scheduler. . It is aimed to be a replacement for Celery when something much lighter is sufficient. Package: python-django-notification Architecture: all Version: 1.0-1.pilot.1 Priority: optional Section: python Source: django-notification Maintainer: James Tauber Installed-Size: 182 Depends: python (>= 2.6.6-7~), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-django-notification_1.0-1.pilot.1_all.deb Size: 16340 MD5sum: d2615c3843d4132415fa0342fb5234b8 SHA1: 40af04ba86d915fe510d3dca375966c7cb3bd5bd SHA256: 8d08c1d32b03188848d059675192f9abf00421bd3545ff67686e29c4d38b772a SHA512: b50c53d59085f1a99a864490a699ce2c95f28098d66ac018c3056edaf2bb7d20c285cdaad6593427e9edbd721d62aa5eb7171fdb67361218c99c1a4a345f5661 Description: User notification management for the Django web framework .. _usage: . Usage ===== . Integrating notification support into your app is a simple three-step process. . * create your notice types * create your notice templates * send notifications . Creating Notice Types --------------------- . You need to call ``create_notice_type(label, display, description)`` once to create the notice types for your application in the database. ``label`` is just the internal shortname that will be used for the type, ``display`` is what the user will see as the name of the notification type and `description` is a short description. Package: python-django-oauth2-provider Architecture: all Version: 0.2.6-1.pilot.1 Priority: optional Section: python Source: django-oauth2-provider Maintainer: Alen Mujezinovic Installed-Size: 257 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-shortuuid Filename: dists/wheezy/pilot/binary-amd64/python-django-oauth2-provider_0.2.6-1.pilot.1_all.deb Size: 23650 MD5sum: 2a0428db7cb33f31c01d3d695d90b630 SHA1: ed384dd0266da5f7c528f063a0e1930a1876b860 SHA256: d95e81731d21f5c7798e8016fb3fbfee6c092b7161a2e6e1cafc7f057256beeb SHA512: d7705b38b22b2344da1fe8e33cf67b967f8e216d6dfdd5aa58b50058cfc9f48c17f7b64eaadc04ddb38c2d3c3095e5d854c504d8884d84e98782dbcabdf9bb47 Description: Provide OAuth2 access to your app django-oauth2-provider ====================== . .. image:: https://secure.travis-ci.org/eculver/django-oauth2-provider.png?branch=develop . *django-oauth2-provider* is a Django application that provides customizable OAuth2\_ authentication for your Django projects. . `Documentation `_ Package: python-django-simple-captcha Architecture: all Version: 0.3.8-1.pilot.2 Priority: optional Section: python Source: django-simple-captcha Maintainer: Marco Bonetti Installed-Size: 244 Provides: python2.6-django-simple-captcha, python2.7-django-simple-captcha Depends: python, python-support (>= 0.90.0), python-six Filename: dists/wheezy/pilot/binary-amd64/python-django-simple-captcha_0.3.8-1.pilot.2_all.deb Size: 58784 MD5sum: 3eecbe0781a1ff25ee9c9b847630963a SHA1: f67a1c2e24b4dc520d6de162c8a483196f702a00 SHA256: 2ec8a39f70d41e8ace346b99cbd1c24c8f4934458666b19845f60c8473ae093c SHA512: 883ba2786b1f467accfdc503a7971aa48b5199c0f46826f521035058429e1ac2b486398996d6085781b655c1c957f656f90f0926e3eaa2a7d21a861fc9de141d Description: A very simple, yet powerful, Django captcha application Python-Version: 2.6, 2.7 Package: python-djangorestframework Architecture: all Version: 2.4.3-2.pilot.4 Priority: optional Section: python Source: djangorestframework Maintainer: Kouhei Maeda Installed-Size: 1311 Provides: python2.6-djangorestframework, python2.7-djangorestframework Depends: python (>= 2.6.6-3), python (<< 2.8), python-django (>= 1.4.2), libjs-twitter-bootstrap, libjs-jquery Recommends: python-yaml (>= 3.9), python-defusedxml (>= 0.3), python-django-filters (>= 0.5.4), python-django-guardian (>= 1.1.1), python-markdown (>= 2.1.0), python-pil Suggests: python-djangorestframework-doc Filename: dists/wheezy/pilot/binary-amd64/python-djangorestframework_2.4.3-2.pilot.4_all.deb Size: 301308 MD5sum: 264e84c70688c35b5663291231458199 SHA1: d3015bcf4e70e4d83359f2be8a189d056e527067 SHA256: 991f1f38df6ad53f21d34f710be6ede2c871d4c4c112eec37345f8c868af2817 SHA512: 6c22646987312d0e138cb4e9b93008223988680016d11b240021574a4f97e548bb86e5c422cf0f449ae01f7014174bcf4c6a16919fe5c7e2f923fcbd77d2f405 Homepage: http://django-rest-framework.org Description: Web APIs for Django, made easy powerful and flexible toolkit that makes it easy to build Web APIs. Some reasons you might want to use REST framework: * The Web browseable API is a huge useability win for your developers. * Authentication policies including OAuth1a and OAuth2 out of the box. * Serialization that supports both ORM and non-ORM data sources. * Customizable all the way down - just use regular function-based views if you don't need the more powerful features. * Extensive documentation, and great community support. Package: python-easy-thumbnails Architecture: all Version: 1.2-1.pilot.2 Priority: optional Section: python Source: easy-thumbnails Maintainer: Chris Beaven Installed-Size: 238 Provides: python2.6-easy-thumbnails, python2.7-easy-thumbnails Depends: python, python-support (>= 0.90.0) Filename: dists/wheezy/pilot/binary-amd64/python-easy-thumbnails_1.2-1.pilot.2_all.deb Size: 42212 MD5sum: 99e0057d693ed13b4db755985410161c SHA1: 898418587bde9ce00c83a1ada00ea04e09f32eca SHA256: 3c705441f309395e988b63c695808ae6874e79061c32edf4401ef704810ef0bd SHA512: 231f46e6ca25c693e2f653406efe73f428e5961e419c08469157c98d4ba3764645f80ec2dee8504417522863a20d5786d7e061c99a95389755b555247988e975 Description: Easy thumbnails for Django A powerful, yet easy to implement thumbnailing application for Django. . Below is a quick summary of usage. For more comprehensive information, view the `full documentation`__ online or the peruse the project's ``docs`` directory. . __ http://easy-thumbnails.readthedocs.org/en/latest/index.html Python-Version: 2.6, 2.7 Package: python-elasticsearch-doc Architecture: all Version: 1.2.0-1.pilot.2 Priority: extra Section: doc Source: python-elasticsearch Maintainer: Debian Python Modules Team Installed-Size: 421 Depends: libjs-sphinxdoc (>= 1.0) Filename: dists/wheezy/pilot/binary-amd64/python-elasticsearch-doc_1.2.0-1.pilot.2_all.deb Size: 67100 MD5sum: 2b2b75679aa1d83c177ef0efb218062e SHA1: dd77d1e2fad6ebc269ea5f558e4d61f8ce9df8d1 SHA256: c3a42604699ed238350e0a0bfc6c98c246e9d89c878a95c763548ded0cf9e191 SHA512: cca52180c64f35d53b114226e3f6f06824fa7d45ce2240898d6a71cbc164347808a6485cefa2eb84aca1a985892d6810336619a62caf8b40e2d598d1c58a1921 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-elasticsearch Architecture: all Version: 1.2.0-1.pilot.2 Priority: extra Section: python Maintainer: Debian Python Modules Team Installed-Size: 32 Suggests: python-elasticsearch-doc Filename: dists/wheezy/pilot/binary-amd64/python-elasticsearch_1.2.0-1.pilot.2_all.deb Size: 5848 MD5sum: 55d70fb9d7bb238d83a3ab3c76733f82 SHA1: 4d439ae1f856dd328fae45016e5b7eaa78bd9496 SHA256: 6dac50607586c843d0652d02647508df67d8e0723797dc192269a423208b5ed8 SHA512: d50209a09fb78e0b296e63933622d4ea0327f0a10c2a2ebaa01ced293d1c8d5ff9d556df79033cd6c3ebc4695459b0200286388893e6e8a80278d88210dbae31 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 Architecture: all Version: 1.2.0-1.pilot.3 Priority: extra Section: python Maintainer: Debian Python Modules Team Installed-Size: 336 Depends: python-urllib3, python-unittest2, python (>= 2.6.6-3), python (<< 2.8) Suggests: python-elasticsearch-doc Filename: dists/wheezy/pilot/binary-amd64/python-elasticsearch_1.2.0-1.pilot.3_all.deb Size: 44714 MD5sum: 4e9ac93a4b73f5d6d0e008237ca38098 SHA1: 4a5badc9d7229f96084ee2822174b77f633ccabf SHA256: fa39c9989b66957319118cb6f913a3b9516d3687c91032dde40cc72aad9e0900 SHA512: ece0c9f70a4143cc13eb80dd4d08aaa23505c00205d6d23c2e48d1e3cbf9abd194f99ebbbe90ebdc1f6542f0707c31273ab986047c21dbab17f5297778339dfc 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-enum34 Architecture: all Version: 1.0.3-1.pilot.1 Priority: optional Section: python Source: enum34 Maintainer: Barry Warsaw Installed-Size: 242 Depends: python (<< 2.8), python (>= 2.6.6-3) Suggests: python-enum34-doc Filename: dists/wheezy/pilot/binary-amd64/python-enum34_1.0.3-1.pilot.1_all.deb Size: 42790 MD5sum: 532a81aa7a5512ff7384f7fb30fdb551 SHA1: 24d0c3cfca75ecdbb43c15a866bf269363f627a7 SHA256: 32be79cb9123087ce0eb95e38b78fc4454230b7f6d18f285659347e39a5be395 SHA512: 62d881e555cdf23428f5601b7bd03169c727bffe8c07076a0b728f34b407f7222d0dd909078eec52e263e2ab6be4906de91604618007f258edfd57f60d97e30b Homepage: https://pypi.python.org/pypi/enum34 Description: backport of Python 3.4's enum package PEP 435 adds an enumeration to Python 3.4. This module provides a backport of that data type for older Python versions. It defines two enumeration classes that can be used to define unit sets of names and values: Enum and IntEnum. . This is the Python 2 compatible package. Package: python-feedcache Architecture: all Version: 1.4-1.pilot.1 Priority: optional Section: python Source: feedcache Maintainer: Doug Hellmann Installed-Size: 78 Provides: python2.6-feedcache, python2.7-feedcache Depends: python, python-support (>= 0.90.0), python-feedparser Filename: dists/wheezy/pilot/binary-amd64/python-feedcache_1.4-1.pilot.1_all.deb Size: 12680 MD5sum: dcc8ddac16c0bd032715882f0d8504de SHA1: 60f41f61ad7046d43a665ba3000b338ad2127c72 SHA256: 394a38af2c7e91c4b6b42516f5ab5f2d0dd6add574ab4c5f67e58cf92bee7420 SHA512: ce8c07e58bfa6df53e3a7c2ad8fe4b638c6457d4fa961fdd3dcbebd22bf9f998c0cc5ae38d29348f5788a1001c594cb9f4f6c4b0bee362b6b76a8f238f5b4e2e Description: Wrapper for Mark Pilgrim's FeedParser module which caches fe . A class to wrap Mark Pilgrim's FeedParser module so that parameters can be used to cache the feed results locally instead of fetching the feed every time it is requested. Uses both etag and modified times for caching. The cache is parameterized to use different backend storage options. Python-Version: 2.6, 2.7 Package: python-filebrowser-safe Architecture: all Version: 0.2.1-1.pilot.1 Priority: optional Section: python Source: filebrowser-safe Maintainer: Stephen McDonald Installed-Size: 918 Depends: python (>= 2.6.6-7~), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-filebrowser-safe_0.2.1-1.pilot.1_all.deb Size: 167776 MD5sum: f7ad403fdccef6c7443f7632ad2f01ee SHA1: 6c3e3e312d50f168d8ccc440485f483c4d51175a SHA256: 515b238208990061d964e917d1ed5e2859b72e9a451d107e2f2bbdae09fcce20 SHA512: d266ee40b0295a11de20d2b891ac5b4c11c32c9f5270a88d25dc3b726880a2ee852e7a69d825f2b66d3c179017d6f1da05c33e78b132c3e1c5b782126cc20d92 Description: A snapshot of the filebrowser_3 branch of django-filebrowser filebrowser_safe was created to provide a snapshot of the `FileBrowser asset manager `_ for `Django `_, to be referenced as a dependency for the `Mezzanine CMS for Django `_. Package: python-genericcache Architecture: all Version: 1.2.1-2 Priority: optional Section: python Source: genericcache Maintainer: Gaël Le Mignot Installed-Size: 62 Provides: python2.6-genericcache, python2.7-genericcache Depends: python, python-support (>= 0.90.0) Suggests: python-memcache Filename: dists/wheezy/pilot/binary-amd64/python-genericcache_1.2.1-2_all.deb Size: 7710 MD5sum: a020a4453fb7d19cefe3bde84cbab5b7 SHA1: 22a2793eac3b9404cc6394b1cd2e6179e1a80887 SHA256: 7fb3a175acd2851e1e7b34bd0b601e81a56e7a87ae24529dea593a486c93a8fb SHA512: 7f0710e9bfcc2229314e8e7c4b0e6d012e10895905ecd2f6dfa284611d5da9b906f85e8be3f95a1d547bdf386056bbf96986cd1a9acb783980fe896806f5c01d Description: A generic memory-cache module This simple generic cache implementation is Copyright(c) Pilot Systems, 2006-2012 and available under the terms of the GNU GPL v2. . Features -------- . - fast in memory caching of any object . - transparent dictionnary-like usage . - possibility to limit the cache size in number of objects . - possibility to expire automatically objects after a given time of no update . - thread-safe Python-Version: 2.6, 2.7 Package: python-grappelli-safe Architecture: all Version: 0.2.2-1.pilot.1 Priority: optional Section: python Source: grappelli-safe Maintainer: Stephen McDonald Installed-Size: 4631 Depends: python (>= 2.6.6-7~), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-grappelli-safe_0.2.2-1.pilot.1_all.deb Size: 853166 MD5sum: d3e157e33f5e200ce087329cc9187b7b SHA1: c9c8784883a7f18639762b24dbb295d598a352fc SHA256: 6ac5239f3524ac3b7050d0f740f16b6a04d7c1780a6018e5505c22fb48026d3e SHA512: bad55aabf22c99ca469e631038e80b7210c8f9acd300acf89be96f0274839125692787329b119b61c4969199edd52a8c00e181287fb03917e1ed41840fdd25b8 Description: A snapshot of the grappelli_2 branch of django-grappelli, pa grappelli_safe was created to provide a snapshot of the `Grappelli admin skin `_ for `Django `_, to be referenced as a dependency for the `Mezzanine CMS for Django `_. Package: python-html5lib Architecture: all Version: 0.90-1.pilot.1 Priority: optional Section: python Source: html5lib Maintainer: Debian Python Modules Team Installed-Size: 516 Depends: python (>= 2.5), python-support (>= 0.90.0) Suggests: python-beautifulsoup, python-chardet, python-lxml | python-4suite-xml, python-genshi Filename: dists/wheezy/pilot/binary-amd64/python-html5lib_0.90-1.pilot.1_all.deb Size: 90012 MD5sum: b55263a5f3917778ac0af2b286e213ad SHA1: 8e26db66bdd1bd805ddebea5a3f736837135ebfb SHA256: 605fac2b1b89725aaf7c49b236ac5815dc423c2a0ca04ea2578880c2f1bd4a9d SHA512: a49d9bb21dd4aec6e2ef5b64a454b57b51d584fb42f5e273891578b9ae3e046e0ec3755025c3b1afa13d5ed2aa1f8c25141e073ed2d4ecfd69b727e692cdadf8 Homepage: http://code.google.com/p/html5lib/ Description: HTML parser/tokenizer based on the WHATWG HTML5 specification html5lib is a pure-python library for parsing HTML. It is designed to conform to the HTML 5 specification, which has formalized the error handling algorithms of popular web browsers. Package: python-i18ndude Architecture: all Version: 3.3.5-1 Priority: optional Section: python Source: i18ndude Maintainer: Vincent Fretin Installed-Size: 291 Depends: python (>= 2.7) | python-argparse, python-zope.interface, python (>= 2.6.6-3), python-zope.tal, python-zope.i18nmessageid, python-ordereddict, python-plone.i18n, python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-i18ndude_3.3.5-1_all.deb Size: 55644 MD5sum: 2f06c1d7f19fb2e2c2d68a2f85a686b2 SHA1: dd5374483c2663604d8c8575a583ed770e8bd2ec SHA256: a8a4ad6c403973ecf69d35a5397dfd43b66fa3e157ca5c21df08d668718683ce SHA512: 6e50f4451d7b4a8ad8582f0f892e321683a80a9108012cd11518ec1359da8e7f2a5dd866261a76ad968665ea0ded7d9a632bbbc0c5956a79d7a497934f9768c8 Description: i18ndude performs various tasks related to ZPT's, Python Scr i18ndude ======== . .. contents:: . . Introduction ------------ . i18ndude performs various tasks related to ZPT's, Python Scripts and i18n. . .. image:: https://secure.travis-ci.org/collective/i18ndude.png?branch=master :alt: Travis CI badge :target: http://travis-ci.org/collective/i18ndude . Compatibility ------------- . i18ndude works with Python 2.6 and 2.7. It is expected to work with Python 2.4 and 2.5 too, but it may be tricky to get the proper Package: python-idna Architecture: all Version: 2.2-1.pilot.1 Priority: optional Section: python Maintainer: Debian Python Modules Team Installed-Size: 303 Depends: python (>= 2.7~), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-idna_2.2-1.pilot.1_all.deb Size: 56498 MD5sum: 642947c06125e7e8203b34b2be645399 SHA1: cf8b4558ba44c06ea871227291f1157b9b4f9bb8 SHA256: 4e2b731e1584ab223c01c59b8b926c0f2e4b65a76bb3f6a68e781d9605abf63d SHA512: 82811d3b10eb15e0ad55b96b0fc9b7eb59cc21e01326001b9efe036cf45dd7fb318e319de197db66c54b7ea5fe8de88ddbc181686c463933577eaa5f6910fd33 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-imaging Architecture: all Version: 2.6.1-1.pilot.2 Priority: optional Section: python Source: pillow Maintainer: Matthias Klose Installed-Size: 71 Depends: python (>= 2.6.6-3), python (<< 2.8), python-pil Conflicts: python-imaging-compat (<< 1.1.7+2.0.0-1.1) Breaks: python-imaging-compat (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-compat (<< 1.1.7+2.0.0-1.1) Filename: dists/wheezy/pilot/binary-amd64/python-imaging_2.6.1-1.pilot.2_all.deb Size: 10946 MD5sum: b23b189ad2e9793641444d29ac436c61 SHA1: b64df525dd7a3a9a52194536a833e2da0a2943d6 SHA256: 79973e114c7eb1f5f36c208e7797299a7bcff81f693fafd4ae5932a17ae54ef9 SHA512: e3a9bd0ae4d9867f2552311da04fe3ad51821061855ae9c592dc047d402aedbf20ebb1c89d8a1c9e51ad39e60791b2b92110915bf3a2828ece27bf66ec086c23 Homepage: http://python-pillow.github.io/ Description: Python Imaging Library compatibility layer PIL used to provide a PIL.pth file which allowed you to `import Image` but this is deprecated. Use `from PIL import Image` now, or install this compatibility package to temporarily get the old behavior back. . This compatibility package is built for Python 2 only. Package: python-ipaddress Architecture: all Version: 1.0.17-1.pilot.1 Priority: optional Section: python Maintainer: Debian Python Modules Team Installed-Size: 146 Depends: python (<< 2.8), python (>= 2.6.6-3) Filename: dists/wheezy/pilot/binary-amd64/python-ipaddress_1.0.17-1.pilot.1_all.deb Size: 20424 MD5sum: d6aaf9a5729779a0999cd7b4c8dd99b1 SHA1: ccc484e25f914198598a239d0d1f651cc4be6bce SHA256: 81c1b9b1f73ec65ad228be4ee121d1f02f5aa319699df87debfbdcbf3a9b27c6 SHA512: 2cb75eb5f17c12eab5dd259824b92e5c24523b0dca956a3228ef974794305ec6ea4a14343295033102418fa252b44e8e177a81e9a3733330b22a31226cffd333 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-jwt Architecture: all Version: 0.2.1-1.pilot.2 Priority: optional Section: python Source: pyjwt Maintainer: Debian Python Modules Team Installed-Size: 106 Depends: python (>= 2.6.6-3), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-jwt_0.2.1-1.pilot.2_all.deb Size: 11500 MD5sum: b7c6f671f78f83a9e6557145ec15bca9 SHA1: 03488813c1483d0e2cf62dc61fa740095a3cfd9c SHA256: 6c99ea3ca01d968c225a102f46970b8342f6599c50c5a93f13ef4de9df0b869f SHA512: 71bab6b1245215fa7de160d1ef5d1c70bdef23698275b831508cf0d3cc360a4525858b832efd1ff9aba0cc2701f94955a63da4f741e5603a18bbacc5ba51e750 Homepage: https://github.com/progrium/pyjwt Description: Python implementation of JSON Web Token PyJWT implements the JSON Web Token draft 01, a way of representing signed content using JSON data structures. . Supported algorithms for cryptographic signing: . * HS256 - HMAC using SHA-256 hash algorithm (default) * HS384 - HMAC using SHA-384 hash algorithm * HS512 - HMAC using SHA-512 hash algorithm * RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm * RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash algorithm * RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash algorithm . Supported reserved claim names: - "exp" (Expiration Time) Claim Package: python-jwt Architecture: all Version: 1.7.0-2.pilot.1 Priority: optional Section: python Source: pyjwt Maintainer: Debian Python Modules Team Installed-Size: 165 Depends: python (<< 2.8), python (>= 2.6.6-3) Recommends: python-cryptography Suggests: python-crypto Filename: dists/wheezy/pilot/binary-amd64/python-jwt_1.7.0-2.pilot.1_all.deb Size: 19794 MD5sum: ee57f246831e0c29e67f3fb9e179a37a SHA1: 235ad5555d714ea6ab13d52e1ad7ded4dd236514 SHA256: 59b05b64760a341c585212ee59191a59073e69c17f2d5b55253993723e13b51f SHA512: 17473f9c2ce27acaaf1409bcca0773db62c1e385652ee1c5eb049e9e1dbd9d983e8c27ee00e089de32d3491688f1a3001bf93af141cb701322f00f880e384e0e Homepage: https://github.com/jpadilla/pyjwt Description: Python implementation of JSON Web Token PyJWT implements the JSON Web Token draft 01, a way of representing signed content using JSON data structures. . Supported algorithms for cryptographic signing: . * HS256 - HMAC using SHA-256 hash algorithm (default) * HS384 - HMAC using SHA-384 hash algorithm * HS512 - HMAC using SHA-512 hash algorithm * RS256 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-256 hash algorithm * RS384 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-384 hash algorithm * RS512 - RSASSA-PKCS1-v1_5 signature algorithm using SHA-512 hash algorithm . Supported reserved claim names: - "exp" (Expiration Time) Claim Package: python-kombu-doc Architecture: all Version: 3.0.12-1+pilot2 Priority: optional Section: doc Source: kombu Maintainer: Debian Python Modules Team Installed-Size: 1904 Depends: libjs-sphinxdoc (>= 1.0) Filename: dists/wheezy/pilot/binary-amd64/python-kombu-doc_3.0.12-1+pilot2_all.deb Size: 312048 MD5sum: 007268e2700c76f3c959d50f2744b34e SHA1: bb4d4f85a9067a4052ed84d68430fe4043531d21 SHA256: df112095e2a0b53cae46fba01074360323e1c6e7ef82427d450ae93dc0529760 SHA512: 9907e0d4713f37a50dd8b5f9b40177608b345be8eccf128a1e9ca0175909a6b6c81413e259849a436790993496983355387198a54fd08af8a24a03ccc4432556 Homepage: http://github.com/ask/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-kombu Architecture: all Version: 3.0.12-1+pilot2 Priority: optional Section: python Source: kombu Maintainer: Debian Python Modules Team Installed-Size: 968 Depends: python-amqp (>= 1.4.3), python-anyjson (>= 0.3.3), python-importlib, python (>= 2.6.6-3), python-ordereddict, python (<< 2.8) Recommends: python-yaml Suggests: python-boto, python-beanstalkc, python-couchdb (>= 0.8), python-django, python-kombu-doc, python-pika, python-sqlalchemy Breaks: python-cjson (<= 1.0.5-4+b1) Filename: dists/wheezy/pilot/binary-amd64/python-kombu_3.0.12-1+pilot2_all.deb Size: 194942 MD5sum: a0ba43cd0f06bb7a01e70cb673f27326 SHA1: ca32aeb6b90bbf7dac9f03a7f40cdc07feccf8ba SHA256: d47ec4ad68967593c614d95cc36e561de5f8fbd3c80ca0fff53cbc98d847a6d9 SHA512: 883b58cbda9994974c16978172f06e47471c22cffaf046f6fc52a2fbf97141dcdf1586e7435fe31fb570df52c346368895b3f686dcf01864e4027c113c8176e9 Homepage: http://github.com/ask/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-libxml2 Architecture: amd64 Version: 2.8.0+dfsg1-7+wheezy4+pilot1 Priority: optional Section: python Source: libxml2 Maintainer: Debian XML/SGML Group Installed-Size: 2129 Provides: python2.4-libxml2, python2.5-libxml2, python2.6-libxml2, python2.7-libxml2 Depends: libc6 (>= 2.4), liblzma5 (>= 5.1.1alpha+20110809), libxml2 (>= 2.8.0), zlib1g (>= 1:1.1.4), python (>= 2.6.6-7~), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-libxml2_2.8.0+dfsg1-7+wheezy4+pilot1_amd64.deb Size: 553260 MD5sum: d37d2890729945de9fec07588610c386 SHA1: 37f9ae50d5743487134ef1049ef8797a37f3f4a8 SHA256: 55c6662d0cc2e789afe342827326c167d64b51ebad3180b53cc3c94ed68702e3 SHA512: d8e5509e1935c6e7dea9fc65f22a45f607704f8078a9414e7f5b4296aab24e05ca98270615dcf77ec5ffac95d10d71e185b63662734e295f0c5ee29713a47d9c Homepage: http://xmlsoft.org/ Description: Python bindings for the GNOME XML library XML is a metalanguage to let you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it's written in SGML, the international standard metalanguage for markup languages. . This package contains the files needed to use the GNOME XML library in Python programs. Package: python-mock-doc Architecture: all Version: 1.0.1-2+pilot2 Priority: extra Section: doc Source: python-mock Maintainer: Debian Python Modules Team Installed-Size: 871 Depends: libjs-sphinxdoc (>= 1.0) Breaks: python-mock (<< 0.7.2) Replaces: python-mock (<< 0.7.2) Filename: dists/wheezy/pilot/binary-amd64/python-mock-doc_1.0.1-2+pilot2_all.deb Size: 173802 MD5sum: 8818b391dfe7d7cb5b32188dafb72492 SHA1: 109753794f08a8158bd0c7783ae18531ff8328f7 SHA256: b5dab028a28b08740402a82042ff47058f3c42f88ef09bc329aeeaa39fda797c SHA512: bccf7649ba37aa95be780b5e43cbc0ea5fe1d2589679d2c8e7d6a6efefbc2255290b860ca151c4343a2e7664eecc53f9e6accf033a587e91752615328e990a3d 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-mock Architecture: all Version: 1.0.1-2+pilot2 Priority: extra Section: python Maintainer: Debian Python Modules Team Installed-Size: 157 Depends: python (>= 2.6.6-3), python (<< 2.8) Suggests: python-mock-doc Filename: dists/wheezy/pilot/binary-amd64/python-mock_1.0.1-2+pilot2_all.deb Size: 36472 MD5sum: 7d18b30b87227d41f523e73900da9be3 SHA1: fbdfd260cb41776235c9ee9f095987d4192c09dc SHA256: c4dfda1cb27fe833303cb33aa5bd1a6ac086c9ab21e2edca518d5f4eaf03f91b SHA512: defb9912ac3d89bf4d4130140190e0fee5bcf5c551b4a05cc328a8ce6bf3c169f1c8ebb8f82fe32b7c08bc224064a6cf2cac75bbbc06f975212af53a4ce9eb90 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-oauthlib Architecture: all Version: 0.6.3-1.pilot.2 Priority: optional Section: python Maintainer: Debian Python Modules Team Installed-Size: 512 Depends: python (>= 2.6.6-3), python (<< 2.8), python-crypto, python-jwt Filename: dists/wheezy/pilot/binary-amd64/python-oauthlib_0.6.3-1.pilot.2_all.deb Size: 77364 MD5sum: d406d36956a85768705e153d1212c201 SHA1: b2cad8e819975c13d0e47d3d3efa2117ef4cfbbc SHA256: cd5ce8175fe2776393c1d0fcbdf7366b1d9a696486da3eb373e08f627d61997f SHA512: 6a6f2eb819a33edfe27c8184ca2a6e53f89ee15a5c7dcb5efe780ef9319ce670c5f14f7c8dfd48b76b5ecbb315d4b67ca0ef3bf5004126f3835946f6c9e2e173 Homepage: https://github.com/idan/oauthlib Description: generic, spec-compliant implementation of OAuth for Python OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object. It can be used to graft OAuth support onto HTTP libraries. . OAuth1 is almost complete while OAuth2 is already in the works. Package: python-openssl Architecture: all Version: 16.2.0-1.pilot.1 Priority: optional Section: python Source: pyopenssl Maintainer: Sandro Tosi Installed-Size: 254 Depends: python (<< 2.8), python-cryptography (>= 1.3.4), python (>= 2.6.6-3), python-six Suggests: python-openssl-doc, python-openssl-dbg Filename: dists/wheezy/pilot/binary-amd64/python-openssl_16.2.0-1.pilot.1_all.deb Size: 50670 MD5sum: 8c634fdf5cf1389b6431a8d1ac95abf8 SHA1: 7d8186e9f20d0be74200b7cfe3c9c97be915a4ac SHA256: 2fc4b5f2d9034082d57cf999025246b9164b29498340e9340d369311ffe375ea SHA512: 24eb9507bd5067715f0f4c4b76c90c7ca5dbf59259f990cc90dbf3723410988098aa5e812c18918803edbfec2bb8d99f903ce536986ec5b77a876981963f1a5d Homepage: https://github.com/pyca/pyopenssl Description: Python 2 wrapper around the OpenSSL library High-level wrapper around a subset of the OpenSSL library, includes . * SSL.Connection objects, wrapping the methods of Python's portable sockets * Callbacks written in Python * Extensive error-handling mechanism, mirroring OpenSSL's error codes . A lot of the object methods do nothing more than calling a corresponding function in the OpenSSL library. Package: python-ordereddict Architecture: all Version: 1.1-1.pilot.2 Priority: optional Section: python Source: ordereddict Maintainer: unknown Installed-Size: 38 Provides: python2.6-ordereddict, python2.7-ordereddict Depends: python, python-support (>= 0.90.0) Filename: dists/wheezy/pilot/binary-amd64/python-ordereddict_1.1-1.pilot.2_all.deb Size: 3502 MD5sum: 5b1d3fced7263600825922b0a60ce024 SHA1: 3e1538258b52edb27b383605e0516b4dbf2e1e73 SHA256: d7d1db06090aa9a31b47ccd6875d5dfe3a28b9df0f56108cc65f795d51bccba7 SHA512: f934fd9b8f82145f08de86613e25435557a0d0b8622eb20645c28b927816d15a728067629d2bd9eedb86abd18271e67ee5a80d35d565e258c374589a9bb98e3e Description: Support of Python 2.7 orderered dict for Python 2.6 Python-Version: 2.6, 2.7 Package: python-pil-doc Architecture: all Version: 2.6.1-1.pilot.2 Priority: optional Section: doc Source: pillow Maintainer: Matthias Klose Installed-Size: 76 Provides: python-imaging-doc Suggests: python-pil-doc-html, python-pil-doc-pdf, python-doc, python3-pil | python-pil, python3-pil.imagetk | python-pil.imagetk Breaks: python-imaging-doc (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-doc (<< 1.1.7+2.0.0-1.1) Filename: dists/wheezy/pilot/binary-amd64/python-pil-doc_2.6.1-1.pilot.2_all.deb Size: 21388 MD5sum: 23da6a1448361e74afdfbb757bb041dd SHA1: a98d3935cf29ce7ad616d3f0a1df41282859a4e0 SHA256: f953eb427cd157b685b0124902661b3ff950fe2a74453284c8453c3ad5ad9304 SHA512: f63be0a49bba542e7465dcf594b84beb1816c2b8d9b3e2f829a23023358fcc90c43a22ba265eba50befca3bb204aa3a8f1c02d3886a8675693c24728c52dfea0 Homepage: http://python-pillow.github.io/ Description: Examples for the Python Imaging Library The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load image objects from a variety of file formats, and apply a rich set of image operations to them. . This package contains PIL API documentation and some example scripts. You may also want to look at the python-pil-doc-html or python-pil-doc-pdf packages for the PIL handbook documentation. Package: python-pil Architecture: amd64 Version: 2.6.1-1.pilot.2 Multi-Arch: same Priority: optional Section: python Source: pillow Maintainer: Matthias Klose Installed-Size: 1662 Provides: python-pillow, python2.6-pil, python2.7-pil Depends: python (>= 2.6.6-3), python (<< 2.8), mime-support, libc6 (>= 2.3.2), libfreetype6 (>= 2.2.1), libjpeg8 (>= 8c), liblcms2-2, libtiff4 (>> 3.9.5-3~), libwebp2, zlib1g (>= 1:1.1.4) Suggests: python-pil-doc, python-pil-dbg Breaks: python-imaging (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging (<< 1.1.7+2.0.0-1.1) Filename: dists/wheezy/pilot/binary-amd64/python-pil_2.6.1-1.pilot.2_amd64.deb Size: 539268 MD5sum: 9f44cf7a3a8bf06297fc5f948a4a0644 SHA1: 925c59eba4b232eab88304e638cc7fa1d98f314d SHA256: 21d0f07b59e33f57e2448fe6a8c514e18cb6d7653665d3e3661203f552c7bf51 SHA512: 2578e22b9616365a0ec00b3f593db2b4977b670418b4319231ef709155165e69b7d441c597befe3963d4b37a3a755e2984bb5a9ceed8b0bf81f69f1bd8336511 Homepage: http://python-pillow.github.io/ Description: Python Imaging Library (Pillow fork) The Python Imaging Library (PIL) adds an image object to your Python interpreter. You can load images from a variety of file formats, and apply a rich set of image operations to them. . Image Objects: o Bilevel, greyscale, palette, true colour (RGB), true colour with transparency (RGBA). o colour separation (CMYK). o Copy, cut, paste operations. o Flip, transpose, resize, rotate, and arbitrary affine transforms. o Transparency operations. o Channel and point operations. o Colour transforms, including matrix operations. o Image enhancement, including convolution filters. . File Formats: o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG, MSP, PDF, PNG, PPM, TIFF, XBM. o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC, MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM. o Save only: PDF, EPS (without ghostscript). Package: python-praw Architecture: all Version: 2.1.20-1.pilot.3 Priority: optional Section: python Source: praw Maintainer: Bryce Boe Installed-Size: 266 Provides: python2.7-praw Depends: python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0), python-requests (>= 2.3.0), python-six (>= 1.4), python-updatechecker Filename: dists/wheezy/pilot/binary-amd64/python-praw_2.1.20-1.pilot.3_all.deb Size: 54774 MD5sum: 94be0fff75cb1018b9491d5d0efa5196 SHA1: 225d58d7ff6c8841626edc91ec444409923b7a02 SHA256: 93f65dbb4a40e2de2c977a035a647311e98fb7cc3e61d4785c62b039976eb382 SHA512: 96bf92209f412cd77fd51cf7736575023fd86d10e08c2987c492ad173b10169a1fc4d2faebdfc41fe95f748e998433b9133cbf5ac3a52636f3ee7d99de9cbcf7 Description: PRAW, an acronym for `Python Reddit API Wrapper` PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to reddit's API. PRAW aims to be as easy to use as possible and is designed to follow all of `reddit's API rules `_. You have to give a useragent that follows the rules, everything else is handled by PRAW so you needn't worry about violating them. Python-Version: 2.7 Package: python-py Architecture: all Version: 1.4.8-1+pilot1 Priority: optional Section: python Source: codespeak-lib Maintainer: Chris Lamb Installed-Size: 465 Provides: python-codespeak-lib, python2.4-py, python2.5-py, python2.6-py, python2.7-py Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pkg-resources Suggests: subversion, python-pytest, python-pytest-xdist Breaks: python-codespeak-lib (<< 1.2.1-3) Replaces: python-codespeak-lib (<< 1.2.1-3) Filename: dists/wheezy/pilot/binary-amd64/python-py_1.4.8-1+pilot1_all.deb Size: 76096 MD5sum: 60ed699093183f89bf9baf15a3d11acc SHA1: 5a706dac219c005a851ef0950753767415f1398a SHA256: f17e578cf50f876659f56984a0eaaa95cae441de242e70f77931458401dbef43 SHA512: aa2ffdde55db680ae1272952caf6f02620d7bb9a4ecdc45a7c5721409d1e41ad6ec73763cb558d8e7e86bedd29b998731c4a0ac5a8571860d52edc616b39c6d3 Homepage: http://codespeak.net/py/ Description: Advanced Python development support library 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 Package: python-pycparser Architecture: all Version: 2.07+dfsg-1.pilot.2 Priority: optional Section: python Source: pycparser Maintainer: Debian Python Modules Team Installed-Size: 369 Depends: python-ply, python (>= 2.6.6-7~), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-pycparser_2.07+dfsg-1.pilot.2_all.deb Size: 71460 MD5sum: 911dca3c0342c30fabacc42756dae48d SHA1: c1a51f6ba30c995f7c3d4ab3734417e515b48533 SHA256: f352de05bf04f7ca8b489133becc0fe0980f7efaf0fea415df59b9d8f9c0c804 SHA512: e699846c355e933138a6f6ba370306d87ba7f66c5aaa2896319dd1df9ea9cde3f0bb4aadebf516d95b24783fadfbd503965a14d91d42bd2aa7c2be6bd284cfd4 Homepage: https://code.google.com/p/pycparser/ Description: C parser in Python pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools. Package: python-pyjwt Architecture: all Version: 0.1.5-1.pilot.2 Priority: optional Section: python Source: pyjwt Maintainer: Jeff Lindsay Installed-Size: 54 Provides: python2.7-pyjwt Depends: python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0) Filename: dists/wheezy/pilot/binary-amd64/python-pyjwt_0.1.5-1.pilot.2_all.deb Size: 5062 MD5sum: fa18c00ea98f231e5dad94cabbe9130e SHA1: 670785984929680c35bb08e185fd08dca24a4fdd SHA256: 51fd904144346f57babd5c42fa43534919b079204b73cc4a606f039597105218 SHA512: 64020262275b175a94501a1672f8dd8ee3295dbcc1fe1e8330cf40e14672aeb5d19c5d97542ef35a20fe7f62c7e7e689e970b567533aa1176da2ff880f893f74 Description: JSON Web Token implemtnation in Python A Python implementation of [JSON Web Token draft 01](http://self-issued.info/docs/draft-jones-json-web-token-01.html). Python-Version: 2.7 Package: python-pyphen Architecture: all Version: 0.8-1.pilot.2 Priority: optional Section: python Source: pyphen Maintainer: Guillaume Ayoub Installed-Size: 4247 Provides: python2.6-pyphen, python2.7-pyphen Depends: python (>= 2.6), python-support (>= 0.90.0) Filename: dists/wheezy/pilot/binary-amd64/python-pyphen_0.8-1.pilot.2_all.deb Size: 1761204 MD5sum: 005baa99f677a2df35bd9ef89c7b2b85 SHA1: e2c0eac13f380589ab527427fb9eaf35a74741fb SHA256: c362ccddaa1a5d3601dd9e60e901614e779a0088b834f1a0496e4469fb7a5cd8 SHA512: 3992a42208e796867bf2a1e54c2898def1016fb585764560791e90b12a8062da35b9c9431209f1c8f54e3206399f01326a3936bbdb65f8a524922bd45418db53 Description: Pure Python module to hyphenate text Pyphen is a pure Python module to hyphenate text using existing Hunspell hyphenation dictionaries. Python-Version: 2.6, 2.7 Package: python-pystache Architecture: all Version: 0.5.4-3.pilot.2 Priority: optional Section: python Source: pystache Maintainer: Kouhei Maeda Installed-Size: 200 Provides: python2.6-pystache, python2.7-pystache Depends: python (>= 2.6.6-3), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-pystache_0.5.4-3.pilot.2_all.deb Size: 40024 MD5sum: c41c3673b5e2f05a291d287b62e42d71 SHA1: ebf7f4f12259e6816c2747cf41d6184a1006218c SHA256: b182508859d53cd1439e94ca2e024e085b0f32534af75cf881e28f8fb0a42ca9 SHA512: cdac65b9b1d83920717321947c0f878c5fce39f0e072f55aceac9b24527237946a20bb5c063c55268026a12a6ae629135684250f69a611fea6d1464484c4c56f Homepage: http://github.com/defunkt/pystache Description: Python implementation of Mustache Pystache is Python implementation of Mustache. Original Mustache is a framework-agnostic, logic-free templating system inspired by ctemplate and et. Like ctemplate, Mustache "emphasizes separating logic from presentation: it is impossible to embed application logic in this template language." Package: python-python-gettext Architecture: all Version: 2.1-1 Priority: optional Section: python Source: python-gettext Maintainer: Hanno Schlichting Installed-Size: 114 Depends: python-unittest2, python (>= 2.6.6-3), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-python-gettext_2.1-1_all.deb Size: 11658 MD5sum: b9176a84f4ac777d35582e9892647326 SHA1: b5372ce153ccb20e909ee0e5c66ad40f721adead SHA256: 1609e432e0d31cfc8579d48d370d06da57ba5cce25ec53ff3ee7d5afac2edcba SHA512: 17d690929c7a7f4245ac433c2783c5ca20a00548764453d76dad9942eb2bdf1216b9d1852de2f8d8779fe2f102df81f820fc2042b844f16942a2d07da14db25d Description: Python Gettext po to mo file compiler. Overview ======== . This implementation of Gettext for Python includes a Msgfmt class which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword. . The idea for this project had been rather ambitious, but never lived up to what is was supposed to do. Look at Babel (http://pypi.python.org/pypi/Babel) for a project more worthy of this projects name. . Development takes place at https://github.com/hannosch/python-gettext . Current Development CI Status ----------------------------- . .. image:: https://travis-ci.org/hannosch/python-gettext.png?branch=master :width: 82px :height: 13px :alt: Travis CI build report Package: python-raven Architecture: all Version: 1.7.6-3 Priority: optional Section: python Source: raven Maintainer: David Cramer Installed-Size: 203 Provides: python2.7-raven Depends: python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0), python-simplejson Filename: dists/wheezy/pilot/binary-amd64/python-raven_1.7.6-3_all.deb Size: 31830 MD5sum: b2f2ee0e3efa7fe8e9a0005de3c5e44e SHA1: c1a1e495cbc2af66a8164dedbec6d787b620ae65 SHA256: 9d306a99d6862a9baee50ead3e162eb35a58b78dbcd0f44abf4a7ad97f642a46 SHA512: cc6c72f017e6135fc3e057caa66fe390de73d2738f7a7ae97a9b731e0f8011622e8d55af1b7e01233123983709ba3546a71d85b8390923150984b60ba5393649 Description: Raven is a client for Sentry (https://www.getsentry.com) . Raven ====== . Raven is a Python client for `Sentry `_. It provides full out-of-the-box support for many of the popular frameworks, including `Django `_, `Flask `_, and `Pylons `_. Raven also includes drop-in support for any `WSGI `_-compatible web application. Python-Version: 2.7 Package: python-raven Architecture: all Version: 1.7.6-4 Priority: optional Section: python Source: raven Maintainer: David Cramer Installed-Size: 203 Provides: python2.6-raven, python2.7-raven Depends: python, python-support (>= 0.90.0), python-simplejson Filename: dists/wheezy/pilot/binary-amd64/python-raven_1.7.6-4_all.deb Size: 31836 MD5sum: 63a8844b904e8f01a87d308f51fa9e2b SHA1: 7b69a4e704bd24430c23d028dc504a1622353671 SHA256: 07998f2f8b86548904d05e2e7b8dd7f4b2134e7d226a867ddf6a936a76537c6a SHA512: eeddd7dc2f4394c1717ab9521b7609209f059075a2fa3cfe08fcdb5cb193524a30fdaf413a7243ff890d9a339080873632306ba2228bf215fb92b389b009874d Description: Raven is a client for Sentry (https://www.getsentry.com) . Raven ====== . Raven is a Python client for `Sentry `_. It provides full out-of-the-box support for many of the popular frameworks, including `Django `_, `Flask `_, and `Pylons `_. Raven also includes drop-in support for any `WSGI `_-compatible web application. Python-Version: 2.6, 2.7 Package: python-requests-oauthlib-doc Architecture: all Version: 0.4.0-1.pilot.2 Priority: optional Section: doc Source: python-requests-oauthlib Maintainer: Simon Fondrie-Teitler Installed-Size: 299 Depends: libjs-sphinxdoc (>= 1.0) Filename: dists/wheezy/pilot/binary-amd64/python-requests-oauthlib-doc_0.4.0-1.pilot.2_all.deb Size: 46632 MD5sum: d0f959646b110544b652076bb95855e4 SHA1: b9b2eef9c536ee433442c333e1a51d31fe02a909 SHA256: ea446591795fec13b93cb703318efec37db20ea14c91700d342899f35b4b3ce6 SHA512: 0634afff9034cbbea1b5e49c0481e62ad9ef2ea702c59dafb74ba4a880aba9d5c36e506589f1b63890b4b7d952426dbad42032ed9f79ea73e5dbf5f4f5cc889c Homepage: https://github.com/requests/requests-oauthlib Description: module providing OAuthlib auth support for requests (Common Documentation) requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in greatly simplified ways through the requests library for Python. It will hide the quirks and hacks in OAuth 1, and will interface with all four of the grant types defined by the OAuth2 RFC. . This package provides the common documentation for the requests-oauthlib Python module. Package: python-requests-oauthlib Architecture: all Version: 0.4.0-1.pilot.2 Priority: optional Section: python Maintainer: Simon Fondrie-Teitler Installed-Size: 123 Depends: python (>= 2.6.6-3), python (<< 2.8), python-requests, python-oauthlib (>= 0.4.2) Filename: dists/wheezy/pilot/binary-amd64/python-requests-oauthlib_0.4.0-1.pilot.2_all.deb Size: 12662 MD5sum: 23ef9c8ffadbefc9a45a285ad007e3cf SHA1: e28ce2273258a1d05dd469baa68b3a166efb6f25 SHA256: 25f5ed220a1a928487d34b4bf335c7099c0fb9d3cba297592869d0a482668323 SHA512: 9d883670e9f08f4b66f60d6c1b50727ffe66a4b9a041df8472bdc799915dbdbd7c48fc64ae7523ab9ad02c935d72000f6d4234be2ec731264aa114ac84e3cc4a Homepage: https://github.com/requests/requests-oauthlib Description: module providing OAuthlib auth support for requests (Python 2) requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in greatly simplified ways through the requests library for Python. It will hide the quirks and hacks in OAuth 1, and will interface with all four of the grant types defined by the OAuth2 RFC. . This package provides the requests-oauthlib Python module for Python 2.x. Package: python-requests Architecture: all Version: 2.12.4-1.pilot.1 Priority: optional Section: python Source: requests Maintainer: Debian Python Modules Team Installed-Size: 552 Depends: python-urllib3 (>= 1.19.1), python (>= 2.7~), python (<< 2.8), ca-certificates, python-chardet, python-urllib3 (<< 1.19.2) Suggests: python-cryptography, python-idna, python-openssl, python-socks Breaks: httpie (<< 0.9.2) Filename: dists/wheezy/pilot/binary-amd64/python-requests_2.12.4-1.pilot.1_all.deb Size: 140338 MD5sum: 5ba503da79b1d4f2f0d13f4c9f26e5e5 SHA1: e7dfbd425554e80676e0b29bd3c5ef6420a3c5ba SHA256: 5131291453c5e79604f8e965f144fc1cf9e3c744bf904d043d079fd027f476a2 SHA512: 6aab0dfd32a44e4593e3115d55292e9630b346734714aed4825f2313977ad5a831652b7a4a36b7fdce19d4fdcd509b791bece49fa0dac7f372e1260920d0b835 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 Architecture: all Version: 2.4.3-5.pilot.2 Priority: optional Section: python Source: requests Maintainer: Debian Python Modules Team Installed-Size: 570 Depends: python (>= 2.6.6-3), python (<< 2.8), ca-certificates, python-chardet, python-urllib3 (>= 1.9.1) Recommends: python-ndg-httpsclient, python-openssl, python-pyasn1 Filename: dists/wheezy/pilot/binary-amd64/python-requests_2.4.3-5.pilot.2_all.deb Size: 228160 MD5sum: 890cc9f8725f85f73b3027f8ecd24543 SHA1: 6c496cb36bb8cbee8020543de6f8f90075c2e687 SHA256: 42c965e47d1847ada4864448a9070615d9a3510c3c6e65f1a943c200366fbc4c SHA512: 33b63db9411cce49052d6ffd4f52b5268354512ccf44ac9f2b4e1980f0fb7eb1284a930af6d39eb8dc8ecf4fb43a5c18fb995c070129f5520b055358ac2d0724 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-sane Architecture: amd64 Version: 2.6.1-1.pilot.2 Multi-Arch: same Priority: optional Section: python Source: pillow Maintainer: Matthias Klose Installed-Size: 127 Provides: python-imaging-sane, python2.6-sane, python2.7-sane Depends: python-pil (= 2.6.1-1.pilot.2), python (>= 2.6.6-3), python (<< 2.8), libc6 (>= 2.2.5), libsane (>= 1.0.11-3) Recommends: python-tk (>= 2.5.2-1.1) Suggests: python-pil-doc, python-sane-dbg Breaks: python-imaging-sane (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-sane (<< 1.1.7+2.0.0-1.1) Filename: dists/wheezy/pilot/binary-amd64/python-sane_2.6.1-1.pilot.2_amd64.deb Size: 29184 MD5sum: a02eadf03a1189f927d6610bddc21f59 SHA1: 3d14f559ee1fec47ff50686112ce62977b5c22fc SHA256: 51d5f1de57d3f13a6fe42323413935d278ca50d5318f673ac22b65c96c688e74 SHA512: 1e923130ff94a74e0f94b10af3124d96dfbc8983926c429bfe3cb5318119e019eab9945cca7b6a2ba4b4bb836d9b6c6e296c4bbb6292963a7f1edd4d97394a79 Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - SANE interface (Pillow fork) The imaging-sane module is a Python interface to the SANE (Scanner Access is Now Easy) library, which provides access to various raster scanning devices such as flatbed scanners and digital cameras. Package: python-sesql Architecture: all Version: 0.15.1-1 Priority: optional Section: python Source: sesql Maintainer: Pilot Systems Installed-Size: 921 Provides: python2.6-sesql, python2.7-sesql Depends: python (>= 2.4), python-support (>= 0.90.0), python-genericcache (>= 1.0.2), python-psycopg2, python-django (>= 1.2) | python-sqlalchemy (>= 0.7.0) Filename: dists/wheezy/pilot/binary-amd64/python-sesql_0.15.1-1_all.deb Size: 653996 MD5sum: e640f6fd53b7d5185e7b3ae1e8147e19 SHA1: 381dbf96e15b35314f616cef2e57e93b37c5193f SHA256: e814702214ad8026f0c4ef6392b169cdc3cc4fc7eb41ae9b8bbbf2ef9531c320 SHA512: 45fc5bb843e6147cb768b99d70bb94b762a32853f7832843359512c32e8f270e8b7be92caf8ef7a1b6aafa8a3265aa4a1fd810d2f257f3b9cca8f4c3a193cf4a Description: SeSQL (Search Engine SQL) handle advanced SQL search on huge SeSQL (Search Engine SQL) is a free software for handling advanced SQL search on huge databases of documents/articles from Django applications. . It supports features like : - full text search ; - complex queries ; - stable pagination ; - extra-fast "short queries" for retrieving a few matching recent items ; - multiple and composite indexes ; - semi-automatic dependency tracking ; - highlighting of results ; Package: python-sesql Architecture: all Version: 0.16.0-1 Priority: optional Section: python Source: sesql Maintainer: Pilot Systems Installed-Size: 913 Provides: python2.6-sesql, python2.7-sesql Depends: python (>= 2.6), python-support (>= 0.90.0), python-genericcache (>= 1.0.2), python-psycopg2, python-django (>= 1.2) | python-sqlalchemy (>= 0.7.0), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-sesql_0.16.0-1_all.deb Size: 652074 MD5sum: 33682fd078457f3a5cce5ed98c0909a0 SHA1: 8408be19077a422840860ee82f97f216a624ecb9 SHA256: 2eb8cf31addeb9d5d83cec9210f98691223d623bd4126579c3cad826452085e5 SHA512: 60534b82475a61792e1e28c20cf9c058b1d633f0f5537846006591231372d0c9b9004fd711c10944c8db66806f7037521cf56c4d6fb4ceef609fc4dd086a0708 Description: SeSQL (Search Engine SQL) handle advanced SQL search on huge SeSQL (Search Engine SQL) is a free software for handling advanced SQL search on huge databases of documents/articles from Django applications. . It supports features like : - full text search ; - complex queries ; - stable pagination ; - extra-fast "short queries" for retrieving a few matching recent items ; - multiple and composite indexes ; - semi-automatic dependency tracking ; - highlighting of results ; Package: python-sesql Architecture: all Version: 0.16.1-1 Priority: optional Section: python Source: sesql Maintainer: Pilot Systems Installed-Size: 914 Provides: python2.6-sesql, python2.7-sesql Depends: python (>= 2.6), python-support (>= 0.90.0), python-genericcache (>= 1.0.2), python-psycopg2, python-django (>= 1.2) | python-sqlalchemy (>= 0.7.0), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-sesql_0.16.1-1_all.deb Size: 645264 MD5sum: 5313749af2c8b401e9dc6132926be577 SHA1: 7764d493393292759d6bf41b39a2b481dbd6429c SHA256: 935cb40dd3a6bfdaedc3c151c8ff2478144dd0c5cebcf9f59cf3a1bd3f14995a SHA512: f8b62b22f0e3e4e6e8e3a872ce735f6ecb331ac71dc331bc462fdeb9916bec21b1d9fd0ef94d232f116ebe0941eae43681a9dc50a0bff775dcf35079dfa4ba28 Description: SeSQL (Search Engine SQL) handle advanced SQL search on huge SeSQL (Search Engine SQL) is a free software for handling advanced SQL search on huge databases of documents/articles from Django applications. . It supports features like : - full text search ; - complex queries ; - stable pagination ; - extra-fast "short queries" for retrieving a few matching recent items ; - multiple and composite indexes ; - semi-automatic dependency tracking ; - highlighting of results ; Package: python-sesql Architecture: all Version: 0.18.0-1 Priority: optional Section: python Source: sesql Maintainer: Pilot Systems Installed-Size: 915 Provides: python2.6-sesql, python2.7-sesql Depends: python (>= 2.6), python-support (>= 0.90.0), python-genericcache (>= 1.0.2), python-psycopg2, python-django (>= 1.2) | python-sqlalchemy (>= 0.7.0), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-sesql_0.18.0-1_all.deb Size: 641892 MD5sum: 819d6ad83ce5f259bfbffdc73e1e6233 SHA1: 3fa82199a660449f71dba3cdf6a470059e2883b9 SHA256: 55868d6c643680c676cab5266250003a18a06ae77b4ce4f80ab6d04c226144dd SHA512: c9c4f594dcba1846badb0f277357c8e5535770aefe4045648266082ff69103f6900f7e33d5a8d22dd481be47dd52fa7b859211cf9255984aaf1d68d6cf436e58 Description: SeSQL (Search Engine SQL) handle advanced SQL search on huge SeSQL (Search Engine SQL) is a free software for handling advanced SQL search on huge databases of documents/articles from Django applications. . It supports features like : - full text search ; - complex queries ; - stable pagination ; - extra-fast "short queries" for retrieving a few matching recent items ; - multiple and composite indexes ; - semi-automatic dependency tracking ; - highlighting of results ; Package: python-sesql Architecture: all Version: 0.18.1-1 Priority: optional Section: python Source: sesql Maintainer: Pilot Systems Installed-Size: 915 Provides: python2.6-sesql, python2.7-sesql Depends: python (>= 2.6), python-support (>= 0.90.0), python-genericcache (>= 1.0.2), python-psycopg2, python-django (>= 1.2) | python-sqlalchemy (>= 0.7.0), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-sesql_0.18.1-1_all.deb Size: 642052 MD5sum: 137995c523cb674eff736e0e8919866a SHA1: 8070f2b950f53b16f76e55c80631964a674419aa SHA256: 2a2b5b1d71c63ce07d00f242979176bf3f1bd813b9fb1944d0cb0fee48df8753 SHA512: 68769638723d55ed0bff0c2928c31d273fd1dc51f5bda262097e8bac9e0fd1f46cb3a5cac2794cc7ffe413a7c11359a28f20c833f0f414ee2111d857ed398d73 Description: SeSQL (Search Engine SQL) handle advanced SQL search on huge SeSQL (Search Engine SQL) is a free software for handling advanced SQL search on huge databases of documents/articles from Django applications. . It supports features like : - full text search ; - complex queries ; - stable pagination ; - extra-fast "short queries" for retrieving a few matching recent items ; - multiple and composite indexes ; - semi-automatic dependency tracking ; - highlighting of results ; Package: python-sesql Architecture: all Version: 0.18.2-1 Priority: optional Section: python Source: sesql Maintainer: Pilot Systems Installed-Size: 915 Provides: python2.6-sesql, python2.7-sesql Depends: python (>= 2.6), python-support (>= 0.90.0), python-genericcache (>= 1.0.2), python-psycopg2, python-django (>= 1.2) | python-sqlalchemy (>= 0.7.0), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-sesql_0.18.2-1_all.deb Size: 642130 MD5sum: bb4460e65516b473d5da6287f3022997 SHA1: 1bca018033011c0f6ef0313a7607653e2ad8f93d SHA256: ec49acbdbfd22946e7e1b3273a7cfc6b514a1cdbee3e97e54e88d1add05e8986 SHA512: 8f7022dd0812526b5eb89f80ff7d6e9304f7f2eacf133a300794d029c489360f2ea9d66c112ad54d631e691c54645dccc02b100642a80e2f4e816ecb9d843bec Description: SeSQL (Search Engine SQL) handle advanced SQL search on huge SeSQL (Search Engine SQL) is a free software for handling advanced SQL search on huge databases of documents/articles from Django applications. . It supports features like : - full text search ; - complex queries ; - stable pagination ; - extra-fast "short queries" for retrieving a few matching recent items ; - multiple and composite indexes ; - semi-automatic dependency tracking ; - highlighting of results ; Package: python-sesql Architecture: all Version: 0.18.3-1 Priority: optional Section: python Source: sesql Maintainer: Pilot Systems Installed-Size: 915 Provides: python2.6-sesql, python2.7-sesql Depends: python (>= 2.6), python-support (>= 0.90.0), python-genericcache (>= 1.0.2), python-psycopg2, python-django (>= 1.2) | python-sqlalchemy (>= 0.7.0), python-daemon (>= 1.5.5) Filename: dists/wheezy/pilot/binary-amd64/python-sesql_0.18.3-1_all.deb Size: 642376 MD5sum: b7858946c204326e0cc124014759d7fd SHA1: 590938038f1d2c248b987b46aa8efa6b5da7e10d SHA256: 4664cf7042febed5f1af6b1d24d479c673c9bcb4c4503fe2593e9a815b11b25b SHA512: 3efb86744de08bf8865964d182def8c513a0c438acc9c2b06c26a8e8a1f0124cd1e0809e0687a6a3df04685ed45141a795125d1ae712da8ad524574ba8357069 Description: SeSQL (Search Engine SQL) handle advanced SQL search on huge SeSQL (Search Engine SQL) is a free software for handling advanced SQL search on huge databases of documents/articles from Django applications. . It supports features like : - full text search ; - complex queries ; - stable pagination ; - extra-fast "short queries" for retrieving a few matching recent items ; - multiple and composite indexes ; - semi-automatic dependency tracking ; - highlighting of results ; Package: python-shortuuid Architecture: all Version: 0.3-1.pilot.2 Priority: optional Section: python Source: shortuuid Maintainer: Stochastic Technologies Installed-Size: 46 Provides: python2.6-shortuuid, python2.7-shortuuid Depends: python, python-support (>= 0.90.0) Filename: dists/wheezy/pilot/binary-amd64/python-shortuuid_0.3-1.pilot.2_all.deb Size: 3806 MD5sum: 88785e3c065d894b39033d200fe3e50d SHA1: 4084b121066e08316d1f1f43585c4bc24107e8de SHA256: bd81a7e806b1249ccfe031fe7d206d0658c5a37aa17af64f430fb2fd180e6373 SHA512: d0ea170d8edd019786549eb42d96dfecc03c229becf754b1ad1d36bdf9e726077eb6a50e394e48fe4b1da17f41200af5486d50b9a632717de9f347f16c2c2f94 Description: A generator library for concise, unambiguous and URL-safe UU A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers. Python-Version: 2.6, 2.7 Package: python-six Architecture: all Version: 1.8.0-1.pilot.2 Multi-Arch: foreign Priority: optional Section: python Source: six Maintainer: Colin Watson Installed-Size: 94 Depends: python (>= 2.6.6-3), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-six_1.8.0-1.pilot.2_all.deb Size: 14036 MD5sum: d902c45829d8e6d1f52835b44b2622f6 SHA1: 98c5a6b56c80137165ffb8f2a2c99df472586b84 SHA256: 31ad5a42c4d1750619c1ae83730965b6ab91d6fd54ce8e4bc23ded4580f64aed SHA512: c504d62134fbf46fce94389a5d85ca6858289e9986ed6cd391c87e89fe296514709a0f90b2d08e8be29283a2d10c38722174b8e261583a373344a10331e04fa1 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-stripogram Architecture: all Version: 1.5-1.pilot.1 Priority: optional Section: python Source: stripogram Maintainer: Chris Withers Installed-Size: 108 Depends: python (>= 2.6.6-7~), python (<< 2.8) Filename: dists/wheezy/pilot/binary-amd64/python-stripogram_1.5-1.pilot.1_all.deb Size: 11316 MD5sum: 3b61f2fa48f7c18e8c8397c356133520 SHA1: 137657e8bf0d060c7613b5f70e1dd13b27405eae SHA256: 295b2d8c68248221f7cb4400b2ed603455ef99549e02fe5cf56640a6cb43a9c6 SHA512: deccfe2a08b192b1dcca9a39263228a1a7de9438c1efb435c2b66c6353c648d0bdc730703cf6729e3c49bf74ffeef0ff4edd52b5becc5b0b606c9a30ea50d581 Description: Strip-o-Gram HTML Conversion Library Package: python-tinycss Architecture: amd64 Version: 0.3-1.pilot.2 Priority: optional Section: python Source: tinycss Maintainer: Simon Sapin Installed-Size: 322 Provides: python2.6-tinycss, python2.7-tinycss Depends: python (<< 2.8), python (>= 2.6), python-support (>= 0.90.0), libc6 (>= 2.2.5) Filename: dists/wheezy/pilot/binary-amd64/python-tinycss_0.3-1.pilot.2_amd64.deb Size: 82530 MD5sum: c5c3215acc79aba0a2b15feffbe2e087 SHA1: ea0cf6472a95815df8ca385ece47dad538380b03 SHA256: 24703b0e1abbabefdf2fa8f42f7ba8fc0655c198da7b677c5b2ded52ae271df6 SHA512: b2f3ec059ead07a7c6aae34ef3d9314bf434d61db785bd8169f0342ef27d343b3d4fe44650757559a9697fc495fcf1db58906c2eac9d72602c720bd2e3ee6ae8 Description: tinycss is a complete yet simple CSS parser for Python. *tinycss* is a complete yet simple CSS parser for Python. It supports the full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: . * CSS Color 3 * CSS Paged Media 3 Package: python-updatechecker Architecture: all Version: 0.11-1.pilot.2 Priority: optional Section: python Source: updatechecker Maintainer: Bryce Boe Installed-Size: 50 Provides: python2.6-updatechecker, python2.7-updatechecker Depends: python, python-support (>= 0.90.0), python-requests (>= 2.3.0) Filename: dists/wheezy/pilot/binary-amd64/python-updatechecker_0.11-1.pilot.2_all.deb Size: 6624 MD5sum: 3a56f7dec261e9b8ad6512b74592ed1b SHA1: e630a22a70c77d39c51917d87eb5f83edf7330ef SHA256: 9484420715beaf8da7ae916039b20602f651893769a0cb71e529d8c99c4cd446 SHA512: 78748ef4424d0d1658a8154c9793975d7f7facc84164a2d27250f690ab2f750843e07b2ee0ada1209251950ec50cdc2804084bccbcf6baf39df97ba0413a20ba Description: A python module that will check for package updates. A python module that will check for package updates. Python-Version: 2.6, 2.7 Package: python-urllib3 Architecture: all Version: 1.19.1-1.pilot.1 Priority: optional Section: python Maintainer: Debian Python Modules Team Installed-Size: 402 Depends: python (<< 2.8), python (>= 2.6.6-3), python-six Recommends: ca-certificates, python-cryptography, python-idna, python-ipaddress, python-openssl Suggests: python-ntlm, python-socks Filename: dists/wheezy/pilot/binary-amd64/python-urllib3_1.19.1-1.pilot.1_all.deb Size: 91348 MD5sum: 5c99e54c07c4fcacc86b7ca4a7b30517 SHA1: b965307afabb9b3be97c630d21215d9252183006 SHA256: cf9728385126f7e40b6b8d371863de153401db871c6a12fee145641b96650462 SHA512: afdf0bed02cf6f98f61f1ab66198cf72efa85d79de6563fe2e25619e19dec8f74144ed4715d19303db81932a586250f010e4cfd5751099dc8177e6624bcdc824 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 Architecture: all Version: 1.9.1-3.pilot.2 Priority: optional Section: python Maintainer: Debian Python Modules Team Installed-Size: 302 Depends: python (>= 2.6.6-3), python (<< 2.8), python-six Recommends: ca-certificates, python-ndg-httpsclient, python-openssl, python-pyasn1 Filename: dists/wheezy/pilot/binary-amd64/python-urllib3_1.9.1-3.pilot.2_all.deb Size: 64264 MD5sum: 9fed6bc94fb0b7b41718b11060f45903 SHA1: 477cadf8699054de9c3ed4e1692feb8f0fecd1d3 SHA256: 8b8eb2279e7ec87ff7811aa40351a40877a269f56b86917021e571e8191fd1e6 SHA512: 395c9f38b2648394f7ee2a52a9e5a788b079b5ea9c3eef918988094459c6eec1016a276cdc21eceba136abb7104bfe65f7881094d6cb1d1662db4827d07612c2 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-weasyprint Architecture: all Version: 0.19.2-1.pilot.2 Priority: optional Section: python Source: weasyprint Maintainer: Simon Sapin Installed-Size: 1038 Provides: python2.6-weasyprint, python2.7-weasyprint Depends: python (<< 2.8), python (>= 2.6), python-support (>= 0.90.0), python-lxml, python-tinycss (>= 0.3), python-cssselect (>= 0.6), libffi5 (>= 0.6), python-cairocffi (>= 0.4), python-pyphen, python-argparse, python-cairosvg (>= 0.4.1) Filename: dists/wheezy/pilot/binary-amd64/python-weasyprint_0.19.2-1.pilot.2_all.deb Size: 214246 MD5sum: 9afc814fbf55a01f052bce065f98d78c SHA1: 1ae3c883e7ce0a5b521bcef4f31f09d24bc7f0b5 SHA256: 86f7c48e2fcb75ff8cc01ba6898ca989e3edab5d0ebaafbc7a35bc56e451b6db SHA512: b5d3ba33f5ee50dbbb137533e5d1d310906b3a86358124ca3a8495a83719aa9258744d00668b40cb95777fde988c172d6658bbf401aa7c50bb2ad8975c84954c Description: WeasyPrint converts web documents to PDF. WeasyPrint is a visual rendering engine for HTML and CSS that can export to PDF. It aims to support web standards for printing. WeasyPrint is free software made available under a BSD license. . It is based on various libraries but *not* on a full rendering engine like WebKit or Gecko. The CSS layout engine is written in Python, designed for pagination, and meant to be easy to hack on. Python-Version: 2.6, 2.7 Package: python-xhtml2pdf Architecture: all Version: 0.0.3-1.pilot.1 Priority: optional Section: python Source: xhtml2pdf Maintainer: Christopher Glass Installed-Size: 453 Provides: python2.7-xhtml2pdf Depends: python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0), python-html5lib, python-pypdf, python-imaging, python-reportlab Filename: dists/wheezy/pilot/binary-amd64/python-xhtml2pdf_0.0.3-1.pilot.1_all.deb Size: 99864 MD5sum: 739f999b090abffd3cbaeaf360847774 SHA1: 3c9d2d80774b6c81a03532826899f05ca23897ee SHA256: f970b02fe4d9d98f7221efd74ae39963a66e1b1808d5c1823eedfde2e330e824 SHA512: fbb9ce25f3bf3c6458b62f2a639c8de7df430c89f2cbb594d5baf11be452362c0fdab5d6a2f23c0dc71828e5392e07ac0a367ff479ccce753d8ccc2225f9d117 Description: PDF generator using HTML and CSS ********* xhtml2pdf ********* . HTML/CSS to PDF converter based on Python . About ===== . ``xhtml2pdf`` is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. . The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies. . Requirements ============ Python-Version: 2.7 Package: python-zope.structuredtext Architecture: all Version: 4.0.0-1.pilot.1 Priority: optional Section: python Source: zope-structuredtext Maintainer: Zope Foundation and Contributors Installed-Size: 323 Depends: python (>= 2.6.6-7~), python (<< 2.8), python-pkg-resources, python-six Filename: dists/wheezy/pilot/binary-amd64/python-zope.structuredtext_4.0.0-1.pilot.1_all.deb Size: 54826 MD5sum: 60a05647cab7e3865e02453cf5840f8e SHA1: 7d0331c057f5bde019193b566a8b0b7df1371d08 SHA256: fef10e830d68ffc14c01825553565f92bc30f4bc14024f2b6d60ae048ca684c6 SHA512: fe6661972b173a9d6cfda226013d0f3545efa9b7da7eae1072ce19c3c1ef5b5ec3256291c08a371f3c366bbc070d95e6da5f586da2cff909d68ceeceb1eab52e Description: StructuredText parser This package provides a parser and renderers for the classic Zope "structured text" markup dialect (STX). STX is a plain text markup in which document structure is signalled primarily by identation Package: python3-amqp Architecture: all Version: 1.4.3-1+pilot2 Priority: extra Section: python Source: python-amqp Maintainer: Debian Python Modules Team Installed-Size: 227 Depends: python3 (>= 3.2.3-3~) Suggests: python-amqp-doc Filename: dists/wheezy/pilot/binary-amd64/python3-amqp_1.4.3-1+pilot2_all.deb Size: 46088 MD5sum: a2fb9fe5313db2c90f5eeabea0cb5037 SHA1: b365c7007e9eac203bc4308e3432c44cfa72046c SHA256: 07193240ddf59f4e6073a760e5dca65b3ff0446e53b44d7536b0c4270055504f SHA512: 15f8d96d21a4442803a6e4f0bac2e3fcabb9698c5776ae6f84420d52dd481b4093e7c02292a560a1cd049dbc8b3aa66a413a2bc6d30333a7293267ee81366aef 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-anyjson Architecture: all Version: 0.3.3-1+pilot2 Priority: optional Section: python Source: python-anyjson Maintainer: Debian Python Modules Team Installed-Size: 58 Depends: python3 (>= 3.2.3-3~) Filename: dists/wheezy/pilot/binary-amd64/python3-anyjson_0.3.3-1+pilot2_all.deb Size: 8258 MD5sum: db45cd2939a40b413871ad4cd5b30f71 SHA1: ba0966ef988c899a63a83d88c5799cf7bdb8ae8a SHA256: 65a1c1863bc8a81fcac9b1654dc1160689308171f6f31618f8575b4127b78c4c SHA512: b970309d0ad5d3a97cb46d539dcc3eac8d661079781752b55248936ec97ee55990e1630cd2f881bf157d3d36d44ee492541542f85af5ade08b9934e92e3c5894 Homepage: http://bitbucket.org/runeh/anyjson/ Description: Common interface for the best available JSON implementation (Python3 version) Loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used. The exceptions will also be the same whichever JSON module is used. The ranking of the JSON implementations is based on a benchmark. . This package contains the Python 3 version of the library. Package: python3-mock Architecture: all Version: 1.0.1-2+pilot2 Priority: extra Section: python Source: python-mock Maintainer: Debian Python Modules Team Installed-Size: 37 Suggests: python-mock-doc Filename: dists/wheezy/pilot/binary-amd64/python3-mock_1.0.1-2+pilot2_all.deb Size: 13060 MD5sum: ef150b0efdde8958e9d324994d9c2a0b SHA1: 9fec13c4ab6fd1a5d13c47723b95b3b4d8e447e2 SHA256: 03a0c5475fa5eb6e08c887c243108adafa225e6055c1c6f9e0f87d579c852281 SHA512: b7b833869ae40657513d1da429015bec1eea40ab8b07196a2726557f3bd31c19d7afee14401a1ce5c00a8617a46ff2c0918dcce9a0009a0e48b8d4a57bc97a4f 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: rsync Architecture: amd64 Version: 3.1.1-3+deb8u2.pilot.1 Multi-Arch: foreign Priority: optional Section: net Maintainer: Paul Slootman Installed-Size: 740 Depends: libacl1 (>= 2.2.51-8), libattr1 (>= 1:2.4.46-8), libc6 (>= 2.10), libpopt0 (>= 1.14), lsb-base (>= 3.2-14), base-files (>= 4.0.1) Suggests: openssh-client, openssh-server Breaks: duplicity (<< 0.6.11) Filename: dists/wheezy/pilot/binary-amd64/rsync_3.1.1-3+deb8u2.pilot.1_amd64.deb Size: 425572 MD5sum: 2935598066e64a1cf3bf307de3acb6f6 SHA1: d5b1dacf91a89372ce930850f4ca817a9f10ec36 SHA256: 7ad717798344623460436ce403446620ac239b62a61fd1713bf0034f85c30e66 SHA512: 0eb5ed2e5c1c4888aef17ac9af16d08ac9f8388b1c0507615397d353376db2492830c90bcf18bcfcf0e44e94e270e1e08410d40efaeda701927007cef6d5e7a1 Homepage: http://rsync.samba.org/ Description: fast, versatile, remote (and local) file-copying tool rsync is a fast and versatile file-copying tool which can copy locally and to/from a remote host. It offers many options to control its behavior, and its remote-update protocol can minimize network traffic to make transferring updates between machines fast and efficient. . It is widely used for backups and mirroring and as an improved copy command for everyday use. . This package provides both the rsync command line tool and optional daemon functionality. Package: vsftpd Architecture: amd64 Version: 3.0.2-3.pilot.1 Priority: extra Section: net Maintainer: Daniel Baumann Installed-Size: 376 Provides: ftp-server Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.7), libcap2 (>= 2.10), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), libwrap0 (>= 7.6-4~), adduser, libpam-modules, netbase Recommends: logrotate Conflicts: ftp-server Replaces: ftp-server Filename: dists/wheezy/pilot/binary-amd64/vsftpd_3.0.2-3.pilot.1_amd64.deb Size: 147058 MD5sum: 2b23cde739e656a4aa8873e78512aa47 SHA1: 256ea03529cb72f8e8905a39adfeefbb8ea28c59 SHA256: f40785f9107bc52dbc0bcfae242c45e1a75f81051fd154fd77e7ae8bdae9d595 SHA512: 10ac9d498cd4cf5cdf59ddd102295a19a1624ab359e0415539afbd6b9ac0d6f8cb46061c78988e040af784647456d1c42a69c523bb7023c7f92b5298835c04ff Homepage: http://vsftpd.beasts.org/ Description: lightweight, efficient FTP server written for security This package provides the "Very Secure FTP Daemon", written from the ground up with security in mind. . It supports both anonymous and non-anonymous FTP access, PAM authentication, bandwidth limiting, and the Linux sendfile() facility. Package: zope2.13-sandbox Architecture: all Version: 2.13.20-1 Priority: optional Section: zope Source: zope2.13 Maintainer: Debian/Ubuntu Zope Team Installed-Size: 55 Depends: debconf (>= 0.5) | debconf-2.0, zope-common (>= 0.5.49), zope2.13 Filename: dists/wheezy/pilot/binary-amd64/zope2.13-sandbox_2.13.20-1_all.deb Size: 21358 MD5sum: d07c0ca4cc6ddad60b16e0ec76816452 SHA1: 66ed8b6a0ad6022e5a703941b71ca4d6456f1283 SHA256: e61da5cf71e070aad360e32fe10d43f273d86c31e9dbc0bf9a4da21a45a0d2d3 SHA512: c3fc17acccfc426d0436c938f566c247dc5c8b09bd8f7c4a34caf638ea9255d509fd23c43d44cc86bdabf6b4d40cbcfe48d4c8192e3d6346c18a503dc1956892 Homepage: http://zope2.zope.org/ Description: sandbox instance for the zope2.13 web application server This package creates a "sandbox" instance, getting all Zope products and packages available which are installed as Debian packages. . The sandbox is usable for development and testing. For production please setup your own Zope 2.13 instance using dzhandle utility. Package: zope2.13 Architecture: amd64 Version: 2.13.20-1 Priority: optional Section: zope Maintainer: Debian/Ubuntu Zope Team Installed-Size: 21702 Provides: zope Pre-Depends: zope-common (>= 0.5.52~) Depends: lsb-base, libc6 (>= 2.3), debconf | debconf-2.0, python (>= 2.6.6-7~), python2.7, python-docutils (>= 0.7), python-mechanize (>= 0.1.11), python-pkg-resources (>= 0.6.16-1.1) | python-pkg-resources (<< 0.6.15), python-tz Suggests: python-unit, python-profiler Filename: dists/wheezy/pilot/binary-amd64/zope2.13_2.13.20-1_amd64.deb Size: 4686456 MD5sum: 3eb233373145f5c9a0dd2d89af9b2e5e SHA1: b5e934b047dfc20d24f3832cebd417c2898dad9d SHA256: 237e672942ecc27b62c7cda45da5d870ade723e5c32ab611332db1162a1780eb SHA512: 5a2d9f26288bf763d21f20ddba8610f5d33b5b9c5b230e74ab2e3f7d09d6d1ac651e258941ec35b1069f8cff67f6c1c45c1d501c6ac793e32704779c441cfc1e Homepage: http://zope2.zope.org/ Description: Open Source Web Application Server Zope is an open source web application server primarily written in the Python programming language. It features a transactional object database which can store not only content and custom data, but also dynamic HTML templates, scripts, a search engine, and relational database (RDBMS) connections and code. . It features a strong through-the-web development model, allowing you to update your web site from anywhere in the world. To allow for this, Zope also features a tightly integrated security model. Built around the concept of "safe delegation of control", Zope's security architecture also allows you to turn control over parts of a web site to other organizations or individuals. . This package contains the framework and libraries needed to run your own Zope 2.13 instance.