Metadata-Version: 2.1
Name: gaiaFramework
Version: 1.0.17
Summary: Data science framework library
Author: oribrau@gmail.com
License: MIT
Description-Content-Type: text/markdown
Requires-Dist: dvc[gs,s3] (==2.8.2)
Requires-Dist: click (==8.1.3)
Requires-Dist: pydantic (==1.10.7)
Requires-Dist: tldextract (==3.4.1)
Requires-Dist: uvicorn (==0.22.0)
Requires-Dist: gunicorn (==20.1.0)
Requires-Dist: fastapi (==0.95.1)
Requires-Dist: requests (==2.30.0)
Requires-Dist: Unidecode (==1.3.6)
Requires-Dist: python-json-logger (==2.0.7)
Requires-Dist: google-api-python-client (==2.86.0)
Requires-Dist: oauth2client (==4.1.3)
Requires-Dist: PyJWT (==2.7.0)
Requires-Dist: pandas (<1.4.0,>=1.2.4)
Requires-Dist: logdecorator (==2.4)
Requires-Dist: twine (==4.0.2)
Requires-Dist: wheel (==0.40.0)
Requires-Dist: awscliv2 (==2.2.0)
Requires-Dist: ujson (==5.7.0)
Requires-Dist: pymysql (==1.0.3)
Requires-Dist: redis (==4.5.5)

# gaia-framework
gaia framework

#how to install
pip install gaiaframework

#how to use
##list of commands:
* gaia-cli - to get all cli options


* gaia-cli generate project my-new-project - to generate new project named my-new-project

## inside generated project folder 
(cd my-new-folder)
* gaia-cli g forcer my-new-forcer - creating new forcer (will be automatically injected to pipeline after last exist forcer)


* gaia-cli g predictable my-new-predictable - creating new predictable (will be automatically injected to pipeline after last exist predictable)


* gaia-cli run-server - will run local server with port 8080\
  available endpoints depend on project\
  http://localhost:8080/parse, http://localhost:8080/predict \
  will validate input based on input scheme and execute pipeline\
  http://localhost:8080/test \
  will run mock test using Data science portal


* gaia-cli create-deploy-files - deploy files generated automatically when creating new project this is an option to create all non exist deploy files, 

  * if deploy file was deleted by mistake you can recreate it 

  * if gaiaframework version was update with updated deploy files you can delete deploy files and recreate them

* gaia-cli create-cloud-eval-files - cloud eval files this is an option to create all non exist cloud eval files
