inf-api-jama


Nameinf-api-jama JSON
Version 0.0.11 PyPI version JSON
download
home_pagehttps://bitbucket.vih.infineon.com/users/trinkler/repos/jama-package/browse
SummaryA package that allows to create TCs for every ReQ automatically and more.
upload_time2022-12-02 11:46:10
maintainerRaphael Trinkler
docs_urlNone
authorRaphael Trinkler
requires_python>=3.9
licenseProprietary
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Jama API

API for Jama which following functions

- create TC for every Requirement
- delete every created TestSet



## Installation

The package is published on 


Best practice is to setup a separate virtual environment:

```sh
# For Windows
python -m venv venv_name
. venv_name/Scripts/activate
pip install inf_jama_api



## Usage

See `src/demo.py` in the project directory, of __branch__

- __release/production__, if you install and import the DKT Client as a package
- __master__, if you download the newest source files

## Build


`python -m build --wheel` or `tox -e package`



            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.vih.infineon.com/users/trinkler/repos/jama-package/browse",
    "name": "inf-api-jama",
    "maintainer": "Raphael Trinkler",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "raphael.trinkler@infineon.com",
    "keywords": "",
    "author": "Raphael Trinkler",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a9/b2/5d116f613751fab39f0ae577e86995bd8593ac48e14c1223b7d87acaae6f/inf_api_jama-0.0.11.tar.gz",
    "platform": "any",
    "description": "# Jama API\r\n\r\nAPI for Jama which following functions\r\n\r\n- create TC for every Requirement\r\n- delete every created TestSet\r\n\r\n\r\n\r\n## Installation\r\n\r\nThe package is published on \r\n\r\n\r\nBest practice is to setup a separate virtual environment:\r\n\r\n```sh\r\n# For Windows\r\npython -m venv venv_name\r\n. venv_name/Scripts/activate\r\npip install inf_jama_api\r\n\r\n\r\n\r\n## Usage\r\n\r\nSee `src/demo.py` in the project directory, of __branch__\r\n\r\n- __release/production__, if you install and import the DKT Client as a package\r\n- __master__, if you download the newest source files\r\n\r\n## Build\r\n\r\n\r\n`python -m build --wheel` or `tox -e package`\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "A package that allows to create TCs for every ReQ automatically and more.",
    "version": "0.0.11",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "3cd62581b98f1db6c64b178e8e03b683",
                "sha256": "cf9e603a8e1f438576293ba1a46648cbc2dbfdfa2c757d7d54f4981cbc0e3072"
            },
            "downloads": -1,
            "filename": "inf_api_jama-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "3cd62581b98f1db6c64b178e8e03b683",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8546,
            "upload_time": "2022-12-02T11:46:10",
            "upload_time_iso_8601": "2022-12-02T11:46:10.664239Z",
            "url": "https://files.pythonhosted.org/packages/a9/b2/5d116f613751fab39f0ae577e86995bd8593ac48e14c1223b7d87acaae6f/inf_api_jama-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 11:46:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "inf-api-jama"
}
        
Elapsed time: 0.01326s