robotcloud-client


Namerobotcloud-client JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/robotmallorca/sw.module.python.robotcloud.client
SummaryClient to interact with robotcloud API from a python project.
upload_time2024-10-21 12:22:39
maintainerNone
docs_urlNone
authorBernat Galmés Rubert
requires_python>=3.8.0
licenseNone
keywords client robotcloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PYTHON ROBOTCLOUD API CLIENT

Python library to access robotcloud endpoints.

## Installation

```bash
pip install robotcloud-client
```
### Environment variables

The environment where your application is running must define the next environment variables
to be able to interact with robotcloud:
- **ROBOTCLOUD_API_KEY**: Should contain the api key of the robotcloud instance you want to interact.  
- **ROBOTCLOUD_ROOT_URL**: Should contain the base URL which point to the robotcloud instance. 
In a local environment can be something like "http://127.0.0.1:8080/robotcloud/1.2"

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/robotmallorca/sw.module.python.robotcloud.client",
    "name": "robotcloud-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": "client, robotcloud",
    "author": "Bernat Galm\u00e9s Rubert",
    "author_email": "bernat.galmes@robotbas.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/ce/b1246a41b111ac5849ae5d816ee34cfcbf305defc99df8f3caab413d1fb8/robotcloud_client-0.1.0.tar.gz",
    "platform": null,
    "description": "# PYTHON ROBOTCLOUD API CLIENT\n\nPython library to access robotcloud endpoints.\n\n## Installation\n\n```bash\npip install robotcloud-client\n```\n### Environment variables\n\nThe environment where your application is running must define the next environment variables\nto be able to interact with robotcloud:\n- **ROBOTCLOUD_API_KEY**: Should contain the api key of the robotcloud instance you want to interact.  \n- **ROBOTCLOUD_ROOT_URL**: Should contain the base URL which point to the robotcloud instance. \nIn a local environment can be something like \"http://127.0.0.1:8080/robotcloud/1.2\"\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Client to interact with robotcloud API from a python project.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/robotmallorca/sw.module.python.robotcloud.client"
    },
    "split_keywords": [
        "client",
        " robotcloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9043f0d0a340f4246c719c85e27e195790100b33bdba94a0cb840dc3d8684abc",
                "md5": "8660242ef5e5db2b21d3c550b7542e5c",
                "sha256": "a92b4473e4e3e90267301e8b5c811e2c097c7105ced4dad30b054150d65b51c1"
            },
            "downloads": -1,
            "filename": "robotcloud_client-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8660242ef5e5db2b21d3c550b7542e5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 17475,
            "upload_time": "2024-10-21T12:22:37",
            "upload_time_iso_8601": "2024-10-21T12:22:37.189458Z",
            "url": "https://files.pythonhosted.org/packages/90/43/f0d0a340f4246c719c85e27e195790100b33bdba94a0cb840dc3d8684abc/robotcloud_client-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7ceb1246a41b111ac5849ae5d816ee34cfcbf305defc99df8f3caab413d1fb8",
                "md5": "318c7db1d08b4954776e55cbaa06bd9b",
                "sha256": "8c294bf370288c9597f520d2749d7ed1a9c15adc77970abf5e32c639f425e645"
            },
            "downloads": -1,
            "filename": "robotcloud_client-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "318c7db1d08b4954776e55cbaa06bd9b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 10709,
            "upload_time": "2024-10-21T12:22:39",
            "upload_time_iso_8601": "2024-10-21T12:22:39.065591Z",
            "url": "https://files.pythonhosted.org/packages/a7/ce/b1246a41b111ac5849ae5d816ee34cfcbf305defc99df8f3caab413d1fb8/robotcloud_client-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 12:22:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "robotmallorca",
    "github_project": "sw.module.python.robotcloud.client",
    "github_not_found": true,
    "lcname": "robotcloud-client"
}
        
Elapsed time: 0.35790s