Metadata-Version: 2.1
Name: taktile-cli
Version: 2.0.0b0
Summary: Taktile's CLI 
Home-page: https://docs.taktile.com
Author: Taktile GmbH
Author-email: devops@taktile.com
License: Apache License 2.0
Keywords: taktile-cli
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7, <3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click ~=8.0.4
Requires-Dist: click-completion ~=0.5.2
Requires-Dist: click-help-colors ~=0.9.1
Requires-Dist: click-didyoumean ~=0.0.3
Requires-Dist: requests ~=2.23
Requires-Dist: pydantic ~=1.8.2
Requires-Dist: colorama ~=0.4.3
Requires-Dist: PyYAML >=6.0.0
Requires-Dist: python-dateutil ~=2.8.1
Requires-Dist: halo ==0.0.29
Requires-Dist: numpy ~=1.21
Requires-Dist: pandas ~=1.2
Requires-Dist: pyarrow >=3.0
Requires-Dist: beautifultable ~=1.0.0
Requires-Dist: openapi-schema-pydantic ==1.1.0
Requires-Dist: docker ==4.3.1
Requires-Dist: tenacity <9.0.0,>=8.0.1
Requires-Dist: cached-property ==1.5.2
Requires-Dist: fastapi ~=0.65.2
Requires-Dist: taktile-types <1.0.0,>=0.22.0
Requires-Dist: packaging <24.0,>=23.0
Requires-Dist: taktile-client ~=1.0.6
Requires-Dist: filelock >=3.5.0
Requires-Dist: urllib3 <2

# Taktile CLI

[![pypi status](https://img.shields.io/pypi/v/taktile-cli.svg)](https://pypi.python.org/pypi/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:

- Turn models into auto-scaling APIs in a few lines of code
- Easily add model tests
- Create and share model explanations through the Taktile UI

`taktile-cli` contains all components required for deploying ML models on the Taktile platform as well as a CLI tool for managing your deployments from your terminal. Find more information in our [docs](https://docs.taktile.com).

If you only require the Taktile python client, consider installing the [stand-alone client](https://pypi.org/project/taktile-client/) instead.

## 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
```
