Metadata-Version: 2.1
Name: aicp
Version: 0.1.3
Summary: 
Author: Tobias Oberrauch
Author-email: tobias.oberrauch@pioneers.ai
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: typer[all] (>=0.4.0,<0.5.0)
Description-Content-Type: text/markdown

# AI Collaboration Platform

## Install

    pip install aicp


## Prerequisites

    * Python 3.6+


## Usage

Login to the platform using the following command:

    aicp login


Create service with <directory> as the directory using the following command:

    aicp service create <directory>


or import service from a local directory using the following command:

    aicp service import <directory> 
