synctl


Namesynctl JSON
Version 1.1.9 PyPI version JSON
download
home_pagehttps://github.com/instana/synthetic-synctl
SummaryInstana Synthetic CLI
upload_time2024-04-29 06:50:00
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/8c/36/17050c4cc2ab487068590663b29429375f087b200d4e4efb95c862c9d6de/synctl-1.1.9.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.9",
    "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": "1ad9f90268ba2f4408b3eec05ee89760de50a2b614ec29da7cf2d879b8b0f26c",
                "md5": "b2c271d91711849f9d39acb885c65f49",
                "sha256": "2bccc5e792ee00e37c62daedcc65b920b0b0a76efb196393260329fad0e60c8e"
            },
            "downloads": -1,
            "filename": "synctl-1.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b2c271d91711849f9d39acb885c65f49",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 40445,
            "upload_time": "2024-04-29T06:49:58",
            "upload_time_iso_8601": "2024-04-29T06:49:58.266422Z",
            "url": "https://files.pythonhosted.org/packages/1a/d9/f90268ba2f4408b3eec05ee89760de50a2b614ec29da7cf2d879b8b0f26c/synctl-1.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c3617050c4cc2ab487068590663b29429375f087b200d4e4efb95c862c9d6de",
                "md5": "ab454dabbb86ce929f6b40b6b8b05d5f",
                "sha256": "d67b4a1a3f142ae73c93fdc1d13c42539c6fd046f80696a095d7d487438c961f"
            },
            "downloads": -1,
            "filename": "synctl-1.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "ab454dabbb86ce929f6b40b6b8b05d5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 53498,
            "upload_time": "2024-04-29T06:50:00",
            "upload_time_iso_8601": "2024-04-29T06:50:00.407132Z",
            "url": "https://files.pythonhosted.org/packages/8c/36/17050c4cc2ab487068590663b29429375f087b200d4e4efb95c862c9d6de/synctl-1.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 06:50:00",
    "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.25090s