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
|
Source: pykickstart
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Carl Chenet <chaica@ohmytux.com>, Fathi Boudra <fabo@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gettext, python (>= 2.6.6-3~),
python-setuptools, python-urlgrabber
Standards-Version: 3.9.5
Homepage: http://fedoraproject.org/wiki/Pykickstart
X-Python-Version: >= 2.6
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pykickstart/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pykickstart/trunk/
Package: python-pykickstart
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-urlgrabber
Provides: pykickstart
Description: Python library for manipulating kickstart files
pykickstart is a Python library consisting of a data representation of
kickstart files, a parser to read file into that representation, and a writer
to generate kickstart files.
.
The kickstart file is a simple text file, containing a list of items,
each identified by a keyword. The kickstart configuration format is used
for image configuration and to automate operating system installations.
|