Package: dh-python Version: 3.20180927 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 480 Depends: python3:any, python3-distutils | python3 (<< 3.6.5~rc1-1) Suggests: libdpkg-perl, dpkg-dev Breaks: python3 (<< 3.3.2-4~) Replaces: python3 (<< 3.3.2-4~) Filename: ./all/dh-python_3.20180927_all.deb Size: 95810 MD5sum: fb3e90af0279087245705d06d80dd244 SHA1: 01de18b57b7c50bd136bfed8f76936d5eb55697f SHA256: b8dc261afd5a4416044ade39d80872c7742baaf09e6f433ab2eed183852c2caa Section: python Priority: optional Multi-Arch: foreign Description: Debian helper tools for packaging Python libraries and applications This package contains: * pybuild - invokes various build systems for requested Python versions in order to build modules and extensions * dh_python2 - calculates Python 2.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_python3 - calculates Python 3.X dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. * dh_pypy - calculates PyPy dependencies for Debian packages, adds maintainer scripts to byte compile files, etc. Package: python-anyjson Version: 0.3.1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 57 Recommends: python (>= 2.6) | python-simplejson Filename: ./all/python-anyjson_0.3.1_all.deb Size: 6258 MD5sum: 4bb4159c05064af70b10dc99c1e9cb46 SHA1: 02192465859d056e957dcdf5f09d2d64cd86e454 SHA256: 135d2a592294620793e23922271d7bb48b65c25e216f1c4e1b515dcecdd0b8b8 Section: python Priority: optional 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-django Version: 1.8.18-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 23892 Depends: python:any (<< 2.8), python:any (>= 2.7~) Recommends: libjs-jquery Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup, python-sqlite, python-yaml, geoip-database-contrib, gettext, python-django-doc, ipython, bpython, libgdal1 Filename: ./all/python-django_1.8.18-1_all.deb Size: 2022642 MD5sum: 2e11c29eb7c687a5657b00c1dd544977 SHA1: 3187428808f508ec76162f07f72bf8bec430e570 SHA256: e5c20ee92f9a6c8516fedb057f161db592d6e94cf7b3224bdf5819689aa26105 Section: python Priority: optional Homepage: http://www.djangoproject.com/ Description: High-level Python web development framework Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client Package: python-django-appconf Version: 0.5 Architecture: all Maintainer: Ubuntu Developer Installed-Size: 68 Depends: python-django (>= 1.1) Filename: ./all/python-django-appconf_0.5_all.deb Size: 7418 MD5sum: cf5fc174eda9b785767acb9918dfd843 SHA1: 098687788224bed69755d4cf7c546ab8995cd7a3 SHA256: 1f530f537279c057abfa154a3db76bdc48dee89d91574600d2e61d01839ff89b Section: python Priority: extra Homepage: http://pypi.python.org/pypi/django-appconf/ Description: A helper class for handling configuration defaults of packaged apps gracefully. Django-appconf provides a helper class for handling configuration defaults of packaged apps gracefully. Package: python-django-classy-tags Version: 0.5 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 145 Depends: python-django (>= 1.5) Suggests: python-django-classy-tags-doc Filename: ./all/python-django-classy-tags_0.5_all.deb Size: 17274 MD5sum: d11b0737e8a354515f13e013636be74f SHA1: 4f4e709172793fa960cb1634cad58924119a1f5f SHA256: f969bfe15447ed694ba8155a57ce8ef6357ac1428b23db946d694bb32b3a1524 Section: python Priority: optional Homepage: https://github.com/ojii/django-classy-tags Description: Class based template tags for Django projects django-classy-tags is an approach at making writing template tags in Django easier, shorter and more fun by providing an extensible argument parser which reduces most of the boiler plate code you usually have to write when coding custom template tags. . django-classy-tags does no magic by design. Thus you will not get automatic registering/loading of your tags like other solutions provide. You will not get automatic argument guessing from function signatures but rather you have to declare what arguments your tag accepts. There is also no magic in your template tag class either, it’s just a subclass of django.template.Node which invokes a parser class to parse the arguments when it’s initialized and resolves those arguments into keyword arguments in it’s render method and calls it’s render_tag method with those keyword arguments. Package: python-django-classy-tags-doc Source: python-django-classy-tags Version: 0.5 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 25 Filename: ./all/python-django-classy-tags-doc_0.5_all.deb Size: 1560 MD5sum: 606a21f428a2fc88a34cf671fb7fee83 SHA1: 01924bad72055ae54491b42b710eb56f5aef0372 SHA256: c349e6438ba789d2f7b1d2d7d31ed3b04279376ae33e1959d0a1f05820223814 Section: doc Priority: optional Homepage: https://github.com/ojii/django-classy-tags Description: Class based template tags for Django projects (Documentation) django-classy-tags is an approach at making writing template tags in Django easier, shorter and more fun by providing an extensible argument parser which reduces most of the boiler plate code you usually have to write when coding custom template tags. . django-classy-tags does no magic by design. Thus you will not get automatic registering/loading of your tags like other solutions provide. You will not get automatic argument guessing from function signatures but rather you have to declare what arguments your tag accepts. There is also no magic in your template tag class either, it’s just a subclass of django.template.Node which invokes a parser class to parse the arguments when it’s initialized and resolves those arguments into keyword arguments in it’s render method and calls it’s render_tag method with those keyword arguments. . This package contains the documentation. Package: python-django-compressor Version: 2.0 Architecture: all Maintainer: SimpleGeo Nerds Installed-Size: 491 Depends: python, python-support (>= 0.90.0), python-beautifulsoup (>= 3.1), python-django (>= 1.4), python-rjsmin Filename: ./all/python-django-compressor_2.0_all.deb Size: 63288 MD5sum: d7f9f84d8a0706dfdc1398f08b3186b1 SHA1: 00a11623c23c308becd50e2d6eae2ad5a3886661 SHA256: e1b84aa95c6b05dc2e3c5484ddff9b4143546e7a893d1f0776fdaef7a0532221 Section: python Priority: optional Homepage: https://github.com/jezdez/django_compressor Description: django-compressor Compresses linked and inline javascript or CSS into a single cached file. Package: python-django-contrib-comments Version: 1.6.2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 419 Recommends: python (>= 2.6) | python-django Filename: ./all/python-django-contrib-comments_1.6.2_all.deb Size: 64642 MD5sum: c3c07e64d3f343ae1e736c25f4780ccf SHA1: 7fb67d5e3f3a4c2cf12fbd03f419d9a876fd6782 SHA256: c074e390b8bcd7a76210aeb7846ff443351b7e94a9659df36600c2fbc2b22269 Section: python Priority: optional Description: Django "excontrib" Comments Django used to include a comments framework; since Django 1.6 it's been separated to a separate project. This is that project. . This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else. Package: python-django-doc Source: python-django Version: 1.8.18-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 47 Filename: ./all/python-django-doc_1.8.18-1_all.deb Size: 15250 MD5sum: 06a3f993dc47d7bcffb1306312b96ee9 SHA1: 4baf3da6518069497fcd2954149544612cf6a985 SHA256: 33731bf80a934f0701c7f04d4ee07cb05eed17ea5e620ab05771574f215edbc2 Section: doc Priority: optional Homepage: http://www.djangoproject.com/ Description: High-level Python web development framework (documentation) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains the HTML documentation and example projects. Package: python-django-sekizai Source: django-sekizai Version: 0.9 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 100 Depends: python-django (>= 1.5), python-django-classy-tags Suggests: python-django-sekizai-doc Filename: ./all/python-django-sekizai_0.9_all.deb Size: 12364 MD5sum: cdb5a9e74b470f857e07186d21dcc942 SHA1: f1d7188d99d535ae8bef7f2908fff494c79d5b7c SHA256: 85595b561344c06bd49cec4421255fbd79967d9843edab653ede4beffc6a9c7f Section: python Priority: optional Homepage: http://django-sekizai.readthedocs.org/ Description: template blocks for Django projects Sekizai means “blocks” in Japanese, and that’s what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. Package: python-django-sekizai-doc Source: django-sekizai Version: 0.9 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 27 Filename: ./all/python-django-sekizai-doc_0.9_all.deb Size: 2550 MD5sum: 79a14ba7005f3ef556b17172029b7adb SHA1: 6ae4243ea703efda8cdf4b05f6491b94ef924782 SHA256: 73d75ac1c6e464b8d65b661ed80bd6e6c2f0d6630cf21ee3c92ad57c55321db4 Section: doc Priority: optional Homepage: http://django-sekizai.readthedocs.org/ Description: template blocks for Django projects (Documentation) Sekizai means “blocks” in Japanese, and that’s what this app provides. A fresh look at blocks. With django-sekizai you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and javascript. Your subtemplates can now define css and javscript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block. . This package contains the documentation. Package: python-feedparser Source: feedparser Version: 4.1-14 Architecture: all Maintainer: Carlos Galisteo Installed-Size: 849 Depends: python (>= 2.1), python-support (>= 0.90.0) Recommends: python-libxml2, python-chardet, python-utidylib Filename: ./all/python-feedparser_4.1-14_all.deb Size: 84586 MD5sum: ae1dfb9e2474233da05883d34a7125aa SHA1: ad5383788fcb28522e5858e609fb229d2c86136c SHA256: 8a3806419c399852342fe260dc3dc2cdf03e0f019051ae8c49b2d86ba718ebf6 Section: python Priority: optional Homepage: http://www.feedparser.org Description: Universal Feed Parser for Python Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds. . It provides the same API to all formats, and sanitizes URIs and HTML. Python-Version: 2.7 Package: python-imaging Source: pillow Version: 2.7.0-1 Architecture: all Maintainer: Matthias Klose Installed-Size: 30 Depends: 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: ./all/python-imaging_2.7.0-1_all.deb Size: 7112 MD5sum: e78b17af3b9b305707ea284445befabb SHA1: 0c99dd812b5cb67790d59046a9e9240e4e70c55d SHA256: 419e1594da1601b4ffff7d6f54be904bdaa75f2a8bf64fa880e1d16105b421ec Section: python Priority: optional 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-kombu Source: kombu Version: 2.1.8 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 579 Depends: python-amqplib (>= 0.6), python-anyjson (>= 0.3.1) Recommends: python-yaml Suggests: python-couchdb (>= 0.8), python-kombu-doc, python-pymongo Breaks: python-cjson (<= 1.0.5-4+b1) Filename: ./all/python-kombu_2.1.8_all.deb Size: 92992 MD5sum: d09089e14c5deee491defc8a506ae8e7 SHA1: b06bd9c2df6ec367ddfaa008f4adf4c15e32ad84 SHA256: d87607eff2586a27ca0915bb3c3010da3a311cdcff9065e2a1668022fd133ab1 Section: python Priority: optional 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-kombu-doc Source: kombu Version: 2.1.8 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 25 Depends: python-kombu Recommends: libjs-jquery Filename: ./all/python-kombu-doc_2.1.8_all.deb Size: 1780 MD5sum: a73cb0d493fcbdca4a5cf6d6de2f3498 SHA1: be818a786393c0c5dab9d17a82b4eeccb5a75823 SHA256: ec3f5b9a85f46489285cbef35e67628a4227c4e4ecdba5db244e4b5b6c608a83 Section: doc Priority: optional 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-pil Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 33 Depends: mime-support | python-pil.imagetk 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) Provides: python-pillow Filename: ./i386/python-pil_2.7.0-1_i386.deb Size: 8328 MD5sum: 69d6a0c321f5e23fab09eefc491a598e SHA1: 658760e32f1aa5c4106d06a208eceac90baab54b SHA256: 4ff78046023aa0b8a6eba07d27b3bf8a9f44b143ad3bf987efcd2ea25e84a3ad Section: python Priority: optional Multi-Arch: same 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-pil Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 33 Depends: mime-support | python-pil.imagetk 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) Provides: python-pillow Filename: ./amd64/python-pil_2.7.0-1_amd64.deb Size: 8334 MD5sum: b1320f6295bb8e12b064420f5dd6875e SHA1: ea38ce0de7a6f578c01f84030d15fae6d38f9187 SHA256: b3c279ffaa127d345fb3791a426805ca410a0d55aed057bcf0e92a23bb52afed Section: python Priority: optional Multi-Arch: same 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-pil-dbg Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 830 Depends: python-pil (= 2.7.0-1), python-dbg, libc6 (>= 2.4), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), libtiff5 (>= 4.0.3), libwebp5, libwebpdemux1, libwebpmux1, zlib1g (>= 1:1.1.4) Breaks: python-imaging-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-dbg (<< 1.1.7+2.0.0-1.1) Provides: python-imaging-dbg Filename: ./i386/python-pil-dbg_2.7.0-1_i386.deb Size: 206350 MD5sum: 5b364102adf9e360be7d3a3cd6101d2d SHA1: 9f39e8c6458dfb2ad8036ef31dfe301ece109152 SHA256: ec00b685011a8bd5931dc88e550d41afdced7849e73f1da14ed3084beb0178fa Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library (debug extension) 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. . This package contains the extension built for the Python debug interpreter. Package: python-pil-dbg Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 932 Depends: python-pil (= 2.7.0-1), python-dbg, libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), libtiff5 (>= 4.0.3), libwebp5, libwebpdemux1, libwebpmux1, zlib1g (>= 1:1.1.4) Breaks: python-imaging-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-dbg (<< 1.1.7+2.0.0-1.1) Provides: python-imaging-dbg Filename: ./amd64/python-pil-dbg_2.7.0-1_amd64.deb Size: 213422 MD5sum: 52802d84814e8c171c7e2cb218f7da66 SHA1: d9cb831597b063101a9c108bbd85e9260aed4aff SHA256: 6733948dda919abc36142972bc21ec66796c4a6ac41c2d5ab9759a9a43d49bfa Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library (debug extension) 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. . This package contains the extension built for the Python debug interpreter. Package: python-pil-doc Source: pillow Version: 2.7.0-1 Architecture: all Maintainer: Matthias Klose Installed-Size: 72 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) Provides: python-imaging-doc Filename: ./all/python-pil-doc_2.7.0-1_all.deb Size: 17876 MD5sum: a0e422d860f5638c5b613f2380f1d5cb SHA1: d8d60c16e91c0ef975ae4259ffaf34b81746dc0b SHA256: 76abaf9cdc1531a09503a697f400825f4d5a543fa321c3b214c0464f21491ac4 Section: doc Priority: optional 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.imagetk Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 65 Depends: python-pil (= 2.7.0-1), python-tk (>= 2.7.7-2), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0) Suggests: python-pil-doc, python-pil.imagetk-dbg Breaks: python-imaging-tk (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-tk (<< 1.1.7+2.0.0-1.1) Provides: python-imaging-tk, python2.7-pil.imagetk Filename: ./i386/python-pil.imagetk_2.7.0-1_i386.deb Size: 12918 MD5sum: c5ab1fc05fb386c05901eca5f31c1ab1 SHA1: cc72658abd0d8381ab10d03a5e81aa7ec0b4830e SHA256: 445c226cfc625acaba9cc359867fcc6e223ee0e2afa3744d693e68d4b612d147 Section: python Priority: optional Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - ImageTk Module (Pillow fork) Tk dependent python-pil module. Package: python-pil.imagetk Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 66 Depends: python-pil (= 2.7.0-1), python-tk (>= 2.7.7-2), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0) Suggests: python-pil-doc, python-pil.imagetk-dbg Breaks: python-imaging-tk (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-tk (<< 1.1.7+2.0.0-1.1) Provides: python-imaging-tk, python2.7-pil.imagetk Filename: ./amd64/python-pil.imagetk_2.7.0-1_amd64.deb Size: 12720 MD5sum: 232b619d9b73758f9957067a492030bb SHA1: 78e1f930174f76ab4b671797cc30acf7c11ab917 SHA256: 2ae523f9ebc2bcb8f4d370750b078ea584e735da6ce5e4ad5f5496034705758e Section: python Priority: optional Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - ImageTk Module (Pillow fork) Tk dependent python-pil module. Package: python-pil.imagetk-dbg Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 58 Depends: python-pil.imagetk (= 2.7.0-1), python-pil-dbg (= 2.7.0-1), python-dbg, libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0) Breaks: python-imaging-tk-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-tk-dbg (<< 1.1.7+2.0.0-1.1) Provides: python-imaging-tk-dbg Filename: ./i386/python-pil.imagetk-dbg_2.7.0-1_i386.deb Size: 8944 MD5sum: 9db5eefbbb4b5bc656534bacc9e11501 SHA1: 95dcc84ee07e4be8b59e3ad17b93ea7da2ad056d SHA256: 8e1cdc10728fbe656659293cd2b531000055ec38dc9ac42f8ef139ccc5b36842 Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - ImageTk Module (debug extension) Tk dependent python-pil module. . This package contains the extension built for the Python debug interpreter. Package: python-pil.imagetk-dbg Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 60 Depends: python-pil.imagetk (= 2.7.0-1), python-pil-dbg (= 2.7.0-1), python-dbg, libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), libtk8.6 (>= 8.6.0) Breaks: python-imaging-tk-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-tk-dbg (<< 1.1.7+2.0.0-1.1) Provides: python-imaging-tk-dbg Filename: ./amd64/python-pil.imagetk-dbg_2.7.0-1_amd64.deb Size: 8942 MD5sum: ffde749f7cc77d9dc7464bdf018812eb SHA1: 3783f41aa13f1eed691b38ecddb108b61a1c71a2 SHA256: 79d22a0c2c59997e1011fe2028652cbaba650b1a5a234814b48253fbb93e6ef0 Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - ImageTk Module (debug extension) Tk dependent python-pil module. . This package contains the extension built for the Python debug interpreter. Package: python-rjsmin Version: 1.0.12+dfsg1-2 Architecture: i386 Maintainer: PKG OpenStack Installed-Size: 25 Filename: ./i386/python-rjsmin_1.0.12+dfsg1-2_i386.deb Size: 2050 MD5sum: a4c3837b5ff13332016ad455b1e07f60 SHA1: ea04ccf5f7055bb494f4bb2679118819bc4a9cb6 SHA256: 402bf5a44d66810ba04b374a5d40fef1a0dd86b73963492c160d404555149ff0 Section: python Priority: optional Homepage: http://opensource.perlig.de/rjsmin/ Description: javascript minifier written in Python - Python 2.7 rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 2.7 module. Package: python-rjsmin Version: 1.0.12+dfsg1-2 Architecture: amd64 Maintainer: PKG OpenStack Installed-Size: 25 Filename: ./amd64/python-rjsmin_1.0.12+dfsg1-2_amd64.deb Size: 2056 MD5sum: 3a3c7025786b64becc94590a00a97537 SHA1: 092ad21854060b1a05830acb82a511631935cbdd SHA256: cce48cb3d1640f4898dade81355ba66318d7c0f3133a74960693b96cb2a6094f Section: python Priority: optional Homepage: http://opensource.perlig.de/rjsmin/ Description: javascript minifier written in Python - Python 2.7 rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 2.7 module. Package: python-sane Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 30 Depends: python-pil (= 2.7.0-1) 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) Provides: python-imaging-sane Filename: ./i386/python-sane_2.7.0-1_i386.deb Size: 7144 MD5sum: a969b07f14630256a29b226a81aebe3b SHA1: 606692013bd450bf30db60e39deb363a60fe7b7a SHA256: ced85cd7563cd445a372e64b8cc7f36bbe8b67a41215d8285f78c863dab0a932 Section: python Priority: optional Multi-Arch: same 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-sane Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 30 Depends: python-pil (= 2.7.0-1) 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) Provides: python-imaging-sane Filename: ./amd64/python-sane_2.7.0-1_amd64.deb Size: 7146 MD5sum: 0a55d8d8bbc546d4b13d77525e3aef29 SHA1: 313b06593ef3ac58ab06d1c8ac801aba26d9679c SHA256: 9b340a15b8a34363a74266f49b4a5fa9de9789d26d7e3b792db48e5af6f34bca Section: python Priority: optional Multi-Arch: same 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-sane-dbg Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 30 Depends: python-sane (= 2.7.0-1), python-pil-dbg (= 2.7.0-1), python-dbg Breaks: python-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1) Provides: python-imaging-sane-dbg Filename: ./i386/python-sane-dbg_2.7.0-1_i386.deb Size: 7164 MD5sum: c4423bb3b21b0485af728c8dfd74df53 SHA1: 54979885af1f11d113067c67bab8339c292452e9 SHA256: e314d9488227506241331b33dd29a8cf5aef6261c48aa9608de37f00e15c28f4 Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - SANE interface (debug extension) 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. . This package contains the extension built for the Python debug interpreter. Package: python-sane-dbg Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 30 Depends: python-sane (= 2.7.0-1), python-pil-dbg (= 2.7.0-1), python-dbg Breaks: python-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1) Provides: python-imaging-sane-dbg Filename: ./amd64/python-sane-dbg_2.7.0-1_amd64.deb Size: 7170 MD5sum: bfe39fc24a227dab7cf4699c28011bd9 SHA1: 65d8ba8e2789fdcea855df5a258495287ef473bf SHA256: 534c65e26a39ff34f806bf7113b80253a992cf92b67d3899173a29e4f40c4505 Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - SANE interface (debug extension) 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. . This package contains the extension built for the Python debug interpreter. Package: python-sphinx-issuetracker Source: sphinx-issuetracker Version: 0.7.2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 248 Depends: python-sphinx (>= 1.0.7), python (>= 2.6), python-support (>= 0.90.0) Recommends: python-debianbts, python-launchpadlib, python-lxml Provides: python2.7-sphinx-issuetracker Filename: ./all/python-sphinx-issuetracker_0.7.2_all.deb Size: 52824 MD5sum: 80d74ec84a2c51cda3079dbbac33a59a SHA1: a07baf924cdfa6600907430d5246659555d4508d SHA256: a555c03952aaf0adbc43e4460192adb32b7b654521ec7e4e0355d12b08d637f9 Section: python Priority: optional Homepage: http://packages.python.org/sphinxcontrib-issuetracker Description: Sphinx integration with different issuetrackers This extension for Sphinx 1.0 parses textual issue references like #10, looks up the issue in the configured issue tracker, and includes a link to the issue. . Currently the following issue trackers are supported: * GitHub * BitBucket * Launchpad * Google Code * Debian BTS . Furthermore this extension provides a simple API to add other issue trackers. Package: python3-pil Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 1269 Depends: python3 (<< 3.5), python3 (>= 3.4~), mime-support | python3-pil.imagetk, libc6 (>= 2.11), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libtcl8.6 (>= 8.6.0), libtiff5 (>= 4.0.3), libtk8.6 (>= 8.6.0), libwebp5, libwebpdemux1, libwebpmux1, zlib1g (>= 1:1.1.4) Suggests: python-pil-doc, python3-pil-dbg Conflicts: python3-imaging (<< 1.1.7+2.0.0-1.1) Breaks: python3-imaging (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging (<< 1.1.7+2.0.0-1.1) Provides: python3-pillow Filename: ./i386/python3-pil_2.7.0-1_i386.deb Size: 326682 MD5sum: fe167bf2179d6c8e52a6861d0ef7cb17 SHA1: a53620187deb77e2c10b6277bc148bdc31d504e9 SHA256: a8136309767e87027d793d7cd2b72fe238a346ad894fc631f2fb1a6ae5b6de04 Section: python Priority: optional Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library (Python3) 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: python3-pil Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 1269 Depends: python3 (<< 3.5), python3 (>= 3.4~), mime-support | python3-pil.imagetk, libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libtcl8.6 (>= 8.6.0), libtiff5 (>= 4.0.3), libtk8.6 (>= 8.6.0), libwebp5, libwebpdemux1, libwebpmux1, zlib1g (>= 1:1.1.4) Suggests: python-pil-doc, python3-pil-dbg Conflicts: python3-imaging (<< 1.1.7+2.0.0-1.1) Breaks: python3-imaging (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging (<< 1.1.7+2.0.0-1.1) Provides: python3-pillow Filename: ./amd64/python3-pil_2.7.0-1_amd64.deb Size: 320958 MD5sum: 73d354732c1e6e3fa3de4ce38c8ea51f SHA1: 3405024c92745a487f816795ca2c0343daae7007 SHA256: 0b67b634eeebd7fda9a5560d09371825e865392df67c58dfa03996f906f78eac Section: python Priority: optional Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library (Python3) 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: python3-pil-dbg Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 876 Depends: python3-pil (= 2.7.0-1), python3-dbg, libc6 (>= 2.4), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libtcl8.6 (>= 8.6.0), libtiff5 (>= 4.0.3), libtk8.6 (>= 8.6.0), libwebp5, libwebpdemux1, libwebpmux1, zlib1g (>= 1:1.1.4) Breaks: python3-imaging-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-dbg (<< 1.1.7+2.0.0-1.1) Filename: ./i386/python3-pil-dbg_2.7.0-1_i386.deb Size: 219120 MD5sum: 781274b5980d18bf34b9696d7cb3921e SHA1: 9be22336b5265ada648be7105fa28b8393301180 SHA256: 6bd31a1fb085a358dbb2b28257d8a453a1a9ae739b818f9e71886f2ac95c266e Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library (Python3 debug extension) 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. . This package contains the extension built for the Python debug interpreter. Package: python3-pil-dbg Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 987 Depends: python3-pil (= 2.7.0-1), python3-dbg, libc6 (>= 2.14), libfreetype6 (>= 2.2.1), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.2+git20110628), libtcl8.6 (>= 8.6.0), libtiff5 (>= 4.0.3), libtk8.6 (>= 8.6.0), libwebp5, libwebpdemux1, libwebpmux1, zlib1g (>= 1:1.1.4) Breaks: python3-imaging-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-dbg (<< 1.1.7+2.0.0-1.1) Filename: ./amd64/python3-pil-dbg_2.7.0-1_amd64.deb Size: 227050 MD5sum: d994ba614c62d9fd7093dbeda9c1d60a SHA1: f761b7349b4b3fb0f7a1aff1be69112e99dbf2b3 SHA256: 23f41eda98852603f74cfb1730a867a76bbb6791515f327307e9a9c379de1739 Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library (Python3 debug extension) 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. . This package contains the extension built for the Python debug interpreter. Package: python3-pil.imagetk Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 30 Depends: python3-pil (= 2.7.0-1), python3-tk (>= 3.4.1-2) Suggests: python-pil-doc, python3-pil.imagetk-dbg Breaks: python3-imaging-tk (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-tk (<< 1.1.7+2.0.0-1.1) Filename: ./i386/python3-pil.imagetk_2.7.0-1_i386.deb Size: 7048 MD5sum: 9a99379377afd0918f4d05bd854f3337 SHA1: ec1a96b840a9b1d02caa4f7b183b8a303bbc5276 SHA256: 329888510cf124322b50a47b50c329bd5a2ff2311d6dd418557623f2f6c018e3 Section: python Priority: optional Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - ImageTk Module (Python3) Tk dependent python-pil module. Package: python3-pil.imagetk Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 30 Depends: python3-pil (= 2.7.0-1), python3-tk (>= 3.4.1-2) Suggests: python-pil-doc, python3-pil.imagetk-dbg Breaks: python3-imaging-tk (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-tk (<< 1.1.7+2.0.0-1.1) Filename: ./amd64/python3-pil.imagetk_2.7.0-1_amd64.deb Size: 7050 MD5sum: 4a80459616cba01e07bf33db01193a95 SHA1: fc75fedd1c734e54fb2b0f951af681ca4c9c7102 SHA256: 152c11e2d7b702676b19515620246422c47e1e4ac48646d3cb9e7c801338502f Section: python Priority: optional Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - ImageTk Module (Python3) Tk dependent python-pil module. Package: python3-pil.imagetk-dbg Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 21 Depends: python3-pil.imagetk (= 2.7.0-1), python3-pil-dbg (= 2.7.0-1), python3-dbg Breaks: python3-imaging-tk-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-tk-dbg (<< 1.1.7+2.0.0-1.1) Filename: ./i386/python3-pil.imagetk-dbg_2.7.0-1_i386.deb Size: 962 MD5sum: 5986b56423eeb7c67add424ef8ad9fde SHA1: b881e6d65f5598d67eab82f573eeb609751714e8 SHA256: 65faf397e8001f2aa70416c2a49156e755108b07d9e8773ed332a2222b169f11 Section: debug Priority: extra Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - ImageTk Module (Python3 debug extension) Tk dependent python-pil module. . This package contains the extension built for the Python debug interpreter. Package: python3-pil.imagetk-dbg Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 21 Depends: python3-pil.imagetk (= 2.7.0-1), python3-pil-dbg (= 2.7.0-1), python3-dbg Breaks: python3-imaging-tk-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-tk-dbg (<< 1.1.7+2.0.0-1.1) Filename: ./amd64/python3-pil.imagetk-dbg_2.7.0-1_amd64.deb Size: 958 MD5sum: b9b74a3a06c0d7ffa1eba7812b67e68d SHA1: 468854b2186b4fa050403ee75ae7a5eb08b7e589 SHA256: 7567bf58c1d991496f5fe60e29af601d397f610e4cf9da13b27c551d02fa3e3e Section: debug Priority: extra Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - ImageTk Module (Python3 debug extension) Tk dependent python-pil module. . This package contains the extension built for the Python debug interpreter. Package: python3-rjsmin Source: python-rjsmin Version: 1.0.12+dfsg1-2 Architecture: i386 Maintainer: PKG OpenStack Installed-Size: 83 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4) Filename: ./i386/python3-rjsmin_1.0.12+dfsg1-2_i386.deb Size: 15280 MD5sum: 03b609cd9c6c65c67548eb3caba9fd42 SHA1: 9015d95e5fff6618076b39f9fced6d699e08c1bd SHA256: 82b19e3cd16fe92bf0f98201c324c80ca8f8da6de06cd98cd34e38afdba79a56 Section: python Priority: optional Homepage: http://opensource.perlig.de/rjsmin/ Description: javascript minifier written in Python - Python 3.x rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 3.x module. Package: python3-rjsmin Source: python-rjsmin Version: 1.0.12+dfsg1-2 Architecture: amd64 Maintainer: PKG OpenStack Installed-Size: 84 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.4) Filename: ./amd64/python3-rjsmin_1.0.12+dfsg1-2_amd64.deb Size: 15104 MD5sum: daf5ddb0bd18849e95b98fd041db4602 SHA1: 72b7ffa814aa34c4f94c4e4964b2dd861cd48715 SHA256: 53d1a80118d3546c419ad747911a4ff0316a10270e197ab2a6f7fcfcdcc45a52 Section: python Priority: optional Homepage: http://opensource.perlig.de/rjsmin/ Description: javascript minifier written in Python - Python 3.x rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. . The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. It differs in the following ways: . - there is no error detection: unterminated string, regex and comment literals are treated as regular javascript code and minified as such. - Control characters inside string and regex literals are left untouched; they are not converted to spaces (nor to) - Newline characters are not allowed inside string and regex literals, except for line continuations in string literals (ECMA-5). - "return /regex/" is recognized correctly. - Line terminators after regex literals are handled more sensibly - "+ +" and "- -" sequences are not collapsed to '++' or '--' - Newlines before ! operators are removed more sensibly - Comments starting with an exclamation mark (!) can be kept optionally - rJSmin does not handle streams, but only complete strings. (However, the module provides a "streamy" interface). . Since most parts of the logic are handled by the regex engine it's way faster than the original Python port of jsmin.c by Baruch Even. The speed factor varies between about 6 and 55 depending on input and Python version (it gets faster the more compressed the input already is). Compared to the speed-refactored Python port by Dave St.Germain the performance gain is less dramatic but still between 3 and 50 (for huge inputs)). See the docs/BENCHMARKS file for details. . This package contains the Python 3.x module. Package: python3-sane Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 30 Depends: python3-pil (= 2.7.0-1) Recommends: python3-tk (>= 2.5.2-1.1) Suggests: python-pil-doc, python3-sane-dbg Breaks: python3-imaging-sane (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-sane (<< 1.1.7+2.0.0-1.1) Filename: ./i386/python3-sane_2.7.0-1_i386.deb Size: 7138 MD5sum: 62c048ba3b9bc01e9b8f05d061963a26 SHA1: 945ae7f0d3709dd1bdd947da43dc27381c6bedc3 SHA256: 586dd5a9c7ed29eb14a90b757e3879f251fa4213cf3f64787546b664fae46985 Section: python Priority: optional Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - SANE interface (Python3) 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: python3-sane Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 30 Depends: python3-pil (= 2.7.0-1) Recommends: python3-tk (>= 2.5.2-1.1) Suggests: python-pil-doc, python3-sane-dbg Breaks: python3-imaging-sane (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-sane (<< 1.1.7+2.0.0-1.1) Filename: ./amd64/python3-sane_2.7.0-1_amd64.deb Size: 7142 MD5sum: 0ebf098b6d89bd3f93fabb3449106630 SHA1: 0d52fe68906b5dfc08fb2e5535304eb707566ccb SHA256: 5d83afb18b575d2f0b36c9f88e7eac6b4bd3675423c43ecb77c9ad4058f95261 Section: python Priority: optional Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - SANE interface (Python3) 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: python3-sane-dbg Source: pillow Version: 2.7.0-1 Architecture: i386 Maintainer: Matthias Klose Installed-Size: 30 Depends: python3-sane (= 2.7.0-1), python3-pil-dbg (= 2.7.0-1), python3-dbg Breaks: python3-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1) Filename: ./i386/python3-sane-dbg_2.7.0-1_i386.deb Size: 7164 MD5sum: ec206188ff428a5be3b38f9f2832bae1 SHA1: 57ef02819054c3c2a80f6b8c6f415ff1e6bf08df SHA256: b72a99a8d5bbf728677bca37454e584c1cf6cfc4f9d94c5b0aaa5d448cc97359 Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - SANE interface (Python3 debug extension) 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. . This package contains the extension built for the Python debug interpreter. Package: python3-sane-dbg Source: pillow Version: 2.7.0-1 Architecture: amd64 Maintainer: Matthias Klose Installed-Size: 30 Depends: python3-sane (= 2.7.0-1), python3-pil-dbg (= 2.7.0-1), python3-dbg Breaks: python3-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1) Replaces: python3-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1) Filename: ./amd64/python3-sane-dbg_2.7.0-1_amd64.deb Size: 7162 MD5sum: 09fa3fd2ffeb54cb306c728b9864c957 SHA1: 4eff76c1a10640258e92e0b44cbe68a44eb81152 SHA256: 5396200f222b0dc781d508fdaffa43bb91676f6d3115cc9c46eaa95a281eb1bf Section: debug Priority: extra Multi-Arch: same Homepage: http://python-pillow.github.io/ Description: Python Imaging Library - SANE interface (Python3 debug extension) 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. . This package contains the extension built for the Python debug interpreter.