Metadata-Version: 2.4
Name: Docker-Services-CLI
Version: 0.12.2
Summary: Python module to ease the creation and management of external services.
Project-URL: Repository, https://github.com/inveniosoftware/docker-services-cli
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: cli,docker,services
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.8
Requires-Dist: check-manifest>=0.42
Requires-Dist: click>=7.0
Provides-Extra: tests
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-cov>=3.0.0; extra == 'tests'
Requires-Dist: pytest-isort>=3.0.0; extra == 'tests'
Requires-Dist: pytest-pycodestyle>=2.2.0; extra == 'tests'
Requires-Dist: pytest-pydocstyle>=2.2.3; extra == 'tests'
Requires-Dist: pytest<9,>=6; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2020 CERN.
    SPDX-License-Identifier: MIT

===================
Docker-Services-CLI
===================

.. image:: https://github.com/inveniosoftware/docker-services-cli/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/docker-services-cli/actions?query=workflow%3ACI


Python module to start external services needed to tests Invenio modules and applications.
