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¶
- Bao Truong bao.truong@innotech.vn
Contributor¶
-
Sieu Huynh sieu.huynh@innotech.vn
-
Thanh Vo thanh.vo@innotech.vn
Source Reference¶
-
[1] Semantic Versioning version 2.0.0 at documentation
-
[2]
hatch
package for build Python package with Official documentation