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.
