capella-RM-Bridge


Namecapella-RM-Bridge JSON
Version 0.1.10 PyPI version JSON
download
home_page
SummarySync requirements from different ALM tools from and back to Capella
upload_time2023-03-23 15:32:19
maintainer
docs_urlNone
authorDB Netz AG
requires_python<3.12,>=3.9
licenseApache-2.0
keywords requirements requirements-management alm capella mbse model-based systems engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
   SPDX-FileCopyrightText: Copyright DB Netz AG and the capella-rm-bridge contributors
   SPDX-License-Identifier: Apache-2.0

Capellambse RM-Bridge
=====================

.. image:: https://img.shields.io/pypi/pyversions/capella-rm-bridge
   :target: https://pypi.org/project/capella-rm-bridge/
   :alt: PyPI - Python Version

.. image:: https://github.com/DSD-DBS/capella-rm-bridge/actions/workflows/build-test-publish.yml/badge.svg
    :target: https://github.com/DSD-DBS/capella-rm-bridge/actions/workflows/build-test-publish.yml/badge.svg

.. image:: https://github.com/DSD-DBS/capella-rm-bridge/actions/workflows/lint.yml/badge.svg
    :target: https://github.com/DSD-DBS/capella-rm-bridge/actions/workflows/lint.yml/badge.svg

.. image:: https://img.shields.io/github/license/DSD-DBS/capella-rm-bridge
   :target: LICENSES/Apache-2.0.txt
   :alt: License

.. image:: https://api.reuse.software/badge/github.com/DSD-DBS/capella-rm-bridge
   :target: https://api.reuse.software/info/github.com/DSD-DBS/capella-rm-bridge
   :alt: REUSE status

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
   :target: https://pycqa.github.io/isort/


Sync requirements from different ALM tools from and back to Capella

Documentation
-------------

Read the `full documentation on Github pages`__.

__ https://dsd-dbs.github.io/capella-rm-bridge

Installation
------------

You can install the latest released version directly from PyPI.

.. code::

    pip install capella-RM-Bridge

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

