apolo-sdk


Nameapolo-sdk JSON
Version 25.7.2 PyPI version JSON
download
home_pagehttps://github.com/neuro-inc/platform-client-python
SummaryApolo SDK
upload_time2025-07-11 13:52:04
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-inc/platform-client-python/branch/master/graph/badge.svg)](https://codecov.io/gh/neuro-inc/platform-client-python)

# Preface

Welcome to Python Apolo-SDK for https://console.apolo.us/.

# Documentation

https://apolo-sdk.readthedocs.io/en/latest/

# Installation


Install from PyPI:

```shell
$ pip install apolo-sdk
```

# 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`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/neuro-inc/platform-client-python",
    "name": "apolo-sdk",
    "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/09/bf/041fb37390aad88b3608f0d685ab30638e0630cfdb6c4fe6c78d413f0821/apolo_sdk-25.7.2.tar.gz",
    "platform": null,
    "description": "[![codecov](https://codecov.io/gh/neuro-inc/platform-client-python/branch/master/graph/badge.svg)](https://codecov.io/gh/neuro-inc/platform-client-python)\n\n# Preface\n\nWelcome to Python Apolo-SDK for https://console.apolo.us/.\n\n# Documentation\n\nhttps://apolo-sdk.readthedocs.io/en/latest/\n\n# Installation\n\n\nInstall from PyPI:\n\n```shell\n$ pip install apolo-sdk\n```\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\n$ python -m venv .env\n$ source .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",
    "bugtrack_url": null,
    "license": "Apache 2",
    "summary": "Apolo SDK",
    "version": "25.7.2",
    "project_urls": {
        "Homepage": "https://github.com/neuro-inc/platform-client-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "18f53e77a666ed69cb5affdbe31f504289f6ef019e02b627bd2094e183d2f211",
                "md5": "85c993a59d6085dc0dc551b960375353",
                "sha256": "c33f5fab191fc69d5a06a0abc8b6e079260d3a7df58982cbd6f120b1bd2e8bd4"
            },
            "downloads": -1,
            "filename": "apolo_sdk-25.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85c993a59d6085dc0dc551b960375353",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 93655,
            "upload_time": "2025-07-11T13:52:03",
            "upload_time_iso_8601": "2025-07-11T13:52:03.458557Z",
            "url": "https://files.pythonhosted.org/packages/18/f5/3e77a666ed69cb5affdbe31f504289f6ef019e02b627bd2094e183d2f211/apolo_sdk-25.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09bf041fb37390aad88b3608f0d685ab30638e0630cfdb6c4fe6c78d413f0821",
                "md5": "c97d96727968244f3eec3f70f6641e72",
                "sha256": "b3b405711a45d30a723d6b84a66fb952782dc97f9c84cda7acc3fde05c5a74cc"
            },
            "downloads": -1,
            "filename": "apolo_sdk-25.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c97d96727968244f3eec3f70f6641e72",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 198278,
            "upload_time": "2025-07-11T13:52:04",
            "upload_time_iso_8601": "2025-07-11T13:52:04.623417Z",
            "url": "https://files.pythonhosted.org/packages/09/bf/041fb37390aad88b3608f0d685ab30638e0630cfdb6c4fe6c78d413f0821/apolo_sdk-25.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 13:52:04",
    "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-sdk"
}
        
Elapsed time: 0.55372s