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: amd64 Maintainer: Debian Python Modules Team Installed-Size: 1606 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_amd64.deb Size: 273968 SHA256: 46614f29bd537a3cb140f444f9fd9894103786df8937b6390f244caa29d0a138 SHA1: f8d1696d6c315c2baa259f49028b8a4855143a72 MD5sum: 7dbba440a5c458af12d482764ecdacaf 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: amd64 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_amd64.deb Size: 255956 SHA256: 86a9fe1e5de24ee21a402efb9d8e4e0f5ee3cd2eed78b85264913a368e2a4561 SHA1: dce4bc1b533ebf5d09d12181061af2b3b9adffec MD5sum: ed4a108326a6238e658358672f206e0a 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: amd64 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_amd64.deb Size: 95612 SHA256: a98ed9403b425c32bf0ec70923066b03c4aa8d9c791dfa0ff35af16281a8698d SHA1: b4eef78698afae6e22dff13feea547504ded964d MD5sum: 21b3a9e0bc6bb0896473591aac1f0265 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: amd64 Maintainer: Rob Austein Installed-Size: 3533 Depends: libc6 (>= 2.14), 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_amd64.deb Size: 888020 SHA256: cffa7c8aeb82f854da684845f4e566f513255b1ca512f3a3379b035a101e71b3 SHA1: 4d362a82bf16580a3a4d140036c3706bd64f7997 MD5sum: 45fd81151f3c6b4bb99d3d5f5d3b3352 Description: rpki.net relying party tools "Relying party" validation tools from the rpki.net toolkit. See the online documentation at http://rpki.net/.