prophecy-deploy-cli-deps


Nameprophecy-deploy-cli-deps JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryProphecy Deploy CLI Dependencies (JPMC)
upload_time2025-10-14 19:21:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseProprietary
keywords prophecy deploy cli binary dependencies
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # prophecy-deploy-cli-deps

Dependencies package for the Prophecy Deploy CLI used by JPMC.

## Contents
- `hyperd` binary
- `libTableauCppLibrary.so` library
- `libtableauhyperapi.so` library

## Install
```bash
pip install prophecy-deploy-cli-deps
```

## Usage
```python
import prophecy_deploy_cli_deps

# Get path to the bin directory
bin_dir = prophecy_deploy_cli_deps.get_bin_dir()
print(f"Bin directory: {bin_dir}")

# Get specific binary paths
hyperd_path = prophecy_deploy_cli_deps.get_hyperd_path()
lib_cpp_path = prophecy_deploy_cli_deps.get_lib_tableau_cpp_path()
lib_hyperapi_path = prophecy_deploy_cli_deps.get_lib_tableau_hyperapi_path()
```

## Note
This package contains only the dependencies. For the complete CLI with the main executable, install `prophecy-deploy-cli` instead.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "prophecy-deploy-cli-deps",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "prophecy, deploy, cli, binary, dependencies",
    "author": null,
    "author_email": "Prophecy <support@prophecy.io>",
    "download_url": "https://files.pythonhosted.org/packages/07/88/cd44397d01f37d81e4e72256ff38c3cd03666250104d89e004a396f9ce7b/prophecy_deploy_cli_deps-1.0.1.tar.gz",
    "platform": null,
    "description": "# prophecy-deploy-cli-deps\n\nDependencies package for the Prophecy Deploy CLI used by JPMC.\n\n## Contents\n- `hyperd` binary\n- `libTableauCppLibrary.so` library\n- `libtableauhyperapi.so` library\n\n## Install\n```bash\npip install prophecy-deploy-cli-deps\n```\n\n## Usage\n```python\nimport prophecy_deploy_cli_deps\n\n# Get path to the bin directory\nbin_dir = prophecy_deploy_cli_deps.get_bin_dir()\nprint(f\"Bin directory: {bin_dir}\")\n\n# Get specific binary paths\nhyperd_path = prophecy_deploy_cli_deps.get_hyperd_path()\nlib_cpp_path = prophecy_deploy_cli_deps.get_lib_tableau_cpp_path()\nlib_hyperapi_path = prophecy_deploy_cli_deps.get_lib_tableau_hyperapi_path()\n```\n\n## Note\nThis package contains only the dependencies. For the complete CLI with the main executable, install `prophecy-deploy-cli` instead.\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "Prophecy Deploy CLI Dependencies (JPMC)",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://prophecy.io",
        "Repository": "https://github.com/prophecy-io/prophecy-deploy-cli-binary"
    },
    "split_keywords": [
        "prophecy",
        " deploy",
        " cli",
        " binary",
        " dependencies"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f6a5d6098d87470824dc77f82a8a99dce52c969bf3705bbfd93e19fcd0ca1c5",
                "md5": "0ea867dd174b95ba561ed7e4c3d81a74",
                "sha256": "4c9bd0b5dbbc8fd19e887747dfb8743015af68f7c2092ac05aec30ce1a5d6d24"
            },
            "downloads": -1,
            "filename": "prophecy_deploy_cli_deps-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ea867dd174b95ba561ed7e4c3d81a74",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 73752007,
            "upload_time": "2025-10-14T19:20:51",
            "upload_time_iso_8601": "2025-10-14T19:20:51.027680Z",
            "url": "https://files.pythonhosted.org/packages/6f/6a/5d6098d87470824dc77f82a8a99dce52c969bf3705bbfd93e19fcd0ca1c5/prophecy_deploy_cli_deps-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0788cd44397d01f37d81e4e72256ff38c3cd03666250104d89e004a396f9ce7b",
                "md5": "364d2ee0abc4a843413780ab10c418e8",
                "sha256": "3d74c5caf450de1bf25e634bcbf32783205f5f960a91cc1372dcf033a88103de"
            },
            "downloads": -1,
            "filename": "prophecy_deploy_cli_deps-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "364d2ee0abc4a843413780ab10c418e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 74116934,
            "upload_time": "2025-10-14T19:21:32",
            "upload_time_iso_8601": "2025-10-14T19:21:32.238652Z",
            "url": "https://files.pythonhosted.org/packages/07/88/cd44397d01f37d81e4e72256ff38c3cd03666250104d89e004a396f9ce7b/prophecy_deploy_cli_deps-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-14 19:21:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "prophecy-io",
    "github_project": "prophecy-deploy-cli-binary",
    "github_not_found": true,
    "lcname": "prophecy-deploy-cli-deps"
}
        
Elapsed time: 0.62902s