Package: libjs-sphinxdoc Source: sphinx Version: 1.3.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 125 Depends: libjs-jquery (>= 1.4), libjs-underscore Multi-Arch: foreign Homepage: http://sphinx-doc.org/ Priority: optional Section: web Filename: pool/main/s/sphinx/libjs-sphinxdoc_1.3.1-2_all.deb Size: 52534 SHA256: be6db58d29593b14fc1a779a5c0d655729f6a8058e3707301ed5ba72d494e369 SHA1: aee0053cefd8b01c898df5b92d243e800b283210 MD5sum: b0e43f9ec710ca9ec6285992f1cf7d36 Description: JavaScript support for Sphinx documentation Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package provides JavaScript code for documentation generated by Sphinx. Package: python-alabaster Source: alabaster Version: 0.7.6-1 Architecture: all Maintainer: Jeremy T. Bouse Installed-Size: 103 Depends: python-sphinx, python:any (<< 2.8), python:any (>= 2.7.5-5~) Provides: python2.7-alabaster Homepage: https://github.com/bitprophet/alabaster Priority: extra Section: python Filename: pool/main/a/alabaster/python-alabaster_0.7.6-1_all.deb Size: 16076 SHA256: b311cd6c2e68e53367193b8165f71810ebaccd2be171ce749f5d0f526c3840f5 SHA1: c3bc7a46fa8251fd7d2265299922d1664c95975a MD5sum: 258e38fd035f0cecdbd7d53d655874a9 Description: Configurable sidebar-enabled Sphinx theme (Python 2) This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as used in his Requests project), which was itself originally based on @mitsuhiko's theme used for Flask & related projects. . This is the Python 2 version of the package. Package: python-cherrypy Version: 2.3.0-4 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 683 Depends: python, python-support (>= 0.90.0) Provides: python2.7-cherrypy Homepage: http://www.cherrypy.org/ Priority: extra Section: python Filename: pool/main/p/python-cherrypy/python-cherrypy_2.3.0-4_all.deb Size: 216270 SHA256: ddcb8b5c9604afcd580f5783ccfba8941229270a4c01fdb3d092054c6a5e88fd SHA1: a65237eca9b2a0661e1b6171a03790ba76c9d4b3 MD5sum: 10b33b92fcd7459bcc2c5ea44f3213ee Description: Python web development framework CherryPy is a pythonic, object-oriented web development framework. It provides the foundation over which complex web-based applications can be written, with little or no knowledge of the underlying protocols. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. . This version is backwards incompatible with the 2.0 version, and is the version used by the Turbo Gears framework. Visit the Turbo Gears webpage for more: http://www.turbogears.org/ Python-Version: 2.7 Package: python-concurrent.futures Version: 3.0.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 218 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0) Provides: python-futures Homepage: http://code.google.com/p/pythonfutures/ Priority: optional Section: python Filename: pool/main/p/python-concurrent.futures/python-concurrent.futures_3.0.3-1_all.deb Size: 36088 SHA256: bddd0713948f7eee77a530b74f9c61b8dc9ea36a8d80557a9f0dc5a37eabcbd8 SHA1: 9669a297267fee30037a53521b2140b609bea05a MD5sum: ae8ec0391054ff183fd21996f740fe3a Description: backport of concurrent.futures package from Python 3.2 The concurrent.futures module provides a high-level interface for asynchronously executing callables. . This is a backport for concurrent.futures as of PEP-3148 and included in Python 3.2 Package: python-croniter Version: 0.3.4-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 89 Pre-Depends: dpkg (>= 1.15.6~) Depends: python-dateutil, python-tz, python (>= 2.7), python (<< 2.8), python-pkg-resources Homepage: http://github.com/kiorky/croniter Priority: optional Section: python Filename: pool/main/p/python-croniter/python-croniter_0.3.4-1_all.deb Size: 10262 SHA256: a850f5a9925fb51471970d1f55ee6124528fd15c04ed94c042d9d75945706123 SHA1: fdeccd3fcf9abb437b5ce23ee2ccb927e6b79120 MD5sum: 72756e1a428f2749c7e4d8d1364073c2 Description: provides iteration for datetime object with cron like format - Python 2.x Croniter is a Python module to provide iteration for datetime object. Given a cron tab text entry as input, it Croniter will output all the dates matching the definition. . This package contains the Python 2.x module. Package: python-crypto-doc Source: python-crypto Version: 2.6.1-5 Architecture: all Maintainer: Sebastian Ramacher Installed-Size: 1574 Breaks: python-crypto (<< 2.3) Replaces: python-crypto (<< 2.3) Homepage: http://www.pycrypto.org/ Priority: optional Section: doc Filename: pool/main/p/python-crypto/python-crypto-doc_2.6.1-5_all.deb Size: 87638 SHA256: 44c6a4b9e713bf4afc59e85f6efe76a2a882aafb42a1c857584b164718c380c9 SHA1: f551943fd304faf879e45234190f320ac767c5c0 MD5sum: 62848f0d172178c4d45dc220ad1a48da Description: cryptographic algorithms and protocols for Python (documentation) A collection of cryptographic algorithms and protocols, implemented for use from Python. . This package contains technical documentation. Package: python-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 216 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-enum34-doc Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: python Filename: pool/main/e/enum34/python-enum34_1.0.4-1_all.deb Size: 27128 SHA256: 2463c0f1d3af2019ad58652bcbcd5db67c03a3dabbf6a328118753cb478f8bc0 SHA1: 758ed9b446464c4bf7029143ca35e33b179979ac MD5sum: 92976d005a68ebc79d1a590665fc6fcd 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-enum34-doc Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 63 Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: doc Filename: pool/main/e/enum34/python-enum34-doc_1.0.4-1_all.deb Size: 12790 SHA256: f946c5c3c7d29c0ec1bab1b249bac14208aa7ab93c5752eb0510f00bdde27ba7 SHA1: ebd1c03cc7418ad33f8d93b61f07b86d5fc0da0b MD5sum: 116d50949af04e941d52868e39cd7687 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 common documentation package. Package: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1711 Pre-Depends: dpkg (>= 1.15.6~) Depends: python2.7, python:any (<< 2.8), python:any (>= 2.7.5-5~) Suggests: python-future-doc Homepage: https://python-future.org Priority: optional Section: python Filename: pool/main/p/python-future/python-future_0.14.3-1_all.deb Size: 332316 SHA256: f1d076ef3dc401054e42c11ee6dd997b284ee17c548ae5b81df0bc5de90f94d2 SHA1: c6a4a89f5d874e2fee773a6e21857661aced1971 MD5sum: 61755c5cca6d683337f47f3ab6d3fb45 Description: single-source support for Python 3 and 2 - Python 2.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 2.x module. Package: python-future-doc Source: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1547 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://python-future.org Priority: optional Section: doc Filename: pool/main/p/python-future/python-future-doc_0.14.3-1_all.deb Size: 288880 SHA256: 571e36322416685378a875327babb0c57f42333b77dd7dd6bc1fe6b9508f7ffe SHA1: c7fa4807017592ffe6dd81c8d6d13dce0e9f743b MD5sum: 50850e6b1f77a0518b504a66e1543e25 Description: Clean single-source support for Python 3 and 2 - doc Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the documentation. Package: python-ioflo Source: ioflo Version: 1.3.8-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1250 Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: https://github.com/ioflo/ioflo Priority: optional Section: python Filename: pool/main/i/ioflo/python-ioflo_1.3.8-1_all.deb Size: 149510 SHA256: a177870f5672bd7bc8a32fb34982863783e7a90cdea9bb02f2e6c9463f3fcb17 SHA1: fdd54916e079f3b24f96e948d61c25ae86a9e88e MD5sum: 6418b4c225bd832124fc8c89670c3c59 Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com Package: python-jinja2 Source: jinja2 Version: 2.7.3-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 986 Depends: python (>= 2.7), python (<< 2.8), python-markupsafe Recommends: python-pkg-resources Suggests: python-jinja2-doc Enhances: python-pybabel Homepage: http://jinja.pocoo.org/ Priority: optional Section: python Filename: pool/main/j/jinja2/python-jinja2_2.7.3-1_all.deb Size: 169604 SHA256: 3837f000b781f561900b060d03c22a3a730e6d6b0c3aa75ed62f56b066b51347 SHA1: c2545a59bc10a65cd54bf95c33955e2d1768fb1a MD5sum: ebf3642b67d9c10257c556466016873b Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python-jinja2-doc Source: jinja2 Version: 2.7.3-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 923 Depends: libjs-sphinxdoc (>= 1.0) Recommends: python-jinja2 Homepage: http://jinja.pocoo.org/ Priority: extra Section: doc Filename: pool/main/j/jinja2/python-jinja2-doc_2.7.3-1_all.deb Size: 146718 SHA256: 0c9bee5269538daa9f3cf4f559f48bdb2951a3db2d21b049bc42994147ab1b39 SHA1: e0831a9f0ae75e24505f797cdb40401a749d8f3a MD5sum: 339236b07ce54e59b15899c49a7c33db Description: documentation for the Jinja2 Python library Jinja2 is a small but fast and easy to use stand-alone template engine . This package contains the documentation for Jinja2 in HTML and reStructuredText formats. Package: python-libcloud Source: libcloud Version: 0.20.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 8561 Depends: python (>= 2.7), python (<< 2.8), python-crypto (>= 2.6), python-lockfile, python-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python-libcloud_0.20.0-1_all.deb Size: 825618 SHA256: d107a3f6e4a023f41e1d96d09412f70ff94b419df7e314dbf2c3e681b91070d0 SHA1: 60611d8c96d1f112eb4780c4a3085f7724e4b521 MD5sum: 111caa7b973e47c17c97b94e3ca8b1d9 Description: unified Python interface into the cloud libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports. . * Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3 . Resource you can manage with Libcloud are divided in the following categories: . * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) . libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0). Package: python-raet Source: raet Version: 0.6.3-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1507 Depends: python, python-enum34, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: https://github.com/saltstack/raet Priority: optional Section: python Filename: pool/main/r/raet/python-raet_0.6.3-1_all.deb Size: 95416 SHA256: 80ee6e1c57dfe2c8b4a8e218d738e5ce542c46e7ffe5d4134b967b0debdc4fee SHA1: 1e2a63bb26341b0ab8d930636409c3be1ca92aa7 MD5sum: d2e37a421b8c85d0cc19c5f24e8099de Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com Package: python-requests Source: requests Version: 2.7.0-3 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 261 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), ca-certificates, python-chardet, python-urllib3 (>= 1.10.4) Suggests: python-ndg-httpsclient, python-openssl, python-pyasn1 Breaks: httpie (<< 0.9.2) Homepage: http://python-requests.org Priority: optional Section: python Filename: pool/main/r/requests/python-requests_2.7.0-3_all.deb Size: 66324 SHA256: 4afe110ac11dcaecf7f094021ed054b4b9c045d24903e4d1df9a5c26e0d9be8d SHA1: 4248a98f1663d9cd1ef7cf809a715b1415a541e5 MD5sum: 85113318b2ad83749b0fb0b06ea1dd39 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-whl Source: requests Version: 2.7.0-3 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 366 Depends: ca-certificates, python-urllib3-whl Homepage: http://python-requests.org Priority: optional Section: python Filename: pool/main/r/requests/python-requests-whl_2.7.0-3_all.deb Size: 312596 SHA256: a84ea45f1e0024bfd9feb4944834142a8258a32e880f0ed1f77a6ebc2656cc5f SHA1: 746c4f2bc7ca60756473b95805a8d91363e195e4 MD5sum: d2654701f89d77eed6d524d98f141506 Description: elegant and simple HTTP library for Python, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package provides the universal wheel. Package: python-sphinx Source: sphinx Version: 1.3.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1912 Depends: python-alabaster (>= 0.7), python-babel (>= 1.3), python-docutils (>= 0.11), python-jinja2 (>= 2.3), python-pygments (>= 2.0), python-six (>= 1.4), python-sphinx-rtd-theme, python:any (<< 2.8), python:any (>= 2.7.5-5~), sphinx-common (= 1.3.1-2) Recommends: python-pil, sphinx-doc Suggests: libjs-mathjax, dvipng, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended Breaks: python-sphinxcontrib.issuetracker (<< 0.11-1), python-sphinxcontrib.spelling (<< 2.1.1-1) Homepage: http://sphinx-doc.org/ Priority: optional Section: python Filename: pool/main/s/sphinx/python-sphinx_1.3.1-2_all.deb Size: 352044 SHA256: 14c7996ef8b0751e59f59a9fe33da59a2d59ebc628c7b8308463ea353730430c SHA1: 3d6cb091e544bf13ff1296be2ebff151f17dd728 MD5sum: 052c90cfaabec6558feb02e7cf068e97 Description: documentation generator for Python projects (implemented in Python 2) Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . Sphinx features: * HTML, CHM, LaTeX output, * Cross-referencing source code, * Automatic indices, * Code highlighting, using Pygments, * Extensibility. Existing extensions: - automatic testing of code snippets, - including docstrings from Python modules. . This package includes Python 2 modules and command line utilities. Package: python-urllib3 Version: 1.10.4-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 262 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-six Recommends: ca-certificates, python-ndg-httpsclient, python-openssl, python-pyasn1 Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python-urllib3_1.10.4-1_all.deb Size: 61024 SHA256: eb6097bdae11aea14277c28fb6dce2fc9e8b77438d6d4bd0efec8198d5351ff2 SHA1: cd21517c976ac223f0154da4422a0beb12d318b4 MD5sum: fc7b587242abd81be3b06403e2d72d19 Description: HTTP library with thread-safe connection pooling for Python urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. Package: python-urllib3-whl Source: python-urllib3 Version: 1.10.4-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 115 Depends: python-six-whl Recommends: ca-certificates Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python-urllib3-whl_1.10.4-1_all.deb Size: 85898 SHA256: e8014b134a1a188afcd2af993445bceda378a755ae864bac569ae89834c518e9 SHA1: d493603d9567051680378cf0fa57d30ec677e43d MD5sum: 67928d6ec93962940974289c141ba61d Description: HTTP library with thread-safe connection pooling urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the universal wheel. Package: python3-alabaster Source: alabaster Version: 0.7.6-1 Architecture: all Maintainer: Jeremy T. Bouse Installed-Size: 103 Depends: python3-sphinx, python3:any (>= 3.3.2-2~) Homepage: https://github.com/bitprophet/alabaster Priority: extra Section: python Filename: pool/main/a/alabaster/python3-alabaster_0.7.6-1_all.deb Size: 16150 SHA256: 19e2f5a789f45d7fec7f7fef4fab1654560bbb773e0475bb9b109a4e9395cda3 SHA1: d84a616b8360444cebada74fc513b2d0588cc945 MD5sum: 11e38e57547219b0c58ab08ebe43d20d Description: Configurable sidebar-enabled Sphinx theme (Python 3) This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as used in his Requests project), which was itself originally based on @mitsuhiko's theme used for Flask & related projects. . This is the Python 3 version of the package. Package: python3-croniter Source: python-croniter Version: 0.3.4-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 89 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3-dateutil, python3-tz, python3-pkg-resources, python3:any (>= 3.3.2-2~) Homepage: http://github.com/kiorky/croniter Priority: optional Section: python Filename: pool/main/p/python-croniter/python3-croniter_0.3.4-1_all.deb Size: 10186 SHA256: a744237979516749ab5d864a2bb5265bbe345cd36ab11b14a0f50044702666af SHA1: 15fdfe7976a70d31409ce43125791288dcb30852 MD5sum: 9c91cc532514a31951edc7351431e584 Description: provides iteration for datetime object with cron like format - Python 3.x Croniter is a Python module to provide iteration for datetime object. Given a cron tab text entry as input, it Croniter will output all the dates matching the definition. . This package contains the Python 3.x module. Package: python3-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 216 Depends: python3:any (>= 3.3.2-2~) Suggests: python-enum34-doc Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: python Filename: pool/main/e/enum34/python3-enum34_1.0.4-1_all.deb Size: 27180 SHA256: 8bbe5c3ece5e4e3a4a17cbc5dfe4e6b0d3fbefab86cd088fbc412e7b8c83cdda SHA1: 0f39c62c746b5849a5ba9aab670c7df8b55e8284 MD5sum: 17520ff29daeaf33b6929001fa245407 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 3 compatible package. Package: python3-future Source: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1645 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3.4, python3:any (>= 3.3.2-2~) Suggests: python-future-doc Homepage: https://python-future.org Priority: optional Section: python Filename: pool/main/p/python-future/python3-future_0.14.3-1_all.deb Size: 330558 SHA256: 4dc18822ea66c6882c8afd3679d761eddd51f5f3d85fb8c3d36074c9855204a9 SHA1: b6d137457b3c83a253d17059afc5f38ee3e626e8 MD5sum: 0e01a5daabeb49c1f4190e015c95f323 Description: Clean single-source support for Python 3 and 2 - Python 3.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 3.x module. Package: python3-jinja2 Source: jinja2 Version: 2.7.3-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 961 Depends: python3-markupsafe, python3:any (>= 3.3.2-2~) Recommends: python3-pkg-resources Suggests: python-jinja2-doc Homepage: http://jinja.pocoo.org/ Priority: optional Section: python Filename: pool/main/j/jinja2/python3-jinja2_2.7.3-1_all.deb Size: 168208 SHA256: 517ad3a026ba7d77800057c90675f027e18859215df82cb492e993ebca90e7df SHA1: 3ed5baec65ac1dedfae9dcbdcacd6be78d02c6f8 MD5sum: 5bd5e3fc20a5f0ebd49ac7ee7de65485 Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python3-libcloud Source: libcloud Version: 0.20.0-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 8535 Depends: python3:any (>= 3.3.2-2~), python3-crypto (>= 2.6), python3-lockfile, python3-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python3-libcloud_0.20.0-1_all.deb Size: 815808 SHA256: 3096f1e970cfa98ae9687f790ab796e38a59ecadc32936f5b65c7cea74bf4075 SHA1: 1f01028b41904592238c760f748caf6f6b13c8e8 MD5sum: 40a6301125201bf06007ae94ab8b2f6a Description: unified Python interface into the cloud (Python3 version) libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports. . * Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3 . Resource you can manage with Libcloud are divided in the following categories: . * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) . libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0). . This is the Python 3 version of the package. Package: python3-requests Source: requests Version: 2.7.0-3 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 258 Depends: python3:any (>= 3.3.2-2~), ca-certificates, python3-chardet, python3-urllib3 (>= 1.10.4) Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1 Homepage: http://python-requests.org Priority: optional Section: python Filename: pool/main/r/requests/python3-requests_2.7.0-3_all.deb Size: 66204 SHA256: 2b1ad13ceaacd8101dd3a5f55b21193c450e590616f21b04a99762a4e71922b5 SHA1: 05417fbd4797ee0f02099e3e262c180b13427784 MD5sum: 38e75d1f2874b341191a6f4fd0aae38c Description: elegant and simple HTTP library for Python3, built for human beings Requests allow you to send HTTP/1.1 requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It's powered by httplib and urllib3, but it does all the hard work and crazy hacks for you. . Features . - International Domains and URLs - Keep-Alive & Connection Pooling - Sessions with Cookie Persistence - Browser-style SSL Verification - Basic/Digest Authentication - Elegant Key/Value Cookies - Automatic Decompression - Unicode Response Bodies - Multipart File Uploads - Connection Timeouts . This package contains the Python 3 version of the library. Package: python3-sphinx Source: sphinx Version: 1.3.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1907 Depends: python3:any (>= 3.3.2-2~), python3-six (>= 1.4), python3-docutils (>= 0.11), python3-pygments (>= 2.0), python3-jinja2 (>= 2.3), python3-babel (>= 1.3), python3-sphinx-rtd-theme, python3-alabaster (>= 0.7), sphinx-common (= 1.3.1-2) Recommends: python3-pil Suggests: libjs-mathjax, dvipng, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, sphinx-doc Homepage: http://sphinx-doc.org/ Priority: optional Section: python Filename: pool/main/s/sphinx/python3-sphinx_1.3.1-2_all.deb Size: 350996 SHA256: e53ed3ef5cc7e606e4c2cf7932a3c18c208000e60becbc33bed613dfbf8d8257 SHA1: 5f5242d6fca399a6fbfdf0a7ff1e9b48d19e83d1 MD5sum: c0f805b0b79f75649e559be58c3c9d75 Description: documentation generator for Python projects (implemented in Python 3) Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . Sphinx features: * HTML, CHM, LaTeX output, * Cross-referencing source code, * Automatic indices, * Code highlighting, using Pygments, * Extensibility. Existing extensions: - automatic testing of code snippets, - including docstrings from Python modules. . This package includes Python 3 modules. Package: python3-urllib3 Source: python-urllib3 Version: 1.10.4-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 262 Depends: python3:any (>= 3.3.2-2~), python3-six Recommends: ca-certificates Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1 Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python3-urllib3_1.10.4-1_all.deb Size: 61168 SHA256: e5b27301de42ed5fc4c005a0d465e754531da5ad62663749b4a5a5f7d6ec776c SHA1: 5e9b5f7c265f6c6b833416322a05a3f79399e3a3 MD5sum: 64ecde59f8585991388739e4fc0482f8 Description: HTTP library with thread-safe connection pooling for Python3 urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the Python 3 version of the library. Package: salt-api Source: salt Version: 2015.8.4+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 56 Depends: salt-master, init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2015.8.4+ds-2_all.deb Size: 13130 SHA256: 989e9589ac13cafb703dcbcf32f2c69843bb77053f600be147c823bf6a6a3206 SHA1: 5b4a6c28bcbc777760ca30ffca2d70aa5b57d0d3 MD5sum: 5e578c9b4c504004a3e65c29dc8a50a6 Description: Generic, modular network access system a modular interface on top of Salt that can provide a variety of entry points into a running Salt system. It can start and manage multiple interfaces allowing a REST API to coexist with XMLRPC or even a Websocket API. . The Salt API system is used to expose the fundamental aspects of Salt control to external sources. salt-api acts as the bridge between Salt itself and REST, Websockets, etc. Package: salt-cloud Source: salt Version: 2015.8.4+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 50 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 2015.8.4+ds-2), python:any (>= 2.6~) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2015.8.4+ds-2_all.deb Size: 14144 SHA256: dc2ff711c7bdc74be53e452c429d3df2104de2be0710aeefb1d337667c8692c8 SHA1: 87caadc219ff23d403e0a43b2133ec2944da18cb MD5sum: 45d65fdc78077bee7937852a7a59dd27 Description: public cloud VM management system provision virtual machines on various public clouds via a cleanly controlled profile and mapping system. Package: salt-common Source: salt Version: 2015.8.4+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 14475 Depends: python-apt, python-dateutil, python-jinja2, python-pkg-resources, python-requests (>= 1.0.0), python-tornado (>= 4.2.1), python-yaml, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: lsb-release, python-croniter Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_2015.8.4+ds-2_all.deb Size: 3108144 SHA256: 0bca991521387f1c0fa1096d9eb109c05786b0ef007b7c23e381c3846ca0964f SHA1: 664fd081eeb5757f992c40188f204f09b1e45e28 MD5sum: 1c866385fd72d00e6d3e605e01e6d4b8 Description: shared libraries that salt requires for all packages salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides shared libraries that salt-master, salt-minion, and salt-syndic require to function. Package: salt-master Source: salt Version: 2015.8.4+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 109 Depends: python-crypto (>= 2.6.1), python-msgpack, python-systemd | sysvinit-core, python-zmq (>= 13.1.0), salt-common (= 2015.8.4+ds-2), init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2015.8.4+ds-2_all.deb Size: 35328 SHA256: 82174adde6a83831e5157066bce759fc1267554619683128400e460d5824a12c SHA1: a85c8c3728893c11c65df482438841f435306015 MD5sum: 3fe2cf0f4b33e42a8131debe99a12398 Description: remote manager to administer servers via salt salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt controller. Package: salt-minion Source: salt Version: 2015.8.4+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 114 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-msgpack, python-zmq (>= 13.1.0), salt-common (= 2015.8.4+ds-2), init-system-helpers (>= 1.18~), python:any (>= 2.6~) Recommends: debconf-utils, dmidecode Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2015.8.4+ds-2_all.deb Size: 24238 SHA256: ee262bd72944d51fdeee5f10512472fb3b8af31c4fc9bdd8a4b4fc869549d726 SHA1: 86bf35fd98c9bad49081d0cd7ef630bec4f5c312 MD5sum: 3b13bb009732b45ca60e56b6ce29ac8d Description: client package for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the worker / agent for salt. Package: salt-ssh Source: salt Version: 2015.8.4+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 44 Depends: python-msgpack, salt-common (= 2015.8.4+ds-2), python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2015.8.4+ds-2_all.deb Size: 13186 SHA256: a86baf3b7843ba397ae8ab8910cc88ccfd37e40ce1f10cc0e225dd972526bd80 SHA1: 900c546fab6f5f24fd35fef81dc7a56c0b46dca6 MD5sum: 4d1f6dc48e9e13dbc93f8c11a41732b9 Description: remote manager to administer servers via Salt SSH salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the salt ssh controller. It is able to run salt modules and states on remote hosts via ssh. No minion or other salt specific software needs to be installed on the remote host. Package: salt-syndic Source: salt Version: 2015.8.4+ds-2 Architecture: all Maintainer: Debian Salt Team Installed-Size: 56 Depends: init-system-helpers (>= 1.18~), python:any (>= 2.6~), salt-master (= 2015.8.4+ds-2) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2015.8.4+ds-2_all.deb Size: 13436 SHA256: 5182fe2b4c61ca173269c2502f93417373b57aebfcfdd7de9efa7d8c8eb6b85c SHA1: ff62b4e123135a1196a72d97689677be61db84b4 MD5sum: 5a0b1a6bcad3b3aa03888404130ef625 Description: master-of-masters for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. . Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. . Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. . This particular package provides the master of masters for salt - it enables the management of multiple masters at a time. Package: sphinx-common Source: sphinx Version: 1.3.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 1695 Depends: libjs-sphinxdoc (= 1.3.1-2) Recommends: python-sphinx | python3-sphinx Conflicts: python-sphinx (<< 1.1) Replaces: python-sphinx (<< 1.1) Homepage: http://sphinx-doc.org/ Priority: optional Section: python Filename: pool/main/s/sphinx/sphinx-common_1.3.1-2_all.deb Size: 320082 SHA256: 57c0c19f494e1d58cad6065e5ce2cbad80f55a68db5335750a86f60d89a21d61 SHA1: e63b09f2dd7c4a8bc552675b58c4afefbd676a86 MD5sum: 92f23643f6559264256b33c850939f17 Description: documentation generator for Python projects - common data Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package includes manual pages, templates, translations and other data files. Package: sphinx-doc Source: sphinx Version: 1.3.1-2 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 5020 Depends: docutils-doc, libjs-sphinxdoc (>= 1.0) Conflicts: python-sphinx (<< 1.1) Replaces: python-sphinx (<< 1.1) Homepage: http://sphinx-doc.org/ Priority: optional Section: doc Filename: pool/main/s/sphinx/sphinx-doc_1.3.1-2_all.deb Size: 1115858 SHA256: d597797fac1915bdf84940cd88ea12ec05f9d60c6a2ac9b19b2437d1cf08d347 SHA1: 64341062ef4b4ac9e0eec300e4ac8107af3e0793 MD5sum: 83825687c15170c4f3423e1893db1458 Description: documentation generator for Python projects - documentation Sphinx is a tool for producing documentation for Python projects, using reStructuredText as markup language. . This package includes documentation of Sphinx itself.