neuro-sdk


Nameneuro-sdk JSON
Version 24.12.1 PyPI version JSON
download
home_pagehttps://github.com/neuro-inc/platform-client-python
SummaryApolo SDK
upload_time2024-12-16 15:57:42
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": "neuro-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/c9/53/01541aad6e8562bef0fc28903175c6fbeb8710c78008c225431bcacebfe3/neuro_sdk-24.12.1.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": "24.12.1",
    "project_urls": {
        "Homepage": "https://github.com/neuro-inc/platform-client-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bab27d65f57c09eac146a3765ff7a32a842fe802ed310f38494cb0594342267",
                "md5": "b3d0595f6c23669bd40be4b43ae3fe5e",
                "sha256": "d4e6f2effdbe73a3bcd5bb4303980373cdacf247ca16b04c81f825fd9d84cf7f"
            },
            "downloads": -1,
            "filename": "neuro_sdk-24.12.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3d0595f6c23669bd40be4b43ae3fe5e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 91642,
            "upload_time": "2024-12-16T15:57:39",
            "upload_time_iso_8601": "2024-12-16T15:57:39.620812Z",
            "url": "https://files.pythonhosted.org/packages/3b/ab/27d65f57c09eac146a3765ff7a32a842fe802ed310f38494cb0594342267/neuro_sdk-24.12.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c95301541aad6e8562bef0fc28903175c6fbeb8710c78008c225431bcacebfe3",
                "md5": "154c801b39efe3ac55727171d5758f53",
                "sha256": "f5fbdf73cc5787531f1f37661b3db4d7676641d4ae21e150b004ce7e9358d0da"
            },
            "downloads": -1,
            "filename": "neuro_sdk-24.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "154c801b39efe3ac55727171d5758f53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 192082,
            "upload_time": "2024-12-16T15:57:42",
            "upload_time_iso_8601": "2024-12-16T15:57:42.201014Z",
            "url": "https://files.pythonhosted.org/packages/c9/53/01541aad6e8562bef0fc28903175c6fbeb8710c78008c225431bcacebfe3/neuro_sdk-24.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 15:57:42",
    "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-sdk"
}
        
Elapsed time: 0.68804s