Copyright (C) 2024 @github.com:HungNguyen501.
All rights reserved.
The personal project is written mainly by Python. Also, the project uses GitHub Action and Bazel (incremental build model) for CI flow that qualifies the following criteria:
- PEP8 coding style.
- Unit Tests - Code coverage
100%.
$ bazel --version
bazel 7.2.1- Python 3.12
$ python3.12 --version
Python 3.12.7- Init project:
# Create python venv
$ python3.12 -m venv .venv
$ source .venv/bin/activate
# Install dependencies and githook
$ make init