.. code::

    git clone https://github.com/DSD-DBS/capella-rm-bridge
    cd capella-rm-bridge
    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 <CONTRIBUTING.rst>`__ for details.

Licenses
--------

This project is compliant with the `REUSE Specification Version 3.0`__.

__ https://git.fsfe.org/reuse/docs/src/commit/d173a27231a36e1a2a3af07421f5e557ae0fec46/spec.md

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>`__)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "capella-RM-Bridge",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "maintainer_email": "",
    "keywords": "requirements,requirements-management,alm,capella,mbse,model-based systems engineering",
    "author": "DB Netz AG",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2f/1e/86ec2b13a7b8881c8119147448ea33fc5b14bd0490aba8c849cf05ba70c6/capella-RM-Bridge-0.1.10.tar.gz",
    "platform": "any",
    "description": "..\n   SPDX-FileCopyrightText: Copyright DB Netz AG and the capella-rm-bridge contributors\n   SPDX-License-Identifier: Apache-2.0\n\nCapellambse RM-Bridge\n=====================\n\n.. image:: https://img.shields.io/pypi/pyversions/capella-rm-bridge\n   :target: https://pypi.org/project/capella-rm-bridge/\n   :alt: PyPI - Python Version\n\n.. image:: https://github.com/DSD-DBS/capella-rm-bridge/actions/workflows/build-test-publish.yml/badge.svg\n    :target: https://github.com/DSD-DBS/capella-rm-bridge/actions/workflows/build-test-publish.yml/badge.svg\n\n.. image:: https://github.com/DSD-DBS/capella-rm-bridge/actions/workflows/lint.yml/badge.svg\n    :target: https://github.com/DSD-DBS/capella-rm-bridge/actions/workflows/lint.yml/badge.svg\n\n.. image:: https://img.shields.io/github/license/DSD-DBS/capella-rm-bridge\n   :target: LICENSES/Apache-2.0.txt\n   :alt: License\n\n.. image:: https://api.reuse.software/badge/github.com/DSD-DBS/capella-rm-bridge\n   :target: https://api.reuse.software/info/github.com/DSD-DBS/capella-rm-bridge\n   :alt: REUSE status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: https://github.com/psf/black\n\n.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336\n   :target: https://pycqa.github.io/isort/\n\n\nSync requirements from different ALM tools from and back to Capella\n\nDocumentation\n-------------\n\nRead the `full documentation on Github pages`__.\n\n__ https://dsd-dbs.github.io/capella-rm-bridge\n\nInstallation\n------------\n\nYou can install the latest released version directly from PyPI.\n\n.. code::\n\n    pip install capella-RM-Bridge\n\nTo set up a development environment, clone the project and install it into a\nvirtual environment.\n\n.. code::\n\n    git clone https://github.com/DSD-DBS/capella-rm-bridge\n    cd capella-rm-bridge\n    python -m venv .venv\n\n    source .venv/bin/activate.sh  # for Linux / Mac\n    .venv\\Scripts\\activate  # for Windows\n\n    pip install -U pip pre-commit\n    pip install -e '.[docs,test]'\n    pre-commit install\n\nContributing\n------------\n\nWe'd love to see your bug reports and improvement suggestions! Please take a\nlook at our `guidelines for contributors <CONTRIBUTING.rst>`__ for details.\n\nLicenses\n--------\n\nThis project is compliant with the `REUSE Specification Version 3.0`__.\n\n__ https://git.fsfe.org/reuse/docs/src/commit/d173a27231a36e1a2a3af07421f5e557ae0fec46/spec.md\n\nCopyright DB Netz AG, licensed under Apache 2.0 (see full text in `<LICENSES/Apache-2.0.txt>`__)\n\nDot-files are licensed under CC0-1.0 (see full text in `<LICENSES/CC0-1.0.txt>`__)\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Sync requirements from different ALM tools from and back to Capella",
    "version": "0.1.10",
    "split_keywords": [
        "requirements",
        "requirements-management",
        "alm",
        "capella",
        "mbse",
        "model-based systems engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d05ef62ad05e224e6c94e79a1ef59ee1ddeadb7475d8a3f25afc330b53a2409e",
                "md5": "f54acc74b65ccbecd7917278e4b5c99f",
                "sha256": "581fef9afa18add4cfc46e2401a1aa48a2bff82d107d8307c02c06772cab073b"
            },
            "downloads": -1,
            "filename": "capella_RM_Bridge-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f54acc74b65ccbecd7917278e4b5c99f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 508218,
            "upload_time": "2023-03-23T15:32:16",
            "upload_time_iso_8601": "2023-03-23T15:32:16.631791Z",
            "url": "https://files.pythonhosted.org/packages/d0/5e/f62ad05e224e6c94e79a1ef59ee1ddeadb7475d8a3f25afc330b53a2409e/capella_RM_Bridge-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f1e86ec2b13a7b8881c8119147448ea33fc5b14bd0490aba8c849cf05ba70c6",
                "md5": "49116e8f6f56f1f71a8f31153c8f4e7b",
                "sha256": "b6674b2b175ddb31ff21bec478aa0e852f41dc2d1beb96bab6b2d3b86ff92a18"
            },
            "downloads": -1,
            "filename": "capella-RM-Bridge-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "49116e8f6f56f1f71a8f31153c8f4e7b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 498566,
            "upload_time": "2023-03-23T15:32:19",
            "upload_time_iso_8601": "2023-03-23T15:32:19.169319Z",
            "url": "https://files.pythonhosted.org/packages/2f/1e/86ec2b13a7b8881c8119147448ea33fc5b14bd0490aba8c849cf05ba70c6/capella-RM-Bridge-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-23 15:32:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "capella-rm-bridge"
}
        
Elapsed time: 0.04667s