Skip to content

Capella-Polarion Bridge - bi-directional integration of the 2 things based on REST API

Notifications You must be signed in to change notification settings

DSD-DBS/capella-polarion

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8554d3e · Dec 20, 2023
Oct 26, 2023
Jul 31, 2023
Dec 20, 2023
Oct 25, 2023
Jul 31, 2023
Dec 20, 2023
Jul 31, 2023
Jul 31, 2023
Jul 31, 2023
Dec 12, 2023
Oct 26, 2023
Sep 11, 2023
Jul 31, 2023
Jul 31, 2023
Jul 31, 2023
Jul 31, 2023
Dec 20, 2023

Repository files navigation

capella2polarion

image

Synchronise Capella models with Polarion projects

Documentation

Read the full documentation on GitLab pages.

Installation

You can install the latest released version directly from PyPI (Not yet).

pip install capella2polarion

To set up a development environment, clone the project and install it into a virtual environment.

git clone https://github.com/DSD-DBS/capella-polarion.git
cd capella2polarion
python -m venv .venv

source .venv/bin/activate.sh  # for Linux / Mac
.venv\Scripts\activate  # for Windows

pip install -U pip pre-commit
pip install -e '.[docs,test]'
pre-commit install

Contributing

We'd love to see your bug reports and improvement suggestions! Please take a look at our guidelines for contributors for details.

Licenses

This project is compliant with the REUSE Specification Version 3.0.

Copyright DB Netz AG, licensed under Apache 2.0 (see full text in LICENSES/Apache-2.0.txt)

Dot-files are licensed under CC0-1.0 (see full text in LICENSES/CC0-1.0.txt)