apolo-cli


Nameapolo-cli JSON
Version 25.7.2 PyPI version JSON
download
home_pagehttps://github.com/neuro-inc/platform-client-python
SummaryApolo Platform client
upload_time2025-07-11 13:52:07
maintainerNone
docs_urlNone
authorApolo Team
requires_python>=3.9.0
licenseApache 2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![codecov](https://codecov.io/gh/neuro-cli/platform-client-python/branch/master/graph/badge.svg)](https://codecov.io/gh/neuro-cli/platform-client-python)

# Preface

Welcome to Apolo CLI tool for https://apolo.us/.
Package ship command line tool called `apolo`. With it you can:
* Execute and debug jobs
* Manipulate Data
* Make some fun

# Contributing

For OSX users install coreutils to properly interpret shell commands:

```
brew install coreutils
```

Before you begin, it is recommended to have clean virtual environment installed:

```shell
python -m venv .env
source .env/bin/activate
```

Development flow:

* Install dependencies: `make setup`
* Reformat code: `make format`
* Lint: `make lint`
* Run tests: `make test`
* Run end-to-end tests: `make e2e`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/neuro-inc/platform-client-python",
    "name": "apolo-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Apolo Team",
    "author_email": "dev@apolo.us",
    "download_url": "https://files.pythonhosted.org/packages/40/9d/b71787e00e028180901803d6dddf75a7f6e8ffcb2fbbf16c01a500719483/apolo_cli-25.7.2.tar.gz",
    "platform": null,
    "description": "[![codecov](https://codecov.io/gh/neuro-cli/platform-client-python/branch/master/graph/badge.svg)](https://codecov.io/gh/neuro-cli/platform-client-python)\n\n# Preface\n\nWelcome to Apolo CLI tool for https://apolo.us/.\nPackage ship command line tool called `apolo`. With it you can:\n* Execute and debug jobs\n* Manipulate Data\n* Make some fun\n\n# Contributing\n\nFor OSX users install coreutils to properly interpret shell commands:\n\n```\nbrew install coreutils\n```\n\nBefore you begin, it is recommended to have clean virtual environment installed:\n\n```shell\npython -m venv .env\nsource .env/bin/activate\n```\n\nDevelopment flow:\n\n* Install dependencies: `make setup`\n* Reformat code: `make format`\n* Lint: `make lint`\n* Run tests: `make test`\n* Run end-to-end tests: `make e2e`\n",
    "bugtrack_url": null,
    "license": "Apache 2",
    "summary": "Apolo Platform client",
    "version": "25.7.2",
    "project_urls": {
        "Homepage": "https://github.com/neuro-inc/platform-client-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c9cfa48354e50f18e11742063a1fbf29ec8f7d2feeccf695479ffa9232dc106",
                "md5": "b9173c33d4562260366920603fa01ca1",
                "sha256": "20164c038a657b15c940a42a1efdd9b0951024a429194f9ca0764d6c28204566"
            },
            "downloads": -1,
            "filename": "apolo_cli-25.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b9173c33d4562260366920603fa01ca1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 138127,
            "upload_time": "2025-07-11T13:52:06",
            "upload_time_iso_8601": "2025-07-11T13:52:06.243141Z",
            "url": "https://files.pythonhosted.org/packages/9c/9c/fa48354e50f18e11742063a1fbf29ec8f7d2feeccf695479ffa9232dc106/apolo_cli-25.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "409db71787e00e028180901803d6dddf75a7f6e8ffcb2fbbf16c01a500719483",
                "md5": "d057f4b3db9a120ff8bac1e282f6410f",
                "sha256": "859d02bc17cd27806b935e51aee2bb8878b7206d8e27b5f0be212d5ab82d1fac"
            },
            "downloads": -1,
            "filename": "apolo_cli-25.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d057f4b3db9a120ff8bac1e282f6410f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 265766,
            "upload_time": "2025-07-11T13:52:07",
            "upload_time_iso_8601": "2025-07-11T13:52:07.764061Z",
            "url": "https://files.pythonhosted.org/packages/40/9d/b71787e00e028180901803d6dddf75a7f6e8ffcb2fbbf16c01a500719483/apolo_cli-25.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 13:52:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "neuro-inc",
    "github_project": "platform-client-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "apolo-cli"
}
        
Elapsed time: 1.05726s