Metadata-Version: 2.1
Name: cobbler
Version: 3.3.2
Summary: Network Boot and Update Server
Home-page: UNKNOWN
Author: Team Cobbler
Author-email: cobbler.project@gmail.com
License: GPLv2+
Project-URL: Website, https://cobbler.github.io
Project-URL: Documentation (Users), https://cobbler.readthedocs.io/en/latest
Project-URL: Documentation (Devs), https://github.com/cobbler/cobbler/wiki
Project-URL: Source, https://github.com/cobbler/cobbler
Project-URL: Tracker, https://github.com/cobbler/cobbler/issues
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: COPYING
License-File: AUTHORS.in
Requires-Dist: mod-wsgi
Requires-Dist: requests
Requires-Dist: pyyaml
Requires-Dist: netaddr
Requires-Dist: Cheetah3
Requires-Dist: pymongo
Requires-Dist: distro
Requires-Dist: python-ldap
Requires-Dist: dnspython
Requires-Dist: file-magic
Requires-Dist: schema
Provides-Extra: lint
Requires-Dist: pyflakes ; extra == 'lint'
Requires-Dist: pycodestyle ; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'

# Cobbler

[![Publish Python distributions to TestPyPI](https://github.com/cobbler/cobbler/actions/workflows/release_master.yml/badge.svg?branch=master)](https://github.com/cobbler/cobbler/actions/workflows/release_master.yml)
[![PyPI version](https://badge.fury.io/py/cobbler.svg)](https://badge.fury.io/py/cobbler)
![PyPI - Downloads](https://img.shields.io/pypi/dm/cobbler)
[![Documentation Status](https://readthedocs.org/projects/cobbler/badge/?version=latest)](https://cobbler.readthedocs.io/en/latest/)
[![Gitter chat](https://badges.gitter.im/cobbler/gitter.png)](https://gitter.im/cobbler/community)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c8c0c787c4854aba925d361eacc15811)](https://www.codacy.com/gh/cobbler/cobbler/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=cobbler/cobbler&amp;utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/cobbler/cobbler/branch/master/graph/badge.svg)](https://codecov.io/gh/cobbler/cobbler)


Cobbler is a Linux installation server that allows for rapid setup of network installation environments. It glues
together and automates many associated Linux tasks so you do not have to hop between lots of various commands and
applications when rolling out new systems, and, in some cases, changing existing ones. It can help with installation,
DNS, DHCP, package updates, power management, configuration management orchestration, and much more.

[![asciicast](https://asciinema.org/a/351156.svg)](https://asciinema.org/a/351156)

Read more at [https://cobbler.github.io](https://cobbler.github.io)

To view the man-pages, install the RPM and run `man cobbler` or run `perldoc cobbler.pod` from a source checkout.

To build the RPM, run `make rpms`. Developers, try `make webtest` to do a local `make install` that preserves your
configuration.

If you want to contribute you may find more information under [CONTRIBUTING.md](CONTRIBUTING.md).

The documentation can be found at [Readthedocs](https://cobbler.readthedocs.io)


