Metadata-Version: 2.4
Name: gocd-tools
Version: 0.0.1
Summary: A tool for managing the gocd server
Home-page: https://github.com/rasmunk/gocd-tools
Author: Rasmus Munk
Author-email: munk1@live.dk
License: MIT
Keywords: GoCD,CI,CD
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
License-File: LICENSE
Requires-Dist: requests>=2.27.0
Requires-Dist: PyYAML>=5.0
Provides-Extra: dev
Requires-Dist: flake8>=6.1.0; extra == "dev"
Requires-Dist: black>=24.3.0; extra == "dev"
Requires-Dist: Click>=8.1.0; extra == "dev"
Requires-Dist: docutils>=0.20.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

.. image:: https://readthedocs.org/projects/gocd-tools/badge/?version=latest
    :target: https://gocd-tools.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. image:: https://badge.fury.io/py/gocd-tools.svg
    :target: https://badge.fury.io/py/gocd-tools

==========
gocd-tools
==========

A tool for automating the configuration of a `GoCD <https://www.gocd.org>`_ server.
It achieves this by utilizing the published `GoCD API <https://api.gocd.org/current/#introduction>`_ specification.

---------------
Getting Started
---------------

Before the ``gocd-tool`` can be used, it has to be built and installed.
The easiest way to accomplish this is to use the PyPI installer::

    pip install gocd-tools


------
How-to
------

For additional information about how to use the tool, and how it should be
configured, etc. Please see the `Documentation <https://gocd-tools.readthedocs.io/en/latest/>`_.
