synctl


Namesynctl JSON
Version 1.1.8 PyPI version JSON
download
home_pagehttps://github.com/instana/synthetic-synctl
SummaryInstana Synthetic CLI
upload_time2024-04-17 05:54:54
maintainerNone
docs_urlNone
authorRong Zhu Shang, Swetha Lohith
requires_python>=3.6
licenseMIT
keywords instana synthetic cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Synthetic CLI Command
Synthetic Command Line Tool `synctl` is used to manage synthetic tests, locations and credentials.


# Installation
Remove `/usr/local/bin/synctl` first, if you have installed synctl(version 1.0.x) before.
```
pip3 install synctl
```

**Note:** To install python3 on Windows, see [Python](https://www.python.org/downloads/windows/).

# Upgrade
Upgrade synctl to latest version
```
pip3 install --upgrade synctl
```

Upgrade synctl to a specified version
```
pip3 install --upgrade synctl==<version>
```

# Documentation

You can find more documentation about how to create Synthetic test in this [readme](https://github.com/instana/synthetic-synctl#readme).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/instana/synthetic-synctl",
    "name": "synctl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "Instana Synthetic CLI",
    "author": "Rong Zhu Shang, Swetha Lohith",
    "author_email": "shangrz@cn.ibm.com, Swetha.Lohith@ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/c6/2e/4663ec4803dd454fa179acb3cb9a5cf1abe739f86e9ca10e50b7b07b5a83/synctl-1.1.8.tar.gz",
    "platform": null,
    "description": "# Synthetic CLI Command\nSynthetic Command Line Tool `synctl` is used to manage synthetic tests, locations and credentials.\n\n\n# Installation\nRemove `/usr/local/bin/synctl` first, if you have installed synctl(version 1.0.x) before.\n```\npip3 install synctl\n```\n\n**Note:** To install python3 on Windows, see [Python](https://www.python.org/downloads/windows/).\n\n# Upgrade\nUpgrade synctl to latest version\n```\npip3 install --upgrade synctl\n```\n\nUpgrade synctl to a specified version\n```\npip3 install --upgrade synctl==<version>\n```\n\n# Documentation\n\nYou can find more documentation about how to create Synthetic test in this [readme](https://github.com/instana/synthetic-synctl#readme).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Instana Synthetic CLI",
    "version": "1.1.8",
    "project_urls": {
        "Bug Reports": "https://github.com/instana/synthetic-synctl/issues",
        "Documentation": "https://github.com/instana/synthetic-synctl#readme",
        "Homepage": "https://github.com/instana/synthetic-synctl",
        "Source": "https://github.com/instana/synthetic-synctl"
    },
    "split_keywords": [
        "instana",
        "synthetic",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3056c81146bd4595a34ffe6034a55a1374f447f3e45084a6963ab2fb52813d82",
                "md5": "b221e0f6a51f73ce96deaab8c2ff5194",
                "sha256": "5f3b01da07173c78b0c1e5c1fea796eeb7ac81dfa48a14a8b8ce026c5ccd9cb9"
            },
            "downloads": -1,
            "filename": "synctl-1.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b221e0f6a51f73ce96deaab8c2ff5194",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 39218,
            "upload_time": "2024-04-17T05:54:52",
            "upload_time_iso_8601": "2024-04-17T05:54:52.888616Z",
            "url": "https://files.pythonhosted.org/packages/30/56/c81146bd4595a34ffe6034a55a1374f447f3e45084a6963ab2fb52813d82/synctl-1.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c62e4663ec4803dd454fa179acb3cb9a5cf1abe739f86e9ca10e50b7b07b5a83",
                "md5": "afc1e91d0c2c753b184ab670d345316b",
                "sha256": "932733d37d7a19c7f0dbaeda9b13ea8c9e55e112390d619282aabf96120153ce"
            },
            "downloads": -1,
            "filename": "synctl-1.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "afc1e91d0c2c753b184ab670d345316b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 52218,
            "upload_time": "2024-04-17T05:54:54",
            "upload_time_iso_8601": "2024-04-17T05:54:54.539352Z",
            "url": "https://files.pythonhosted.org/packages/c6/2e/4663ec4803dd454fa179acb3cb9a5cf1abe739f86e9ca10e50b7b07b5a83/synctl-1.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 05:54:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "instana",
    "github_project": "synthetic-synctl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "synctl"
}
        
Elapsed time: 0.23225s