Metadata-Version: 2.4
Name: pykickstart
Version: 3.71
Summary: Python module for manipulating kickstart files
Home-page: https://fedoraproject.org/wiki/pykickstart
Author: Chris Lumens
Author-email: Chris Lumens <clumens@redhat.com>
Maintainer-email: "Brian C. Lane" <bcl@redhat.com>
Project-URL: Homepage, https://fedoraproject.org/wiki/pykickstart
Project-URL: Bug Tracker, https://github.com/pykickstart/pykickstart/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: COPYING
Requires-Dist: requests
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist

Pykickstart
===========

Pykickstart is a Python 2 and Python 3 library consisting of a data
representation of kickstart files, a parser to read files into that
representation, and a writer to generate kickstart files.

Online documentation
--------------------

Online documentation for kickstart and the Pykickstart library is available on Read the Docs:
https://pykickstart.readthedocs.io

How to generate the kickstart documentation
-------------------------------------------

The pykickstart documentation is generated dynamically from the source code with Sphinx.

To generate the documentation first make sure you have the Python bindings for Sphinx installed.
At least on Fedora this means installing the ``python3-sphinx`` package.

Then change directory to the ``docs`` folder:

``cd docs``

And generate the docs with:

``make html``
