{"id":41060289,"url":"https://github.com/digidotcom/digi-python-resources","last_synced_at":"2026-01-22T11:42:51.935Z","repository":{"id":39584708,"uuid":"243239987","full_name":"digidotcom/digi-python-resources","owner":"digidotcom","description":"Python resources used by the Digi XBee PyCharm IDE plugin.","archived":false,"fork":false,"pushed_at":"2025-12-16T16:11:50.000Z","size":3101,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-12-20T06:45:29.988Z","etag":null,"topics":["gateway","plugin","pycharm","python","xbee"],"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/digidotcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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-02-26T10:52:41.000Z","updated_at":"2025-12-16T16:11:36.000Z","dependencies_parsed_at":"2024-04-22T17:43:01.686Z","dependency_job_id":null,"html_url":"https://github.com/digidotcom/digi-python-resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/digidotcom/digi-python-resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fdigi-python-resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fdigi-python-resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fdigi-python-resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fdigi-python-resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digidotcom","download_url":"https://codeload.github.com/digidotcom/digi-python-resources/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fdigi-python-resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28662306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["gateway","plugin","pycharm","python","xbee"],"created_at":"2026-01-22T11:42:49.500Z","updated_at":"2026-01-22T11:42:51.928Z","avatar_url":"https://github.com/digidotcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python Resources for Digi Devices\n=================================\n\nThis project contains modules and sample code for use on Digi devices with\nPython support.\n\nThe repository is used by the **Digi XBee PyCharm IDE plugin** to get the\navailable samples, libraries platforms and stubs and facilitate the process of\ncreating and launching Python applications in Digi devices. This means that you\ndon't need to clone it unless you want to contribute with new content as the\nPyCharm plugin will handle all necessary resources automatically.\n\nWe don't recommend you to do so, but you can still use the content of this\nrepository to create Python applications by your own (without using the **Digi\nXBee PyCharm IDE plugin**). In any case, you will find information on how to get\nstarted with Python in the [Applications][doc] section of your device\ndocumentation.\n\n[Digi International][Digi] manages the project on GitHub as\n[digi-python-resources][digi-python-resources].\n\n\nRequirements\n------------\n\nModules and samples within the repository can be executed only in Digi devices\nwith Python support. This is the list of current compatible devices:\n\n* Digi IX15 XBee Gateway\n\n\nOrganization\n------------\n\nThe repository is structured in the following folders:\n\n* **categories** - This folder contains the definition and images for the Digi\n  categories in which the different products supporting Python are organized.\n  This information is used by the **Digi XBee PyCharm IDE plugin** to filter the\n  supported platforms.\n* **lib** - The `lib/` directory contains Python modules that extend the\n  standard API of your device. You can either import these libraries in your\n  project using the **Digi XBee PyCharm IDE plugin** or copy them manually\n  inside your project structure.\n* **platforms** - This folder contains the definition and images for the\n  Digi products supporting Python. This information is used by the **Digi XBee \n  PyCharm IDE plugin** to list the supported platforms.\n* **samples** - Files in the `samples/` directory are organized by feature.\n  For example, `network` contains samples related to XBee networks and\n  `configuration` contains samples demonstrating how to configure XBee\n  devices.\n* **typehints** - This folder contains the API definitions of the Python\n  modules available in the Digi devices. These definitions are used by the\n  **Digi XBee PyCharm IDE plugin** for syntax checking, code completion and\n  refactoring.\n\n\nUsage\n-----\n\nFor information on how to get started with Python in Digi products, see the\n[Applications][doc] section of your device documentation.\n\n\nHow to Contribute\n-----------------\nThe contributing guidelines are in the [CONTRIBUTING.md](CONTRIBUTING.md)\ndocument.\n\n\nLicense\n-------\n\nThis software is open-source software. Copyright Digi International, 2020.\n\nSamples within `samples/` folder, stub files in `typehints/` folder and most of\nthe source code in the `lib/` directory is covered by the\n[MIT License](LICENSE.txt). Individual library files may contain alternate\nlicensing, depending on their origin.\n\n\n[Digi]: http://www.digi.com\n[digi-python-resources]: https://github.com/digidotcom/digi-python-resources\n[doc]: https://www.digi.com/resources/documentation/digidocs/90002400/#containers/applications-cont.htm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigidotcom%2Fdigi-python-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigidotcom%2Fdigi-python-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigidotcom%2Fdigi-python-resources/lists"}