Package: python-backports.ssl-match-hostname Source: backports.ssl-match-hostname Version: 3.4.0.2-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 60 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: https://bitbucket.org/brandon/backports.ssl_match_hostname Priority: optional Section: python Filename: pool/main/b/backports.ssl-match-hostname/python-backports.ssl-match-hostname_3.4.0.2-1_all.deb Size: 6188 SHA256: 681eef2bd594d70ba35215e8670c890bb120a15b45affb2d1481247d609dee6f SHA1: 02daeb1aa1ddf904cf9b79f25539585ed5f6e00d MD5sum: f5c129fae4c529591129ceb6e4ff6e58 Description: Backport of the Python 3.2 SSL hostname checking function The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. . But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 and greater now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. . This package contains a backport of the ssl.match_hostname function for Python 2.4 and above. Package: python-django Version: 1.8.7-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 13029 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-django-common (= 1.8.7-1ubuntu1) Recommends: libjs-jquery, python-sqlparse, python-tz Suggests: python-psycopg2, python-pymysql, python-flup, python-sqlite, python-memcache, python-pil, python-bcrypt, python-yaml, geoip-database-extra | geoip-database-contrib, gettext, python-django-doc, ipython, bpython, libgdal1 Homepage: http://www.djangoproject.com/ Priority: optional Section: python Filename: pool/main/p/python-django/python-django_1.8.7-1ubuntu1_all.deb Size: 876682 SHA256: a2dc61a8136041ce18b75846388a8c6c4b8488b671c756a3c00fbe28c8b6214e SHA1: 8fb71954e46ce095411f90d58bae82fed9032055 MD5sum: cd8df5ac289d0f099d7cab59c513aa3f Description: High-level Python web development framework (Python 2 version) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client . This package is built for Python 2. Original-Maintainer: Debian Python Modules Team Package: python-django-common Source: python-django Version: 1.8.7-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 19119 Recommends: libjs-jquery Breaks: python-django (<< 1.7~) Replaces: python-django (<< 1.7~) Homepage: http://www.djangoproject.com/ Priority: optional Section: python Filename: pool/main/p/python-django/python-django-common_1.8.7-1ubuntu1_all.deb Size: 1195900 SHA256: 80ea3fe7e2f2fa85a760b810028b62216db737a1570de7da65ff4f92c77ad06d SHA1: c56db09b895e516e2083e0b883ac2bf30be14b4e MD5sum: d3904ca8fc52e1e2aa1e4de3bfcd8f1f Description: High-level Python web development framework (common) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . This package contains files common to both Python 2.7 and Python 3. Original-Maintainer: Debian Python Modules Team Package: python-django-doc Source: python-django Version: 1.8.7-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 19172 Depends: libjs-sphinxdoc (>= 1.0) Homepage: http://www.djangoproject.com/ Priority: optional Section: doc Filename: pool/main/p/python-django/python-django-doc_1.8.7-1ubuntu1_all.deb Size: 2569882 SHA256: 2f22294e28772bea8aac7da05b931eba65a201365fc99dcf71bdbe2e2ad8c4d9 SHA1: 877eaf1a1daa796933df09a2d129a158be595b15 MD5sum: af9baaf477b6014875fb4062ca31bbde 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. Original-Maintainer: Debian Python Modules Team Package: python-tornado Version: 4.2.1-1ubuntu3 Architecture: i386 Maintainer: Debian Python Modules Team Installed-Size: 1605 Depends: ca-certificates, python (>= 2.7), python-pycurl, python (<< 2.8), python:any (>= 2.7.1-0ubuntu2) Recommends: python-pymysql Homepage: http://www.tornadoweb.org/ Priority: optional Section: python Filename: pool/main/p/python-tornado/python-tornado_4.2.1-1ubuntu3_i386.deb Size: 273880 SHA256: 101fec292e4a946b8af6b99b88599884ed30a371a794e6cdce95982aa7d5a3b5 SHA1: 8e5eba15d308605bb3db47388118c1c6eaf11ae5 MD5sum: a94674fd61dc78a052b98ea3811415dc Description: scalable, non-blocking web server and tools Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure. . This is the Python 2 version of the package. Package: python3-django Source: python-django Version: 1.8.7-1ubuntu1 Architecture: all Maintainer: Ubuntu Developers Installed-Size: 13005 Depends: python3:any (>= 3.3.2-2~), python-django-common (= 1.8.7-1ubuntu1) Recommends: libjs-jquery, python3-sqlparse, python3-tz Suggests: python3-psycopg2, python3-pymysql, python3-flup, python3-sqlite, python3-memcache, python3-pil, python3-bcrypt, python3-yaml, geoip-database-contrib, gettext, python-django-doc, ipython3, bpython3, libgdal1 Homepage: http://www.djangoproject.com/ Priority: optional Section: python Filename: pool/main/p/python-django/python3-django_1.8.7-1ubuntu1_all.deb Size: 858874 SHA256: 9adf34e4248633cee6bf3ca6f84572de4f5ab4721b893e8fa267a0ecd93fbc24 SHA1: 77ae47901fdd67af52ca3f07bc73561e3e62c6cc MD5sum: c9b7470cc3e3309758534cf585a90ac5 Description: High-level Python web development framework (Python 3 version) Django is a high-level web application framework that loosely follows the model-view-controller design pattern. . Python's equivalent to Ruby on Rails, Django lets you build complex data-driven websites quickly and easily - Django focuses on automating as much as possible and adhering to the "Don't Repeat Yourself" (DRY) principle. . Django additionally emphasizes reusability and "pluggability" of components; many generic third-party "applications" are available to enhance projects or to simply to reduce development time even further. . Notable features include: * An object-relational mapper (ORM) * Automatic admin interface * Elegant URL dispatcher * Form serialization and validation system * Templating system * Lightweight, standalone web server for development and testing * Internationalization support * Testing framework and client . This package is built for Python 3. Original-Maintainer: Debian Python Modules Team Package: python3-tornado Source: python-tornado Version: 4.2.1-1ubuntu3 Architecture: i386 Maintainer: Debian Python Modules Team Installed-Size: 1427 Depends: ca-certificates, python3 (>= 3.4~), python3 (<< 3.5) Homepage: http://www.tornadoweb.org/ Priority: optional Section: web Filename: pool/main/p/python-tornado/python3-tornado_4.2.1-1ubuntu3_i386.deb Size: 255926 SHA256: b2f30c9dfa3da5ff72f5d00de9adc1d34a1ef4d2b959ec6e08b73c15b0e9de0d SHA1: a86d135360313e57e07c185588d798abe88410f0 MD5sum: cf4cdb9e70eaa1d9499821f271e634ea Description: scalable, non-blocking web server and tools - Python 3 package Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure. . This is the Python 3 version of the package. Package: rpki-ca Source: rpki Version: 1.0.1544679302~trusty Architecture: i386 Maintainer: Rob Austein Installed-Size: 414 Depends: python (>= 2.7), apache2, ssl-cert, python-lxml, postgresql, postgresql-client, python-psycopg2, python-django (>= 1.8.0), python-tornado, libapache2-mod-wsgi, python-vobject, python-yaml, python-netifaces, rpki-rp (= 1.0.1544679302~trusty), lsb-base (>= 3.2-14), sudo Homepage: http://trac.rpki.net/ Priority: extra Section: net Filename: pool/main/r/rpki/rpki-ca_1.0.1544679302~trusty_i386.deb Size: 95586 SHA256: 40b9e66c90ab5a9f646a96e92d95a405191cf43cd07e0d1d9ade23ea45101501 SHA1: 3df68e11cccb5c2efc5fd350ac6283af3a6e176c MD5sum: d89e20ba6d0b96c091b5312126b2fa24 Description: rpki.net certification authority tools "Certification authority" tools for issuing RPKI certificates and related objects using the rpki.net toolkit. See the online documentation at http://rpki.net/. Package: rpki-rp Source: rpki Version: 1.0.1544679302~trusty Architecture: i386 Maintainer: Rob Austein Installed-Size: 3472 Depends: libc6 (>= 2.7), python (>= 2.7), apache2, ssl-cert, python-lxml, postgresql, postgresql-client, python-psycopg2, python-django (>= 1.8.0), python-tornado, rrdtool, rsync, xinetd, sudo Replaces: rpki-ca (<= 0.5767) Homepage: http://trac.rpki.net/ Priority: extra Section: net Filename: pool/main/r/rpki/rpki-rp_1.0.1544679302~trusty_i386.deb Size: 878202 SHA256: 8c0446e42094b2b6c70eab66d26e885fcd429c3105395e6a6e31ca9fb26591b1 SHA1: 80f26ac9217c7da7376c8d64aeb3f6f368a1b2e1 MD5sum: 5613a019cc3321ed2d578f95d8f04fdf Description: rpki.net relying party tools "Relying party" validation tools from the rpki.net toolkit. See the online documentation at http://rpki.net/.