Metadata-Version: 2.1
Name: scuba
Version: 2.12.0
Summary: Simplify use of Docker containers for building software
Author-email: Jonathon Reinhart <jonathon.reinhart@gmail.com>
License: The MIT License (MIT)
        
        Copyright (c) 2015 Jonathon Reinhart
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        
Project-URL: documentation, https://scuba.readthedocs.io/
Project-URL: repository, https://github.com/JonathonReinhart/scuba
Project-URL: changelog, https://github.com/JonathonReinhart/scuba/blob/main/CHANGELOG.md
Keywords: docker
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: PyYAML
Provides-Extra: argcomplete
Requires-Dist: argcomplete >=1.10.1 ; extra == 'argcomplete'

SCUBA
[![Build Status](https://github.com/JonathonReinhart/scuba/actions/workflows/build-test.yml/badge.svg)](https://github.com/JonathonReinhart/scuba/actions/workflows/build-test.yml)
[![codecov.io](https://codecov.io/github/JonathonReinhart/scuba/coverage.svg?branch=main)](https://codecov.io/github/JonathonReinhart/scuba?branch=main)
[![PyPI](https://img.shields.io/pypi/v/scuba.svg)](https://pypi.python.org/pypi/scuba)
[![Docs](https://readthedocs.org/projects/scuba/badge/?version=latest)](https://scuba.readthedocs.io/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
-----
![SCUBA](docs/images/SCUBA.png)

**SCUBA** is the **S**imple **C**ontainer-**U**tilizing **B**uild **A**pparatus

Scuba makes it easier to use Docker containers in everyday development. It
allows a developer to commit an environment setup where the entire build
environment is encapsulated in a Docker container.

![demo](docs/images/demo.gif)

For more information, [Read the Docs](https://scuba.readthedocs.io/).

## License

This software is released under the [MIT License](https://opensource.org/licenses/MIT).
