Skip to content

Introduction

Overview

To reduction overlap code between our codebase, we split and transition the code base to internal package.

This supported ideas:

  • DRY strategy. Write onnce, use multiple time

  • To make it easy to control outside

  • Make it more powerful supported tests

Table of packages

Package Type Documentation Latest version
inno-finance-core Private Inno-Finance-Core 0.6.6
Inno-hybridate Private Inno-Hybridate None
inno-python-client-submarine Private Inno-Hybridate None
inno-python-client-spectrum Private Inno-Hybridate None
inno-util Private Inno-Hybridate None
inno-util Private Inno-Hybridate None

Tech Stack

  • Build package framework: by Hatch framework

  • Code Storage: GitHub with private mode

  • Release with sematic version

  • CICD: using both GitHub Actions with CloudBuild

  • Test: using pytest framework

Maintainer

Contributor

Source Reference