Metadata-Version: 2.1
Name: Docker-Services-CLI
Version: 0.4.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
Description: ..
            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
        ===================
        
        .. 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.
        
        ..
            Copyright (C) 2020-2022 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 0.4.1 (released 2022-02-23)
        
        - Removes upper bound on Click which causes projects where docker-services-cli
          is installed to limit Celery to v5.1.x because Celery v5.2 requires Click 8+.
        
        Version 0.4.0 (released 2022-02-15)
        
        - Changes default version of Postgres to v12.
        - Adds Postgres v14 and upgrades other versions.
        
        Version 0.3.1 (released 2021-08-04)
        
        - Fixes an issue where created volumes were not removed again.
        
Keywords: docker services cli
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Provides-Extra: tests
