ubiops


Nameubiops JSON
Version 4.3.0 PyPI version JSON
download
home_pagehttps://github.com/UbiOps/client-library-python.git
SummaryUbiOps
upload_time2024-01-25 09:53:33
maintainer
docs_urlNone
authorUbiOps
requires_python
licenseApache 2.0
keywords openapi openapi-generator ubiops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ubiops
Client Library to interact with the [UbiOps](https://ubiops.com) API (v2.1).

For more information, please visit [https://ubiops.com/docs/](https://ubiops.com/docs/)

## Requirements.

Python 3.7+

## Installation

```sh
pip install ubiops
```

## Usage
To use the library, one has to authenticate to the UbiOps API with an API token.
Please, visit https://ubiops.com/docs/organizations/service-users for more information.

```python
import ubiops

configuration = ubiops.Configuration()
configuration.api_key['Authorization'] = 'Token <YOUR_API_KEY>'

client = ubiops.ApiClient(configuration)

api = ubiops.api.CoreApi(client)
print(api.service_status())
```

## Documentation
The library is fully documented at https://github.com/UbiOps/client-library-python/tree/master/docs.


## Examples
Jupyter notebook examples can be found at https://github.com/UbiOps/client-library-python/tree/master/examples.

## License
Ubiops is available under the Apache 2.0 license.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/UbiOps/client-library-python.git",
    "name": "ubiops",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "OpenAPI,OpenAPI-Generator,UbiOps",
    "author": "UbiOps",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/3b/d6/18ff73713a258854ae35a14646e6a708afbc6f7cdf945d9fdcfc457d2442/ubiops-4.3.0.tar.gz",
    "platform": null,
    "description": "# ubiops\nClient Library to interact with the [UbiOps](https://ubiops.com) API (v2.1).\n\nFor more information, please visit [https://ubiops.com/docs/](https://ubiops.com/docs/)\n\n## Requirements.\n\nPython 3.7+\n\n## Installation\n\n```sh\npip install ubiops\n```\n\n## Usage\nTo use the library, one has to authenticate to the UbiOps API with an API token.\nPlease, visit https://ubiops.com/docs/organizations/service-users for more information.\n\n```python\nimport ubiops\n\nconfiguration = ubiops.Configuration()\nconfiguration.api_key['Authorization'] = 'Token <YOUR_API_KEY>'\n\nclient = ubiops.ApiClient(configuration)\n\napi = ubiops.api.CoreApi(client)\nprint(api.service_status())\n```\n\n## Documentation\nThe library is fully documented at https://github.com/UbiOps/client-library-python/tree/master/docs.\n\n\n## Examples\nJupyter notebook examples can be found at https://github.com/UbiOps/client-library-python/tree/master/examples.\n\n## License\nUbiops is available under the Apache 2.0 license.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "UbiOps",
    "version": "4.3.0",
    "project_urls": {
        "Homepage": "https://github.com/UbiOps/client-library-python.git"
    },
    "split_keywords": [
        "openapi",
        "openapi-generator",
        "ubiops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35c53aeaf261fa59cbea389888a11e49315e6a7d020726c70c9b3bd379a8fb70",
                "md5": "aae91712fefc2e6302b99d717c52d473",
                "sha256": "a05620fd38982e5fc342dceadc9bc13ff65d1114982d1d42872e84f374fff9e8"
            },
            "downloads": -1,
            "filename": "ubiops-4.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aae91712fefc2e6302b99d717c52d473",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 399677,
            "upload_time": "2024-01-25T09:53:32",
            "upload_time_iso_8601": "2024-01-25T09:53:32.488436Z",
            "url": "https://files.pythonhosted.org/packages/35/c5/3aeaf261fa59cbea389888a11e49315e6a7d020726c70c9b3bd379a8fb70/ubiops-4.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bd618ff73713a258854ae35a14646e6a708afbc6f7cdf945d9fdcfc457d2442",
                "md5": "9b5aca9a18447d0ee1afaa73858de6e2",
                "sha256": "572e1eb32521017c8039406b81139e57a89a4ef0f16a83615a56ee68583c5f78"
            },
            "downloads": -1,
            "filename": "ubiops-4.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9b5aca9a18447d0ee1afaa73858de6e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 171543,
            "upload_time": "2024-01-25T09:53:33",
            "upload_time_iso_8601": "2024-01-25T09:53:33.867960Z",
            "url": "https://files.pythonhosted.org/packages/3b/d6/18ff73713a258854ae35a14646e6a708afbc6f7cdf945d9fdcfc457d2442/ubiops-4.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 09:53:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UbiOps",
    "github_project": "client-library-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "ubiops"
}
        
Elapsed time: 0.21512s