batch-debugging-cli


Namebatch-debugging-cli JSON
Version 0.0.9 PyPI version JSON
download
home_page
SummaryA CLI that makes it easier to debug issues with batch compute enviornments in AWS, future plans to support GCP, Azure and kubernetes
upload_time2024-02-12 20:16:43
maintainer
docs_urlNone
authorshahbaz mahmood
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h3 align="center">Batch Debugging CLI</h3>

<p align="center">
    The Batch Debugging CLI is designed to streamline the debugging process for AWS Batch, GCP, Azure, and Kubernetes compute environments. Leveraging the capabilities of [batch-debugging](https://github.com/Shahbaz-mahmood123/batch-debugging).
    <br />
    <a href="https://github.com/Shahbaz-mahmood123/batch-debugging"><strong>Explore the documentation ยป</strong></a>
    <br />
    <br />
</p>
</div>


<!-- TABLE OF CONTENTS -->
<details>
  <summary>Table of Contents</summary>
  <ol>
    <li>
      <a href="#about-the-project">About The Project</a>
      <!-- <ul>
        <li><a href="#built-with">Built With</a></li>
      </ul> -->
    </li>
    <li>
      <a href="#installation">Installation</a>
      <ul>
        <li><a href="#getting-started">Getting Started</a></li>
        <!-- <li><a href="#prerequisites">Prerequisites</a></li> -->
      </ul>
    </li>
    <!-- <li><a href="#usage">Usage</a></li> -->
    <!-- <li><a href="#roadmap">Roadmap</a></li>
    <li><a href="#contributing">Contributing</a></li>
    <li><a href="#license">License</a></li> -->
    <li><a href="#contact">Contact</a></li>
    <!-- <li><a href="#acknowledgments">Acknowledgments</a></li> -->
  </ol>
</details>


<!-- ABOUT THE PROJECT -->
## About The Project

<!-- [![Product Name Screen Shot][product-screenshot]](https://example.com) -->

The Batch Debugging CLI is a command-line tool designed to assist in debugging batch compute environments across AWS, GCP, Azure, and Kubernetes. It currently relies on [batch-debugging](https://github.com/Shahbaz-mahmood123/batch-debugging) for its underlying logic, so refer to its documentation for detailed information on the debugging process.

Please note that the CLI assumes AWS Batch compute environments were built using the Seqera platform. However, a more generic debugging tool will be implemented in the future.


### Installation

To use this library, just install the package via pip. 

```sh
pip install batch-debugging-cli
```


<!-- GETTING STARTED -->
## Getting Started

Before using the CLI, ensure you have an account in your compute provider, a valid compute enviornment and credentials to access the account(AWS, GCP, Azure)

Currently, the CLI supports a few commands, and it expects the environment name to match the corresponding AWS environment. When supplying a compute environment ID, provide the full name of the environment (e.g., TowerForge-1rVcJ5K5wnvky3zohO4EaN-head).

## AWS 
For AWS please declare the region where your batch enviornmets are located. For example:

```sh 
export AWS_REGION=us-east-1
```
Additionally the below IAM permissions are required.

## GCP

To use the GCP commands please use the set the below enviornment variables:
```sh
export GCP_PROJECT_ID=test-environment
export GCP_REGION=us-central1
```

For Seqera platform, please declare the below two enviornment variables prior to attempting to run any of the seqera cli commands:
```sh 
export PLATFORM_TOKEN=
export PLATFORM_URL=
```

 ## Contact

Shahbaz Mahmood -  shahbazmahmooood@gmail.com
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "batch-debugging-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "shahbaz mahmood",
    "author_email": "shahbaz.mahmooood@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/66/db/de336fbdd886536a0f321394fef55f5d9d82e57949f820fa92107e9cbe96/batch_debugging_cli-0.0.9.tar.gz",
    "platform": null,
    "description": "<h3 align=\"center\">Batch Debugging CLI</h3>\n\n<p align=\"center\">\n    The Batch Debugging CLI is designed to streamline the debugging process for AWS Batch, GCP, Azure, and Kubernetes compute environments. Leveraging the capabilities of [batch-debugging](https://github.com/Shahbaz-mahmood123/batch-debugging).\n    <br />\n    <a href=\"https://github.com/Shahbaz-mahmood123/batch-debugging\"><strong>Explore the documentation \u00bb</strong></a>\n    <br />\n    <br />\n</p>\n</div>\n\n\n<!-- TABLE OF CONTENTS -->\n<details>\n  <summary>Table of Contents</summary>\n  <ol>\n    <li>\n      <a href=\"#about-the-project\">About The Project</a>\n      <!-- <ul>\n        <li><a href=\"#built-with\">Built With</a></li>\n      </ul> -->\n    </li>\n    <li>\n      <a href=\"#installation\">Installation</a>\n      <ul>\n        <li><a href=\"#getting-started\">Getting Started</a></li>\n        <!-- <li><a href=\"#prerequisites\">Prerequisites</a></li> -->\n      </ul>\n    </li>\n    <!-- <li><a href=\"#usage\">Usage</a></li> -->\n    <!-- <li><a href=\"#roadmap\">Roadmap</a></li>\n    <li><a href=\"#contributing\">Contributing</a></li>\n    <li><a href=\"#license\">License</a></li> -->\n    <li><a href=\"#contact\">Contact</a></li>\n    <!-- <li><a href=\"#acknowledgments\">Acknowledgments</a></li> -->\n  </ol>\n</details>\n\n\n<!-- ABOUT THE PROJECT -->\n## About The Project\n\n<!-- [![Product Name Screen Shot][product-screenshot]](https://example.com) -->\n\nThe Batch Debugging CLI is a command-line tool designed to assist in debugging batch compute environments across AWS, GCP, Azure, and Kubernetes. It currently relies on [batch-debugging](https://github.com/Shahbaz-mahmood123/batch-debugging) for its underlying logic, so refer to its documentation for detailed information on the debugging process.\n\nPlease note that the CLI assumes AWS Batch compute environments were built using the Seqera platform. However, a more generic debugging tool will be implemented in the future.\n\n\n### Installation\n\nTo use this library, just install the package via pip. \n\n```sh\npip install batch-debugging-cli\n```\n\n\n<!-- GETTING STARTED -->\n## Getting Started\n\nBefore using the CLI, ensure you have an account in your compute provider, a valid compute enviornment and credentials to access the account(AWS, GCP, Azure)\n\nCurrently, the CLI supports a few commands, and it expects the environment name to match the corresponding AWS environment. When supplying a compute environment ID, provide the full name of the environment (e.g., TowerForge-1rVcJ5K5wnvky3zohO4EaN-head).\n\n## AWS \nFor AWS please declare the region where your batch enviornmets are located. For example:\n\n```sh \nexport AWS_REGION=us-east-1\n```\nAdditionally the below IAM permissions are required.\n\n## GCP\n\nTo use the GCP commands please use the set the below enviornment variables:\n```sh\nexport GCP_PROJECT_ID=test-environment\nexport GCP_REGION=us-central1\n```\n\nFor Seqera platform, please declare the below two enviornment variables prior to attempting to run any of the seqera cli commands:\n```sh \nexport PLATFORM_TOKEN=\nexport PLATFORM_URL=\n```\n\n ## Contact\n\nShahbaz Mahmood -  shahbazmahmooood@gmail.com",
    "bugtrack_url": null,
    "license": "",
    "summary": "A CLI that makes it easier to debug issues with batch compute enviornments in AWS, future plans to support GCP, Azure and kubernetes",
    "version": "0.0.9",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c2a14a1d4f8019ef1e028666163e776882bbb87fd73dfdcf54b12cae5af72d4",
                "md5": "d5ca5d7063283e9e700120916198e217",
                "sha256": "a320cc976dcecb1d2751f6d39bf856621b7276432ced4a9a94b8c55f3e3e2e03"
            },
            "downloads": -1,
            "filename": "batch_debugging_cli-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5ca5d7063283e9e700120916198e217",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 7497,
            "upload_time": "2024-02-12T20:16:42",
            "upload_time_iso_8601": "2024-02-12T20:16:42.165385Z",
            "url": "https://files.pythonhosted.org/packages/0c/2a/14a1d4f8019ef1e028666163e776882bbb87fd73dfdcf54b12cae5af72d4/batch_debugging_cli-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66dbde336fbdd886536a0f321394fef55f5d9d82e57949f820fa92107e9cbe96",
                "md5": "432e5a925c15802458671ab7dd78b627",
                "sha256": "ab0872cf2b899cd38c94ec4560019c07410f5fe7d6a21552b4076fc954a8b066"
            },
            "downloads": -1,
            "filename": "batch_debugging_cli-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "432e5a925c15802458671ab7dd78b627",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 5571,
            "upload_time": "2024-02-12T20:16:43",
            "upload_time_iso_8601": "2024-02-12T20:16:43.490149Z",
            "url": "https://files.pythonhosted.org/packages/66/db/de336fbdd886536a0f321394fef55f5d9d82e57949f820fa92107e9cbe96/batch_debugging_cli-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 20:16:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "batch-debugging-cli"
}
        
Elapsed time: 0.16551s