Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 816 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 816 Bytes

Python-Core

Python badge Test badge

Copyright (C) 2024 @github.com:HungNguyen501.
All rights reserved.

Short description

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:

  • Branch/ Tag naming convention.
  • PEP8 coding style.
  • Unit Tests - Code coverage 100%.

Development guides

Prerequisites

  • Bazel
$ bazel --version
bazel 7.2.1
  • Python 3.12
$ python3.12 --version
Python 3.12.7
$ python3.12 -m pip --version
pip 24.2
  • Init project: install libs and add githook
$ make init