Package: python-botocore Source: botocore Priority: optional Section: python Installed-Size: 2964 Maintainer: Sean Channel Architecture: all Version: 0.5.3-2lucid1 Suggests: python-tox Depends: python-support (>= 0.90.0), python-dateutil, python-requests, python-six Filename: pool/main/b/botocore/python-botocore_0.5.3-2lucid1_all.deb Size: 299000 SHA256: 28471e744b3c2bae2ecc2b185d13b24b0f9ec8995f599e7ded111580a89a28c9 SHA1: 23f0414cccead65ad9892992be07ad3a2738bc88 MD5sum: 468f23d5763c1fd9f10ef8e669648411 Description: Low-level, data-driven core of boto 3 . A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for [AWS-CLI](https://github.com/aws/aws-cli). . [Documentation](https://botocore.readthedocs.org/en/latest/) Package: python-git Priority: optional Section: python Installed-Size: 1328 Maintainer: Daniel Watkins Architecture: all Version: 0.3.2.RC1-1 Depends: python-support (>= 0.90.0), git-core (>= 1.5.3.7) Filename: pool/main/p/python-git/python-git_0.3.2.RC1-1_all.deb Size: 311062 SHA256: 2df66be878286f60b7ef9a4b5f814689542c8ab36c362084ea2def8d581e5ec1 SHA1: dd732875f0053031ebd23b901309aef4f1f60213 MD5sum: 1e689c6ded20890a9b01a8b507f900b2 Description: Python library to interact with Git repositories python-git provides object model access to a Git repository, so Python can be used to manipulate it. Repository objects can be opened or created, which can then be traversed to find parent commit(s), trees, blobs, etc. Python-Version: 2.6 Package: python-libcloud Source: libcloud Priority: optional Section: python Installed-Size: 8180 Maintainer: Debian Python Modules Team Architecture: all Version: 0.14.1-3lucid2 Depends: python-support (>= 0.90.0), python-simplejson, python-setuptools, python-unittest2 Filename: pool/main/libc/libcloud/python-libcloud_0.14.1-3lucid2_all.deb Size: 708624 SHA256: cd52838ab94b7c48e9b64730b58e2f5b556fd20bc4197f2bc4fe451ca2e45a3e SHA1: 8ccafd7540c817bbfe12dce0d41993d9da82b0b8 MD5sum: 72ba683a043428f3487cbc76f21117f7 Description: unified Python interface into the cloud libcloud is a pure Python client library for interacting with many of the popular cloud server providers. It was created to make it easy for developers to build products that work between any of the services that it supports. . 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-py Source: py Priority: optional Section: python Installed-Size: 424 Maintainer: Sean Channel Architecture: all Version: 1.4.12-2lucid Filename: pool/main/p/py/python-py_1.4.12-2lucid_all.deb Size: 82918 SHA256: f3618d0d896d8615aef910b8a82d9c760747476237a9ebd6fdda4b42cd5c0cbb SHA1: 9805597ba10369baade07d5a06dbeef896f56660 MD5sum: f8fa2c33b748c2d8432a365564f56791 Description: library with cross-python path, ini-parsing, io, code, log facilities . The py lib is a Python development support library featuring the following tools and modules: . - py.path: uniform local and svn path objects - py.apipkg: explicit API control and lazy-importing - py.iniconfig: easy parsing of .ini files - py.code: dynamic code generation and introspection - py.path: uniform local and svn path objects . NOTE: prior to the 1.4 release this distribution used to contain py.test which is now its own package, see http://pytest.org . For questions and more information please visit http://pylib.readthedocs.org . Bugs and issues: http://bitbucket.org/hpk42/py/issues/ . Authors: Holger Krekel and others, 2004-2013 Package: python-pytest Source: pytest Priority: optional Section: python Installed-Size: 504 Maintainer: Sean Channel Architecture: all Version: 2.3.4-3lucid Depends: python-six, python-py Filename: pool/main/p/pytest/python-pytest_2.3.4-3lucid_all.deb Size: 109882 SHA256: 4395b5f4cc5e5a331e81eaef96c14440795915c6553072e4170a16fcebec9040 SHA1: a625138c6f4a1bb03e42dfdebdc80355182ab0e1 MD5sum: c5263ac18f7f81c57239c8f1c28a835a Description: simple powerful testing with Python . The py.test` testing tool makes it easy to write small tests, yet scales to support complex functional testing. It provides . - auto-discovery of test modules and functions, - detailed info on failing assert statements (no need to remember self.assert* names) - modular fixtures for managing small or parametrized long-lived test resources. - multi-paradigm support: you can use py.test to run test suites based on unittest (or trial), nose - single-source compatibility to Python2.4 all the way up to Python3.3, PyPy-1.9 and Jython-2.5.1. - many external plugins. Package: python-requests Source: requests Priority: optional Section: python Installed-Size: 1080 Maintainer: Sean Channel Architecture: all Version: 1.1.0-2lucid Depends: python-pytest, python-urllib3 Filename: pool/main/r/requests/python-requests_1.1.0-2lucid_all.deb Size: 328642 SHA256: 52cfcb587b4a8f7f9083e4472422cd894ff99026029dc55af8c97587bec8bbfd SHA1: 71fdac06a04819369669a530d1e28f92dbed1b6b MD5sum: e5a1ad364ff23854d08343f46aead85d Description: Python HTTP for Humans . 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. Package: python-six Source: six Priority: optional Section: python Installed-Size: 60 Maintainer: Sean Channel Architecture: all Version: 1.2.0-2lucid Filename: pool/main/s/six/python-six_1.2.0-2lucid_all.deb Size: 5680 SHA256: dba1cc69d58dfa00e2ba2f464de754ffb9a5c776198b9358935742ab2b40c15c SHA1: a8044f7b3d14cac2bb71eafa23f512caa15d672c MD5sum: 9f8754b479009b8d60f5c18568da9808 Description: Python 2 and 3 compatibility utilities Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. . Six supports Python 2.4+. . Online documentation is at http://packages.python.org/six/. . Bugs can be reported to http://bitbucket.org/gutworth/six. The code can also be found there. Package: python-tox Source: tox Priority: optional Section: python Installed-Size: 672 Maintainer: Sean Channel Architecture: all Version: 1.4.2-2lucid Depends: python-pkg-resources, python-virtualenv, python-pytest, python, python-support (>= 0.90.0) Filename: pool/main/t/tox/python-tox_1.4.2-2lucid_all.deb Size: 146022 SHA256: 988c007b6b3a5f0f8ca2a7dfa9bf6fc3239ead52b740c26244bed8cccb4a0621 SHA1: 6577736940ddab654c450f59f984e920f03ddcae MD5sum: 22c9d683122331fee59450ce99e6813f Description: virtualenv-based automation of test activities Tox as is a generic virtualenv management and test command line tool you can use for: . * checking your package installs correctly with different Python versions and interpreters * running your tests in each of the environments, configuring your test tool of choice * acting as a frontend to Continuous Integration servers, greatly reducing boilerplate and merging CI and shell-based testing. Package: python-urllib3 Source: urllib3 Priority: optional Section: python Installed-Size: 204 Maintainer: Sean Channel Architecture: all Version: 1.5-1lucid Depends: python-six Filename: pool/main/u/urllib3/python-urllib3_1.5-1lucid_all.deb Size: 32084 SHA256: 20ef7a07e5168d0f7ee15e5814b9792c26278ce403046287e9f3c1083cdec4f9 SHA1: a86e253808a0443a920ebfc549b0effab5cbdf8b MD5sum: 5c1ea0fb1af5c8cb038d336dfe6360ae Description: HTTP library with thread-safe connection pooling Highlights ========== . - 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. - Works with AppEngine, gevent, and eventlib. - Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage. - Small and easy to understand codebase perfect for extending and building upon. For a more comprehensive solution, have a look at http://python-requests.org/ which is also powered by urllib3. Package: salt-api Source: salt Version: 2014.7.5+ds-1lucid3 Architecture: all Maintainer: Debian Salt Team Installed-Size: 116 Depends: python (>= 2.6), upstart-job, salt-master Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2014.7.5+ds-1lucid3_all.deb Size: 19524 SHA256: 79839b0d52300112fd40a0cc574e91026d79d375c3549ab533545e8d28c26e91 SHA1: 0d9f0e0bb1cbd6d680f0d2bd7aa64d7cb1cb50fc MD5sum: 9739728973e1a0baa990f7aeffec7c7d 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: 2014.7.5+ds-1lucid3 Architecture: all Maintainer: Debian Salt Team Installed-Size: 112 Depends: python (>= 2.6), salt-common (= 2014.7.5+ds-1lucid3), 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_2014.7.5+ds-1lucid3_all.deb Size: 21158 SHA256: 4510e39f809fb69b7a226a97875e5d46c0739fd6baf7c5f2207d8f97128c5abb SHA1: 591ddd07e6dcdba4d964c48164c3a0c7d4796b05 MD5sum: 147b57671e42ad29b81e839ad3d9bc9d Description: public cloud VM management system provision virtual machines on various public clouds via a cleanly controlled profile and mapping system. Package: salt-cloud-doc Source: salt-cloud Priority: optional Section: doc Installed-Size: 912 Maintainer: Sean Channel Architecture: all Version: 0.8.11-lucid1 Recommends: libjs-sphinxdoc Filename: pool/main/s/salt-cloud/salt-cloud-doc_0.8.11-lucid1_all.deb Size: 202132 SHA256: 8ef8ce132cc1e1623d37e1acf6b9eb9dbb3b430ffe228b6e42d200e073ee1103 SHA1: 34c85deac9547d0d26616098daadd623ab18b0a8 MD5sum: 5725bd00ae695aa65ee40a5646223a27 Description: html documentation for salt-cloud Package: salt-common Source: salt Version: 2014.7.5+ds-1lucid3 Architecture: all Maintainer: Debian Salt Team Installed-Size: 10392 Depends: python (>= 2.6), python-support (>= 0.90.0), 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_2014.7.5+ds-1lucid3_all.deb Size: 2434830 SHA256: 8769ca459f948580344c7eee31e6e8026da64e5038d0c89416b7f96f4a1b8eb4 SHA1: a4320e4ec72610a9f235d7436900235b0a160967 MD5sum: 5bda13777c4c46767c0f2903d83b1e34 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-doc Source: salt Priority: optional Section: doc Installed-Size: 18024 Maintainer: Bret Palsson Architecture: all Version: 2014.1.13-1lucid1 Recommends: libjs-sphinxdoc Filename: pool/main/s/salt/salt-doc_2014.1.13-1lucid1_all.deb Size: 2518554 SHA256: 205b19049772ca57ccf5b78b35ca398f9ff4d8686395508528433da80749621e SHA1: 210cf4358072a40d2c65a2df0865a69b006d6191 MD5sum: 71296cf2dd1bdc702c4a4b12bec61b78 Description: additional documentation 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 HTML documentation for salt. Package: salt-master Source: salt Version: 2014.7.5+ds-1lucid3 Architecture: all Maintainer: Debian Salt Team Installed-Size: 184 Depends: upstart-job, python (>= 2.6), salt-common (= 2014.7.5+ds-1lucid3), python-m2crypto, python-crypto, msgpack-python, python-zmq (>= 13.0.0~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2014.7.5+ds-1lucid3_all.deb Size: 39544 SHA256: 0bdbc66c9282786d5e8f79875a9e5d68372e25e93094f5e58270f6a5931f03e4 SHA1: 387508015efb34c67405e979de779e2b8350ea0d MD5sum: 1c976eac01ce82b073aa0187f7168b30 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: 2014.7.5+ds-1lucid3 Architecture: all Maintainer: Debian Salt Team Installed-Size: 148 Depends: upstart-job, python (>= 2.6), salt-common (= 2014.7.5+ds-1lucid3), python-m2crypto, python-crypto, msgpack-python, python-zmq (>= 13.0.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_2014.7.5+ds-1lucid3_all.deb Size: 29518 SHA256: 1fefbbebddb43879cc3888b363bf31afad67ac8a11647d4de598154275140a7a SHA1: 34060c23e9734cbb1608a8cede963660679f197d MD5sum: 66d8b6647df387d8df6f9149200a7d65 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: 2014.7.5+ds-1lucid3 Architecture: all Maintainer: Debian Salt Team Installed-Size: 100 Depends: python (>= 2.6), salt-common (= 2014.7.5+ds-1lucid3), msgpack-python Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2014.7.5+ds-1lucid3_all.deb Size: 21474 SHA256: 49faf3b9101b2eddcc3baf5c9d5c8c5a713bad9d2297bf2cdb015cfbf7185571 SHA1: e7dc52a80c0059d9347839be8c310a2bbab72a4e MD5sum: 6c32ca340f4171ad330284d40037327a 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: 2014.7.5+ds-1lucid3 Architecture: all Maintainer: Debian Salt Team Installed-Size: 116 Depends: upstart-job, python (>= 2.6), salt-master (= 2014.7.5+ds-1lucid3) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2014.7.5+ds-1lucid3_all.deb Size: 20264 SHA256: 630f0ef6ab96e137390ba526c71ece91af7d5aed55ddc5d248bbf1ac4bf7245b SHA1: 155853353a4cab0bb5fcbb43d44d742f73fca522 MD5sum: b7be20450a9f6f93297beb8477a70463 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.