Metadata-Version: 2.1
Name: gocd-tools
Version: 0.0.1a6
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
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
License-File: LICENSE

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

==========
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 and etc. Please see the `Documentation <https://gocd-tools.readthedocs.io/en/latest/>`_.

