{"id":18521417,"url":"https://github.com/thingsboard/thingsboard-python-rest-client","last_synced_at":"2026-02-03T13:07:02.215Z","repository":{"id":40993313,"uuid":"270953793","full_name":"thingsboard/thingsboard-python-rest-client","owner":"thingsboard","description":"ThingsBoard REST API client","archived":false,"fork":false,"pushed_at":"2026-02-02T08:59:02.000Z","size":6590,"stargazers_count":86,"open_issues_count":10,"forks_count":61,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-02T21:38:17.812Z","etag":null,"topics":["python-rest-client","python-tb-rest-client","rest","rest-api","rest-client","tb-rest-client","thingsboard","thingsboard-api","thingsboard-ce","thingsboard-pe","thingsboard-rest-client"],"latest_commit_sha":null,"homepage":"https://thingsboard.io/docs/reference/python-rest-client/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thingsboard.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-09T09:04:36.000Z","updated_at":"2026-02-02T08:59:10.000Z","dependencies_parsed_at":"2024-01-12T10:28:20.688Z","dependency_job_id":"19bf8506-0acd-40e9-8bba-b4f8c0ccf170","html_url":"https://github.com/thingsboard/thingsboard-python-rest-client","commit_stats":null,"previous_names":["thingsboard/python_tb_rest_client"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/thingsboard/thingsboard-python-rest-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fthingsboard-python-rest-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fthingsboard-python-rest-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fthingsboard-python-rest-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fthingsboard-python-rest-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thingsboard","download_url":"https://codeload.github.com/thingsboard/thingsboard-python-rest-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thingsboard%2Fthingsboard-python-rest-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29046503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python-rest-client","python-tb-rest-client","rest","rest-api","rest-client","tb-rest-client","thingsboard","thingsboard-api","thingsboard-ce","thingsboard-pe","thingsboard-rest-client"],"created_at":"2024-11-06T17:25:48.907Z","updated_at":"2026-02-03T13:07:02.203Z","avatar_url":"https://github.com/thingsboard.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ThingsBoard Python REST API client\n\n[![Join our Discord](https://img.shields.io/badge/Discord-Join%20our%20server-5865F2?style=for-the-badge\u0026logo=discord\u0026logoColor=white)](https://discord.gg/mJxDjAM3PF)\n\nThe ThingsBoard REST API Client helps you interact with [ThingsBoard REST API](https://thingsboard.io/docs/reference/rest-api/) from your Python script.  \nWith [Python Rest Client](https://thingsboard.io/docs/reference/python-rest-client/) you can programmatically create assets, devices, customers, users and other entities and their relations in ThingsBoard.\n\nThe recommended method for installing the Rest Client is a pip.  \n\n*The Python version of the REST API client is under developing. If you have discovered any bug, please write us using email or by opening the issue.*\n\n\n##### Installation \n\nIn order to install the ThingsBoard REST client, you should use the following command:\n\n```bash\npip3 install tb-rest-client\n``` \n\n\n##### Examples \n\nYou can find the examples of the usage in the \"examples\" folder or on the [our website](https://thingsboard.io/docs/reference/python-rest-client/).\n\n\n**Note:** There are 2 REST clients for ThingsBoard, they are depend on version of the ThingsBoard, you use.  \n\n - If you use the ThingsBoard Community Edition (ThingsBoard CE) - please use the following command to import the REST client into your script:  \n   `from tb_rest_client.rest_client_ce import *`  \n   The REST client class has name \"RestClientCE\".  \n   \n - If you use the ThingsBoard Professional Edition (ThingsBoard PE) - please use the following command to import the REST client into your script:  \n   `from tb_rest_client.rest_client_pe import *`  \n   The REST client class has name \"RestClientPE\".  \n\nIf you use the wrong version of the REST client, it could work unexpectedly.\n\n\n## Support\n\n - [Join our Discord](https://discord.gg/mJxDjAM3PF)\n - [Community chat](https://gitter.im/thingsboard/chat)\n - [Q\u0026A forum](https://groups.google.com/forum/#!forum/thingsboard)\n - [Stackoverflow](http://stackoverflow.com/questions/tagged/thingsboard)\n \n**Don't forget to star the repository to show your ❤️ and support.**\n\n\n## Licenses\n\nThis project is released under [Apache 2.0 License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingsboard%2Fthingsboard-python-rest-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthingsboard%2Fthingsboard-python-rest-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthingsboard%2Fthingsboard-python-rest-client/lists"}