{"id":20793724,"url":"https://github.com/anexia/django-aws-iot","last_synced_at":"2025-06-29T15:32:40.010Z","repository":{"id":61813549,"uuid":"389893155","full_name":"anexia/django-aws-iot","owner":"anexia","description":"A minimalistic approach to use AWS IoT in Django","archived":false,"fork":false,"pushed_at":"2024-11-05T11:59:24.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T03:16:35.898Z","etag":null,"topics":["aws","django","hacktoberfest","iot","mqtt"],"latest_commit_sha":null,"homepage":"","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/anexia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2021-07-27T07:46:13.000Z","updated_at":"2024-11-05T11:58:54.000Z","dependencies_parsed_at":"2024-11-17T16:11:20.388Z","dependency_job_id":"dbb8df3d-d3cb-4951-bda4-f20869809c4f","html_url":"https://github.com/anexia/django-aws-iot","commit_stats":{"total_commits":6,"total_committers":3,"mean_commits":2.0,"dds":"0.33333333333333337","last_synced_commit":"546b24afa2223747f9cde78f827849b006499ab5"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fdjango-aws-iot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fdjango-aws-iot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fdjango-aws-iot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anexia%2Fdjango-aws-iot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anexia","download_url":"https://codeload.github.com/anexia/django-aws-iot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252596322,"owners_count":21773842,"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","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":["aws","django","hacktoberfest","iot","mqtt"],"created_at":"2024-11-17T16:11:10.710Z","updated_at":"2025-05-05T23:43:58.215Z","avatar_url":"https://github.com/anexia.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django AWS IoT\n[![PyPI](https://badge.fury.io/py/django-aws-iot.svg)](https://pypi.org/project/django-aws-iot/)\n[![Test Status](https://github.com/anexia/django-aws-iot/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/anexia/django-aws-iot/actions/workflows/tests.yml)\n[![Codecov](https://codecov.io/gh/anexia/django-aws-iot/branch/main/graph/badge.svg)](https://codecov.io/gh/anexia/django-aws-iot)\n\nA django module that allows to connect and publish messages to AWS IoT\n\n# Installation\n\nInstall using pip:\n\n```shell\npip install django-aws-iot\n```\n\nExtend django settings:\n\n```python\nAWS_IOT_ENABLED = True\nAWS_IOT_SERVER = \"server.amazonaws.com\"\nAWS_IOT_CLIENT_ID = \"Thing-Name\"\nAWS_IOT_CERT_PATH = \"/certificates/8a6a6cfdf1-certificate.pem.crt\"\nAWS_IOT_KEY_PATH = \"/certificates/8a6a6cfdf1-private.pem.key\"\nAWS_IOT_ROOT_CERT_PATH = \"/certificates/AmazonRootCA1.pem\"\n```\n\n# Usage\n\nCurrently the library only supports publishing messages to AWS IoT:\n\n\n```python\nfrom django_aws_iot.aws_iot import mqtt_publish\n\n\nmqtt_publish(\n    'topic/123',\n    {\n        'foo': 'bar'\n    }\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanexia%2Fdjango-aws-iot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanexia%2Fdjango-aws-iot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanexia%2Fdjango-aws-iot/lists"}