The Python package pyVersioning
offers a template tool to write version information for any programming language as a
source file that can be included into the normal application build flow.
The main idea is to provide a unified tool to collect all necessary version information from a configuration file, user defined parameters, version control systems (e.g. Git) or environment variables. Especially the latter ones can be tricky in CI environments, as every CI service uses different environment variables.
- Integrate version information from e.g. Git, GitHub, GitLab, ... into current software builds.
- Any language
- ANSI C
- C++
- VHDL
- ANSI C Example
- C++ Example
- VHDL Example
- Patrick Lehmann (Maintainer)
- Navid Jalali
- and more...
This Python package (source code) is licensed under Apache License 2.0.
The accompanying documentation is licensed under Creative Commons - Attribution-4.0 (CC-BY 4.0).
SPDX-License-Identifier: Apache-2.0