Metadata-Version: 2.1
Name: taktile-cli
Version: 0.5.13
Summary: Taktile's CLI 
Home-page: https://github.com/taktile-org/taktile-cli
Author: Taktile
Author-email: contact@taktile.com
License: Apache License 2.0
Description: # Taktile CLI
        
        [![pypi status](https://img.shields.io/pypi/v/taktile-cli.svg)](https://pypi.python.org/pypi/taktile-cli)
        [![codecov status](https://codecov.io/gh/taktile-org/taktile-cli/branch/master/graph/badge.svg?token=LCJOYEP5O6)](https://codecov.io/gh/taktile-org/taktile-cli)
        [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
        
        Taktile enables data science teams to industrialize, scale, and maintain machine learning models. Our ML development platform makes it easy to create your own end-to-end ML applications:
        
        - Write one line of code to turn models into auto-scaling APIs
        - Easily add model tests
        - Create and share model explanations through the Taktile UI
        
        The Taktile CLI is used to manage your machine learning model deployments on the Taktile platform from your terminal. Find more information in our [docs](https://docs.taktile.com).
        
        ## Setting up Taktile CLI
        
        To get started, install Taktile CLI using `pip`:
        
        ```python
        pip install -U taktile-cli
        ```
        
        To check your Taktile CLI version run:
        
        ```python
        tktl version
        ```
        
Keywords: taktile-cli
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
