{"id":24811095,"url":"https://github.com/thin-edge/robotframework-c8y","last_synced_at":"2025-10-13T12:31:36.170Z","repository":{"id":65824633,"uuid":"577463958","full_name":"thin-edge/robotframework-c8y","owner":"thin-edge","description":"Robot Framework Library for Cumulocity","archived":false,"fork":false,"pushed_at":"2025-06-27T05:19:10.000Z","size":129,"stargazers_count":1,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-12T06:15:28.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thin-edge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-12T19:51:18.000Z","updated_at":"2025-06-27T05:18:46.000Z","dependencies_parsed_at":"2023-10-15T20:08:45.098Z","dependency_job_id":"a894edc0-4b7c-40e3-b6eb-67d501f67406","html_url":"https://github.com/thin-edge/robotframework-c8y","commit_stats":null,"previous_names":["thin-edge/robotframework-c8y"],"tags_count":101,"template":false,"template_full_name":null,"purl":"pkg:github/thin-edge/robotframework-c8y","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Frobotframework-c8y","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Frobotframework-c8y/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Frobotframework-c8y/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Frobotframework-c8y/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thin-edge","download_url":"https://codeload.github.com/thin-edge/robotframework-c8y/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thin-edge%2Frobotframework-c8y/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015056,"owners_count":26085643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-30T12:19:17.518Z","updated_at":"2025-10-13T12:31:35.861Z","avatar_url":"https://github.com/thin-edge.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["IoT"],"readme":"# robotframework-c8y\n\nRobot Framework Library for Cumulocity IoT\n\n# Using it\n\n1. Install via pip\n\n    ```sh\n    pip install git+https://github.com/reubenmiller/robotframework-c8y.git@0.11.0\n    ```\n\n    Or add it to your `requirements.txt` file\n\n    ```sh\n    robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.11.0\n    ```\n\n    Then install it via\n\n    ```sh\n    pip install -r requirements.txt\n    ```\n\n2. Create a `.env` file with the following environment variables\n\n    ```sh\n    C8Y_BASEURL=https://example.tenant.c8y.com\n    C8Y_USER=\n    C8Y_TENANT=t12345\n    C8Y_PASSWORD=\"\"\n    ```\n\n3. Create a Robot test `tests/Example.robot`\n\n    ```robot\n    *** Settings ***\n    Library    Cumulocity\n\n    *** Test Cases ***\n    Device initialization sequence\n        Device Should Exist                      tedge01\n        Device Should Have Installed Software    tedge\n        Device Should Have Measurements          minimum=1   type=myCustomMeasurement\n    ```\n\n4. Run the test\n\n    ```sh\n    robot tests/Example.robot\n    ```\n\n## Library docs\n\nCheckout the [Cumulocity Library docs](./Cumulocity/Cumulocity.rst)\n\nYou can generate the docs yourself using:\n\n```sh\nlibdoc Cumulocity/Cumulocity.py show \u003e Cumulocity/Cumulocity.rst\n```\n\nOr the more interactive html documentation using:\n\n```sh\nlibdoc Cumulocity/Cumulocity.py Cumulocity/Cumulocity.html\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthin-edge%2Frobotframework-c8y","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthin-edge%2Frobotframework-c8y","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthin-edge%2Frobotframework-c8y/lists"}