Metadata-Version: 2.1
Name: Docker-Services-CLI
Version: 0.2.1
Summary: Python module to ease the creation and management of external services.
Home-page: https://github.com/inveniosoftware/docker-services-cli
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: docker-services-cli
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 3 - Alpha
Requires-Dist: click (<8.0,>=7.0)
Provides-Extra: all
Requires-Dist: Sphinx (>=1.5.1) ; extra == 'all'
Requires-Dist: check-manifest (>=0.25) ; extra == 'all'
Requires-Dist: isort (>=4.3) ; extra == 'all'
Requires-Dist: pydocstyle (>=5.0.0) ; extra == 'all'
Requires-Dist: pytest (>=4.6.1) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.5.1) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.25) ; extra == 'tests'
Requires-Dist: isort (>=4.3) ; extra == 'tests'
Requires-Dist: pydocstyle (>=5.0.0) ; extra == 'tests'
Requires-Dist: pytest (>=4.6.1) ; extra == 'tests'

..
    Copyright (C) 2020 CERN.

    Docker-Services-CLI is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

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

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


..
    Copyright (C) 2020 CERN.

    Docker-Services-CLI is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 1.0.0 (released TBD)

- Initial public release.


