Metadata-Version: 1.2
Name: dlhub-cli
Version: 0.6.1
Summary: DLHub CLI
Home-page: https://github.com/DLHub-Argonne/dlhub_cli
Author: Ryan Chard
Author-email: rchard@anl.gov
License: UNKNOWN
Description: DLHub CLI
        =========
        [![Build Status](https://travis-ci.org/DLHub-Argonne/dlhub_cli.svg?branch=master)](https://travis-ci.org/DLHub-Argonne/dlhub_cli)[![Coverage Status](https://coveralls.io/repos/github/DLHub-Argonne/dlhub_cli/badge.svg?branch=master)](https://coveralls.io/github/DLHub-Argonne/dlhub_cli?branch=master)[![PyPI version](https://badge.fury.io/py/dlhub-cli.svg)](https://badge.fury.io/py/dlhub-cli)[![Documentation Status](https://readthedocs.org/projects/dlhub-cli/badge/?version=latest)](https://dlhub-cli.readthedocs.io/en/latest/?badge=latest)
        
        A Command Line Interface for [DLHub](https://dlhub.org)
        
        Source Code: https://github.com/DLHub-Argonne/dlhub_cli
        
        
        ## Installation
        
        ```
        pip install dlhub_cli
        ```
        
        ## Development
        After cloning this repository, run
        
        ```
        pip install -e .
        ```
        
        ## Documentation
        [Read the Docs](https://dlhub-cli.readthedocs.io/en/latest/)
        
        
        ## Project Support
        This material is based upon work supported by Laboratory Directed Research and Development (LDRD) funding from Argonne National Laboratory, provided by the Director, Office of Science, of the U.S. Department of Energy under Contract No. DE-AC02-06CH11357.
        
Keywords: DLHub,Data and Learning Hub for Science,machine learning,data publication,reproducibility
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Requires-Python: >=3.4
