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.7.5-5~), python:any (<< 2.8) 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: 15966 SHA256: 63b1ff74da96332e8847502d9a148b0993451ae354e99c7bb4fdea8e8d9705c5 SHA1: 6b91af08eedd2f05495418ff1f30028b2b21a89a MD5sum: 163ea9c5430598182c1d5410c7545745 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-3build1 Architecture: all Maintainer: Gustavo Noronha Silva Installed-Size: 683 Depends: python, python-support (>= 0.90.0) Conflicts: python2.3-cherrypy2.1 (<= 2.1.1-1), python2.4-cherrypy2.1 (<= 2.1.1-1) Replaces: python2.3-cherrypy2.1, python2.4-cherrypy2.1 Provides: python2.7-cherrypy Homepage: http://www.cherrypy.org/ Priority: extra Section: python Filename: pool/main/p/python-cherrypy/python-cherrypy_2.3.0-3build1_all.deb Size: 215960 SHA256: fe23e8076c4f4a2eff86abf2824ac86ffe746f5cdc8eae023551c4436204c34f SHA1: 0e15d1206d9ef91fac5dfff278938f71c8f93d0b MD5sum: 82db50016015503b147216b4f4b33dd4 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: 217 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), 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: 35100 SHA256: bafd611b94a3a0d784f2c8102fef306a4094eae9f80bafe7758ff872dae7dd3b SHA1: 8e433c39659ee664a5954a00b04757d289aecb1a MD5sum: 527bba986dfb7e4859488470a970c298 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-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 216 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) 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: 27098 SHA256: e3ab1cec414c5e832353e61c08ebe6471eca99eaef1eae5619d3a90b6ade9420 SHA1: 18533a2c80411cd1a920b1a04e052ab17cf99be9 MD5sum: 7eb891c81cea3750c81a83a55d79d9b6 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: 12742 SHA256: 0d10c9d386d9694295e28843596df41cc6a6c60810098fe4e7b473df90ffe576 SHA1: 8e97c663a3cd9cd0f1fb745bc92a978a1401fcfe MD5sum: e78185cea6328600bb2dbc332bab5371 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: python:any (<< 2.8), python:any (>= 2.7.5-5~), python2.7 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: 331498 SHA256: 5d8bbef91ee644735d4ab190b1f07070d5407429cf03fe6b13faee20787655b4 SHA1: c13efbdac9fffb6ebe45dbfb238b4c15082ca993 MD5sum: 49588584404846c344db452f11f3238c 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: 1545 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: 288694 SHA256: 0507b6d1f0ed5617faf15bb9893689ee43ecb2c7dd7b63caffa42c5970e09c77 SHA1: 5632fc821bbb42cb06536cd965a42b6b6d4c5db4 MD5sum: 1536e31861cfabaa2b2a59dec131d5a8 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:any (<< 2.8), python:any (>= 2.7.5-5~), python Homepage: https://github.com/ioflo/ioflo Priority: optional Section: python Filename: pool/main/i/ioflo/python-ioflo_1.3.8-1_all.deb Size: 149706 SHA256: 8165a10ed3bfe07bc72e63e2b9000f65ff58e37f0ec1f041795739ff80a40933 SHA1: 408c616b1d378de742837d76ea011f94936626cd MD5sum: 69654044f4711fba8fe0996e4865589e Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com Package: python-libcloud Source: libcloud Version: 0.15.1-1~ubuntu14.04.1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 5192 Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), 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.15.1-1~ubuntu14.04.1_all.deb Size: 559648 SHA256: d7cb3eb4e0372bb12bcb72f6601c0941b5d63ef865bb6126537d7287b04130a8 SHA1: 7dec13b1f4615526dadd03dd67ceb32f91a86ddd MD5sum: f6cb42b72d10f275b8217f0b5a194d0e 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-six, python:any (>= 2.7.5-5~), python:any (<< 2.8), python, python-ioflo, python-enum34, python-libnacl Homepage: https://github.com/saltstack/raet Priority: optional Section: python Filename: pool/main/r/raet/python-raet_0.6.3-1_all.deb Size: 95190 SHA256: f6f9c8fe9f78b2b176261b23738a62fd32db1740d2ac192efc2b6497ca6c145c SHA1: 17f97cb8f9917d9c134e0350bafbb7c71063a6fb MD5sum: bb496bf89f3b4262037b50ca7ac2fdd4 Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com 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: 16042 SHA256: 0cb4f344332b666c5883cbe699b6c1391c7783157924f10b6d9663f43de4f233 SHA1: 899fa8f63dfff72e26c0bdf634780739b5cb7950 MD5sum: 8b55c494daeab86f1ddddf0f1f863a9c 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-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: 27156 SHA256: 7839014d62d3d79f23a9233aa899edaa2cbe11df7d286db7b5698ff1dc0e8bb8 SHA1: 1d0d8a0116077121940e1950bc584219a2c71c3e MD5sum: 6fae0a5fd6e8c2c54f5c95a3d8380ca3 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: 329832 SHA256: 24bc9d884e27b0271b5dddfda3fbbad00ff58efd2dcf7a7b735ccc4bf48e18d9 SHA1: d8d909d59a94c3ef40dafeb9d4f5b81da06abc4e MD5sum: 2b9771c8942882c7b0a15f73ed1c41bc 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-libcloud Source: libcloud Version: 0.15.1-1~ubuntu14.04.1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 5099 Depends: python3:any (>= 3.3.2-2~), python3-crypto (>= 2.6), python3-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python3-libcloud_0.15.1-1~ubuntu14.04.1_all.deb Size: 544446 SHA256: 470c70c2f44b03f94d55990b5be1c4810d08932d8f15f4a5c76fda67ee2fb57a SHA1: 13229724a3c9492427c0345472f9c43a5b5df455 MD5sum: 051f013a62757500fe9fd2f7e7637373 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: salt-api Source: salt Version: 2015.5.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 91 Depends: python:any (>= 2.6~), python, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), salt-master Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2015.5.6+ds-1_all.deb Size: 12604 SHA256: 4ac64fe73971667032aa34e125a134e2ed7175b91d8dcc9daf8cdb65f902a681 SHA1: d7f429751ddd6b1fb54a7db1f587ed8d38c82993 MD5sum: 8bfeae0316c8ab19dfc78922bbcaeb9e 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.5.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 87 Depends: python:any (>= 2.6~), python, salt-common (= 2015.5.6+ds-1), python-libcloud (>= 0.14.1-1) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2015.5.6+ds-1_all.deb Size: 13994 SHA256: 1e0ba532200b8c3f9734debf3289fc3eda1dda2be500685229cf059d8c71023a SHA1: 90ead60bcba03cf86f1decba23b31a3dc2323778 MD5sum: 93e1432e435d1e3c428d79befe10f5d4 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.5.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 10865 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python, python-dateutil, python-jinja2, python-apt, python-yaml, python-pkg-resources, python-requests (>= 1.0.0) Recommends: lsb-release, python-mako Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_2015.5.6+ds-1_all.deb Size: 2419224 SHA256: bb66017143cdf6078305336dc251022805ce483a51bf09bb14854a73c6f3e17b SHA1: 7176105de822028d326b667379c4dcc53fd31174 MD5sum: 256df16f7dfff1663cf8e2cf7fc57b1d 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.5.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 138 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python:any (>= 2.6~), python, salt-common (= 2015.5.6+ds-1), python-m2crypto, python-crypto, python-msgpack, python-zmq (>= 13.1.0) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2015.5.6+ds-1_all.deb Size: 32176 SHA256: fd2162b0665745cf460aec49987497ae39f116b305fef57be0231ad512db2ddf SHA1: 532c4bec5a545cc00afaa31bcd399ecad819a100 MD5sum: 148dbb3a3cd45b808a90e268d63662ca 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.5.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 125 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python:any (>= 2.6~), python, salt-common (= 2015.5.6+ds-1), python-m2crypto, python-crypto, python-msgpack, python-zmq (>= 13.1.0), dctrl-tools Recommends: dmidecode, debconf-utils Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2015.5.6+ds-1_all.deb Size: 21594 SHA256: f8e49a80b7cee56424a6e2af63b4e427d10cf554e9c11687671f4fc02c3222ce SHA1: 510b21f48603fe11136a7aa610a6acdf20cb44b1 MD5sum: 642562ac9bfaed2f0d788388768cf5d2 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.5.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: python:any (>= 2.6~), python, salt-common (= 2015.5.6+ds-1), python-msgpack Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2015.5.6+ds-1_all.deb Size: 13176 SHA256: 2877d4eddc88bd8f2e06b6de31e24580e009a8721ae38847ba73badd60139330 SHA1: 52256cf8180ecd5ceb83ac4aa255ac9c04ead4e8 MD5sum: 277aaf07f5f1f8528d55ef0f60044552 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 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.5.6+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 91 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python:any (>= 2.6~), python, salt-master (= 2015.5.6+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2015.5.6+ds-1_all.deb Size: 12916 SHA256: a4c03396070fcb418b2ecac57484e93265f8b1d9df24c872c73ea5241a6da68d SHA1: 0ec73311e6a7efe5c4aebfa11f838a0e656d3491 MD5sum: 72fd6ded011af42a98db0ed2e1682e1e 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.