2023-03-18 20:21:59 +00:00
2023-03-17 08:44:48 +00:00
2023-03-17 08:44:48 +00:00
2023-03-17 08:44:48 +00:00
2023-03-17 08:54:24 +00:00
2023-03-17 08:44:48 +00:00
2023-03-17 08:44:48 +00:00
2023-03-17 08:44:48 +00:00
2023-03-17 08:44:48 +00:00
2023-03-17 08:44:48 +00:00
2023-03-17 18:26:11 +00:00
2023-03-17 08:44:48 +00:00

Python project template

A nice template to start a blank python projet.

This template automate a lot of handy things and allow CI/CD automatic releases generation.

It is also collectings data to feed Jenkins build.

Checkout Latest Documentation.

Features

Generic pipeline skeleton:

- Prepare
- GetCode
- BuildPackage
- Install
- CheckCode
- PlotMetrics
- RunUnitTests
- GenDOC
- PostRelease

CI/CD Environment

- Jenkins
- Gitea (with patch for dynamic Readme variables: https://chacha.ddns.net/gitea/chacha/GiteaMarkupVariable)
- Docker
- MkDocsWeb

CI/CD Helper libs

- VirtualEnv
- Changelog generation based on commits
- copier
- pylint + pylint_json2html
- mypy
- unittest + xmlrunner + junitparser + junit2htmlreport
- mkdocs

Python project

- Full .toml implementation
- .whl automatic generation
- dynamic versionning using git repository
- embedded unit-test
Description
No description provided
Readme 302 KiB
2024-10-12 17:31:23 +02:00
Languages
Python 99.3%
Dockerfile 0.7%