xsoulp / movai-core-shared

shared repository for the core elemtents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movai-core-shared

The movai core shared provides all the basic functionality such as logging and API for getting environment variables which all of the MOV.AI platform components require

Usage

A package encapsulating all of the platform basic functionality

Prerequisites : None

Build

The complete build process:

  • a python module building step which will create a .whl file

build pip module

rm dist/*
python3 -m build .

install pip module locally

python3 -m venv .testenv
source .testenv/bin/activate
python3 -m pip install --no-cache-dir \
--index-url="https://artifacts.cloud.mov.ai/repository/pypi-experimental/simple" \
--extra-index-url https://pypi.org/simple \
./dist/*.whl

About

shared repository for the core elemtents

License:Other


Languages

Language:Python 100.0%