Metadata-Version: 2.1
Name: unboxapi
Version: 0.1.2
Summary: The official Python API library for Unbox: the Testing and Debugging Platform for AI
Home-page: https://github.com/unboxai/unboxapi-python-client
Author: Unbox Inc.
Project-URL: Documentation, https://docs.unbox.ai/
Project-URL: Unbox User Slack Group, https://l.linklyhq.com/l/1DG73
Keywords: MLOps,AI,Unbox
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown

<div align="left">
  <img src="docs/source/_static/logo-blue-text.svg"><br>
</div>

# Unbox AI | Python API Library

[![PyPI Latest Release](https://img.shields.io/pypi/v/unboxapi.svg)](https://pypi.org/project/unboxapi/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

## What is it?

Unbox is a debugging workspace for ML & Data Science. Unbox combines and builds upon SOTA techniques in explainability, model and dataset versioning, synthetic data generation, data-centric testing and much more to form a powerful, **unified platform for model development**.

👉 [Join our Slack community!](https://l.linklyhq.com/l/1DG73) We'd love to meet you and help you get started with Unbox!

This is the official Python library for interacting with the Unbox platform. Navigate [here](https://docs.unbox.ai) for a quickstart guide and for in-depth tutorials.

## Main Features

This library's primary function is to enable you to easily package your models and datasets and add them to your Unbox account.

## Installation

Install with PyPI (pip)

```console
pip install --upgrade unboxapi
```

or install with Anaconda (conda)

```console
conda install unboxapi --channel conda-forge
```

## Documentation

The official documentation for this Python library can be found [here](https://reference.unbox.ai).

## Contributing

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome! Just send us a message on [Slack](https://l.linklyhq.com/l/1DG73).
