Metadata-Version: 2.1
Name: docker-jobber
Version: 0.3.9
Summary: A command line interface (CLI) application for managing machine learning workflows using Docker
Home-page: https://github.com/mentice/docker-jobber
Author: Eric Parker
Author-email: eric.parker@mentice.com
License: UNKNOWN
Description: Docker Jobber
        ==============================
        
        Docker Jobber (`jobber`) is a command line interface (CLI) application for managing machine learning workflows using Docker.
        
        > Please see the [homepage](https://github.com/mentice/docker-jobber) for documentation and examples
        
        ## Installation
        You'll need [Docker](www.docker.com/get-started) of course, then install the `jobber` command using pip (Docker Jobber requires Python3):
        
        ```
        pip install docker-jobber
        ```
        
        ## Version History
        
        #### 0.3.9 (2019-04-09)
        * Credentials
        * Merge all config files on directory path
        * Fixed: successful build pushes to defined registries
        * Default registry configuration name changed to 'default-registry'
        
        #### 0.3.8 (2019-04-09)
        * Really fix PyYAML security hole
        
        #### 0.3.7 (2019-04-09)
        * Fix PyYAML security hole
        
        #### 0.3.6 (2019-04-09)
        * Initial release
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
