Metadata-Version: 1.2
Name: polyaxon-cli
Version: 0.4.0
Summary: Command Line Interface (CLI) for Polyaxon.
Home-page: https://github.com/polyaxon/polyaxon-cli
Author: Mourad Mourafiq
Author-email: mourad@polyaxon.com
Maintainer: Mourad Mourafiq
Maintainer-email: mourad@polyaxon.com
License: MIT
Description: [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
        [![Build Status](https://travis-ci.org/polyaxon/polyaxon-cli.svg?branch=master)](https://travis-ci.org/polyaxon/polyaxon-cli)
        [![PyPI version](https://badge.fury.io/py/polyaxon-cli.svg)](https://badge.fury.io/py/polyaxon-cli)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/71ac59d072a241e8aa25d01dd45773a0)](https://www.codacy.com/app/polyaxon/polyaxon-cli?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=polyaxon/polyaxon-cli&amp;utm_campaign=Badge_Grade)
        [![Slack](https://img.shields.io/badge/chat-on%20slack-aadada.svg?logo=slack&longCache=true)](https://join.slack.com/t/polyaxon/shared_invite/enQtMzQ0ODc2MDg1ODc0LWY2ZTdkMTNmZjBlZmRmNjQxYmYwMTBiMDZiMWJhODI2ZTk0MDU4Mjg5YzA5M2NhYzc5ZjhiMjczMDllYmQ2MDg)
        
        # Polyaxon-cli
        
        Command line tool for Polyaxon.
        
        
        ## Install
        
        ```bash
        $ pip install -U polyaxon-cli
        ```
        
        ## Polyaxon CLI documentation
        
        Please check the [polyaxon cli reference](https://docs.polyaxon.com/references/polyaxon-cli/)
        
        
        ## Commands References
        
         * [Auth](https://docs.polyaxon.com/references/polyaxon-cli/auth/)
         * [Check](https://docs.polyaxon.com/references/polyaxon-cli/check)
         * [User](https://docs.polyaxon.com/references/polyaxon-cli/user)
         * [Super User role](https://docs.polyaxon.com/references/polyaxon-cli/superuser)
         * [Config](https://docs.polyaxon.com/references/polyaxon-cli/config)
         * [Init](https://docs.polyaxon.com/references/polyaxon-cli/init)
         * [Project](https://docs.polyaxon.com/references/polyaxon-cli/project)
         * [Upload](https://docs.polyaxon.com/references/polyaxon-cli/upload)
         * [Run](https://docs.polyaxon.com/references/polyaxon-cli/run)
         * [Experiment Group](https://docs.polyaxon.com/references/polyaxon-cli/experiment-group)
         * [Experiment](https://docs.polyaxon.com/references/polyaxon-cli/experiment)
         * [Job](https://docs.polyaxon.com/references/polyaxon-cli/job)
         * [Build](https://docs.polyaxon.com/references/polyaxon-cli/build)
         * [Dashboard](https://docs.polyaxon.com/references/polyaxon-cli/dashboard)
         * [Tensorboard](https://docs.polyaxon.com/references/polyaxon-cli/tensorboard)
         * [Notebook](https://docs.polyaxon.com/references/polyaxon-cli/notebook)
         * [Cluster](https://docs.polyaxon.com/references/polyaxon-cli/cluster)
         * [Version](https://docs.polyaxon.com/references/polyaxon-cli/version)
        
        ## Install polyaxon
        
        Please check [polyaxon installation guide](https://docs.polyaxon.com/installation/introduction)
        
        
        ## Quick start
        
        Please check our [quick start guide](https://docs.polyaxon.com/quick_start) to start training your first experiment.
        
        ## License
        
        [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fpolyaxon%2Fpolyaxon-cli.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fpolyaxon%2Fpolyaxon-cli?ref=badge_large)
        
Keywords: polyaxon,tensorFlow,deep-learning,machine-learning,data-science,neural-networks,artificial-intelligence,ai,reinforcement-learning,kubernetes
Platform: any
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
