th2-grpc-act-ssh


Nameth2-grpc-act-ssh JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/th2-net/th2-grpc-act-ssh
Summaryth2_grpc_act_ssh
upload_time2023-07-20 13:04:35
maintainer
docs_urlNone
authorTH2-devs
requires_python>=3.7
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements th2-grpc-common
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # th2 gRPC act ssh library (2.0.0)

This project is a gRPC API for act-ssh component

## How to maintain project
1. Make your changes.
2. Up version of Java package in `gradle.properties` file.
3. Up version of Python package in `package_info.json` file.
4. Commit everything.

## Release Notes

### 2.0.0

+ Migrate to book and pages

### 1.1.0

+ Update grpc-common version

### 1.0.0

+ Up major version for common V3 component

### 0.0.5

+ The exit code value can be unknown when the script or command is interrupting by the act. The interrupted flag will be `true` in this case.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/th2-net/th2-grpc-act-ssh",
    "name": "th2-grpc-act-ssh",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "TH2-devs",
    "author_email": "th2-devs@exactprosystems.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/28/5f022c3844aa1401076ec5afa197cbc0657b3d36b3e4e67a3d63e365b2c5/th2_grpc_act_ssh-2.0.0.tar.gz",
    "platform": null,
    "description": "# th2 gRPC act ssh library (2.0.0)\n\nThis project is a gRPC API for act-ssh component\n\n## How to maintain project\n1. Make your changes.\n2. Up version of Java package in `gradle.properties` file.\n3. Up version of Python package in `package_info.json` file.\n4. Commit everything.\n\n## Release Notes\n\n### 2.0.0\n\n+ Migrate to book and pages\n\n### 1.1.0\n\n+ Update grpc-common version\n\n### 1.0.0\n\n+ Up major version for common V3 component\n\n### 0.0.5\n\n+ The exit code value can be unknown when the script or command is interrupting by the act. The interrupted flag will be `true` in this case.",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "th2_grpc_act_ssh",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/th2-net/th2-grpc-act-ssh"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd285f022c3844aa1401076ec5afa197cbc0657b3d36b3e4e67a3d63e365b2c5",
                "md5": "a10942ba86f346c7c8220f33c90a3c8c",
                "sha256": "3e7eb207028283649f45da7981eff62e5e69d87e5a8e817525b997a27489371c"
            },
            "downloads": -1,
            "filename": "th2_grpc_act_ssh-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a10942ba86f346c7c8220f33c90a3c8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6070,
            "upload_time": "2023-07-20T13:04:35",
            "upload_time_iso_8601": "2023-07-20T13:04:35.513835Z",
            "url": "https://files.pythonhosted.org/packages/cd/28/5f022c3844aa1401076ec5afa197cbc0657b3d36b3e4e67a3d63e365b2c5/th2_grpc_act_ssh-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-20 13:04:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "th2-net",
    "github_project": "th2-grpc-act-ssh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "th2-grpc-common",
            "specs": [
                [
                    "~=",
                    "3.8.0"
                ]
            ]
        }
    ],
    "lcname": "th2-grpc-act-ssh"
}
        
Elapsed time: 0.10681s