File: control

package info (click to toggle)
pychef 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 344 kB
  • ctags: 374
  • sloc: python: 1,339; makefile: 113; ruby: 9
file content (34 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: pychef
Section: python
Priority: optional
Maintainer: Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools,
 python-mock, python-unittest2, libssl-dev
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: https://github.com/coderanger/pychef
Vcs-Git: git://anonscm.debian.org/collab-maint/pychef.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/pychef.git;a=summary

Package: python-chef
Architecture: all
Depends: python, ${python:Depends}, ${misc:Depends}, libssl-dev
Description: Python API for interacting with a Chef server
 pychef provides a library with a client and a high-level abstraction
 API to interact with a Chef server.
 .
 Chef is a systems and cloud infrastructure automation framework that
 makes it easy to deploy servers and applications to any physical,
 virtual, or cloud location, no matter the size of the infrastructure. 
 .
 pychef provides all expected features needed to interact with Chef server
 API:
 .
  - Nodes
  - Roles
  - Data bags
  - Environments
  - Search
 .
 pychef additionally provides integration with Fabric (remote deployment tool)
 as an extra feature.