testops-commons


Nametestops-commons JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/katalon-studio/testops-commons-python
SummaryTestOps Commons Python
upload_time2022-12-07 08:28:51
maintainer
docs_urlNone
authorKatalon, LLC. (https://www.katalon.com)
requires_python>=3.6
license
keywords katalon testops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Katalon TestOps Commons Python
TestOps Commons for Python language.

## Usage
- module name: *testops-commons*
- install lastest version from pypi:
  ```
  python3 -m pip install testops-commons
  ```
- *testops-config.json* file will be read from the root of python project. File here is a sample for testing purpose.

## Development
### Setup Prerequisites
- python >= 3.6
- install requirements:
  ```
  python3 -m pip install -r requirements.txt
  ```
### Local Run
- install as local module:
  ```
  python3 -m pip install setup.py
  ```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/katalon-studio/testops-commons-python",
    "name": "testops-commons",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Katalon,TestOps",
    "author": "Katalon, LLC. (https://www.katalon.com)",
    "author_email": "info@katalon.io",
    "download_url": "https://files.pythonhosted.org/packages/a7/1a/8857170204741a6662340e8990990f0d1eef665bfc0e68d629e81c3e841a/testops-commons-1.0.6.tar.gz",
    "platform": null,
    "description": "# Katalon TestOps Commons Python\nTestOps Commons for Python language.\n\n## Usage\n- module name: *testops-commons*\n- install lastest version from pypi:\n  ```\n  python3 -m pip install testops-commons\n  ```\n- *testops-config.json* file will be read from the root of python project. File here is a sample for testing purpose.\n\n## Development\n### Setup Prerequisites\n- python >= 3.6\n- install requirements:\n  ```\n  python3 -m pip install -r requirements.txt\n  ```\n### Local Run\n- install as local module:\n  ```\n  python3 -m pip install setup.py\n  ```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "TestOps Commons Python",
    "version": "1.0.6",
    "split_keywords": [
        "katalon",
        "testops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4917387387486ede173ea461213897c1",
                "sha256": "95b6e7e7e55587ceee989bb353f9627458e7b1a4a7eb14bcf164d14a2b8bd2d9"
            },
            "downloads": -1,
            "filename": "testops_commons-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4917387387486ede173ea461213897c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14170,
            "upload_time": "2022-12-07T08:28:50",
            "upload_time_iso_8601": "2022-12-07T08:28:50.132978Z",
            "url": "https://files.pythonhosted.org/packages/b7/0b/4468bf0ed86e2f04a864e2ebf80d99a299ccc98462192a681bec54ba29c2/testops_commons-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ca2df6110afff40c5d74a010fa263484",
                "sha256": "2b9332ec7caa8db565bcb698db08f144b1265b4d2e05f5ea867e31de140f7782"
            },
            "downloads": -1,
            "filename": "testops-commons-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "ca2df6110afff40c5d74a010fa263484",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9679,
            "upload_time": "2022-12-07T08:28:51",
            "upload_time_iso_8601": "2022-12-07T08:28:51.819228Z",
            "url": "https://files.pythonhosted.org/packages/a7/1a/8857170204741a6662340e8990990f0d1eef665bfc0e68d629e81c3e841a/testops-commons-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-07 08:28:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "katalon-studio",
    "github_project": "testops-commons-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "testops-commons"
}
        
Elapsed time: 0.01616s