neuro-cli


Nameneuro-cli JSON
Version 24.12.1 PyPI version JSON
download
home_pagehttps://github.com/neuro-inc/platform-client-python
SummaryApolo Platform client
upload_time2024-12-16 15:57:46
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": "neuro-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/b7/ed/b04f244f1f04f1390df51f9c5a741a6b7b63c87e389b97e5301e67b24c53/neuro_cli-24.12.1.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": "24.12.1",
    "project_urls": {
        "Homepage": "https://github.com/neuro-inc/platform-client-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07e44d5f9dbf1fd0dc5e7da08a96565ff18cf58446433c137d9542fc5dd9e2b4",
                "md5": "d038bcf23d1d807e1bc26fa89b677ba3",
                "sha256": "76bbd6f220770adfab08661ba683ffa3e6e97889e56a9cf87d62b155236d7e88"
            },
            "downloads": -1,
            "filename": "neuro_cli-24.12.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d038bcf23d1d807e1bc26fa89b677ba3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 130492,
            "upload_time": "2024-12-16T15:57:43",
            "upload_time_iso_8601": "2024-12-16T15:57:43.703733Z",
            "url": "https://files.pythonhosted.org/packages/07/e4/4d5f9dbf1fd0dc5e7da08a96565ff18cf58446433c137d9542fc5dd9e2b4/neuro_cli-24.12.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7edb04f244f1f04f1390df51f9c5a741a6b7b63c87e389b97e5301e67b24c53",
                "md5": "97804d98737f36c54d92a424fae8fe2f",
                "sha256": "59558ee3a45649341f52db7b526b45b517fc6962d25c08dc7e9fed22e25db306"
            },
            "downloads": -1,
            "filename": "neuro_cli-24.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "97804d98737f36c54d92a424fae8fe2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 249950,
            "upload_time": "2024-12-16T15:57:46",
            "upload_time_iso_8601": "2024-12-16T15:57:46.202635Z",
            "url": "https://files.pythonhosted.org/packages/b7/ed/b04f244f1f04f1390df51f9c5a741a6b7b63c87e389b97e5301e67b24c53/neuro_cli-24.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 15:57:46",
    "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": "neuro-cli"
}
        
Elapsed time: 1.41351s