python-zephyr


Namepython-zephyr JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://bitbucket.org/melectrification/python-zephyr/src/master/
SummaryAn easy to use Zephyr Scale library for python
upload_time2025-03-21 12:53:11
maintainerAtabey Onur
docs_urlNone
authorAtabey Onur
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ME's Python Zephyr Library #

This module is meant to be used as a simple library for using Zephyr Scale API functions.

### What is this repository for? ###

* Generic abstractions of common API calls, e.g.
  * Get a list of all projects
  * Get project, folder or user IDs
  * Create tests or test executions
  * ...

### How do I get set up? ###

1. Install specified requirements:
````commandline
pip install -r requirements.txt
````
2. Install pre-commit hooks:
````commandline
pre-commit install
````
3. Get familiar with the API: https://support.smartbear.com/zephyr-scale-cloud/api-docs/

### Contribution guidelines ###

* Fix rather than suppress any pre-commit warnings
* Try to stick to existing coding patterns and use/extend given structures

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/melectrification/python-zephyr/src/master/",
    "name": "python-zephyr",
    "maintainer": "Atabey Onur",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "a.onur@munichelectrification.com",
    "keywords": null,
    "author": "Atabey Onur",
    "author_email": "a.onur@munichelectrification.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/65/20bd7c68e521eda4316c764cb4b8ac855c2ce23a7daf1e322dc7dfe74df8/python_zephyr-0.0.12.tar.gz",
    "platform": null,
    "description": "# ME's Python Zephyr Library #\r\n\r\nThis module is meant to be used as a simple library for using Zephyr Scale API functions.\r\n\r\n### What is this repository for? ###\r\n\r\n* Generic abstractions of common API calls, e.g.\r\n  * Get a list of all projects\r\n  * Get project, folder or user IDs\r\n  * Create tests or test executions\r\n  * ...\r\n\r\n### How do I get set up? ###\r\n\r\n1. Install specified requirements:\r\n````commandline\r\npip install -r requirements.txt\r\n````\r\n2. Install pre-commit hooks:\r\n````commandline\r\npre-commit install\r\n````\r\n3. Get familiar with the API: https://support.smartbear.com/zephyr-scale-cloud/api-docs/\r\n\r\n### Contribution guidelines ###\r\n\r\n* Fix rather than suppress any pre-commit warnings\r\n* Try to stick to existing coding patterns and use/extend given structures\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An easy to use Zephyr Scale library for python",
    "version": "0.0.12",
    "project_urls": {
        "Homepage": "https://bitbucket.org/melectrification/python-zephyr/src/master/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52ed52a24b91f823ebfbcdc74d39d89a0347d5042a4033263a0cd32f7f4e5007",
                "md5": "f2a7645546546674ed4614f679204941",
                "sha256": "28b13aacc1a6f6e4e75ad5deaf94951e03a51fcb100ea9033a4c2030f5b1ff1b"
            },
            "downloads": -1,
            "filename": "python_zephyr-0.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2a7645546546674ed4614f679204941",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11872,
            "upload_time": "2025-03-21T12:53:10",
            "upload_time_iso_8601": "2025-03-21T12:53:10.130975Z",
            "url": "https://files.pythonhosted.org/packages/52/ed/52a24b91f823ebfbcdc74d39d89a0347d5042a4033263a0cd32f7f4e5007/python_zephyr-0.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a56520bd7c68e521eda4316c764cb4b8ac855c2ce23a7daf1e322dc7dfe74df8",
                "md5": "427ad2339ba764ff27e6e1cc85ace743",
                "sha256": "a8f249a2f247165218831862220d680be7b5b6365962cd57ef82470040efda16"
            },
            "downloads": -1,
            "filename": "python_zephyr-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "427ad2339ba764ff27e6e1cc85ace743",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 10335,
            "upload_time": "2025-03-21T12:53:11",
            "upload_time_iso_8601": "2025-03-21T12:53:11.352526Z",
            "url": "https://files.pythonhosted.org/packages/a5/65/20bd7c68e521eda4316c764cb4b8ac855c2ce23a7daf1e322dc7dfe74df8/python_zephyr-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-21 12:53:11",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "melectrification",
    "bitbucket_project": "python-zephyr",
    "lcname": "python-zephyr"
}
        
Elapsed time: 0.47844s