Name | k230-flash JSON |
Version |
0.0.6
JSON |
| download |
home_page | None |
Summary | Kendryte K230 Flash Tool |
upload_time | 2024-10-12 06:10:00 |
maintainer | kendryte747 |
docs_url | None |
author | kendryte747 |
requires_python | >=3.7 |
license | Copyright (c) 2022, Canaan Bright Sight Co., Ltd Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
kendryte
kflash
k230
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# K230 Flash
K230 Flash is a python tools to program Kendryte K230 and K230D Chips, Supports program firmware to `EMMC`, `SDCARD`, `SPI-NOR`, `SPI-NAND` and `OTP`
## Usage
```bash
k230_flash.exe --help
usage: k230_flash [-h] [-m {EMMC,SDCARD,SPINAND,SPINOR,OTP}] [-l] [-d DEVICE_ADDRESS] [--auto-reboot] [--log-level {TRACE,DEBUG,INFO,WARN,ERROR,CRITICAL,OFF}] [--custom-loader] [-la LOAD_ADDRESS] [-lf LOADER_FILE]
[<address> <filename> ...]
Kendryte Burning Tool
positional arguments:
<address> <filename> Pairs of addresses followed by binary filenames, separated by space
options:
-h, --help show this help message and exit
-m {EMMC,SDCARD,SPINAND,SPINOR,OTP}, --medium-type {EMMC,SDCARD,SPINAND,SPINOR,OTP}
Specify the medium type (choices: EMMC, SDCARD, SPI_NAND, SPI_NOR, OTP)
-l, --list-device List devices
-d DEVICE_ADDRESS, --device-address DEVICE_ADDRESS
Device address (format: 1-1 or 3-1), which is the result get from '--list-device'
--auto-reboot Enable automatic reboot.
--log-level {TRACE,DEBUG,INFO,WARN,ERROR,CRITICAL,OFF}
Set the logging level, Default is WARN
Custom Loader Options:
Options related to the custom loader
--custom-loader If set, pass a file for the custom loader
-la LOAD_ADDRESS, --load-address LOAD_ADDRESS
Hexadecimal load address (must be between 0x80300000 and 0x80400000), Default is 0x80360000
-lf LOADER_FILE, --loader-file LOADER_FILE
Path to the custom loader file (required if --custom-loader is set)
# Usually just specify the medium type and file address and file path
k230_flash -m EMMC 0 file_0x00.img
```
Raw data
{
"_id": null,
"home_page": null,
"name": "k230-flash",
"maintainer": "kendryte747",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "kendryte747@gmail.com",
"keywords": "kendryte, kflash, k230",
"author": "kendryte747",
"author_email": "kendryte747@gmail.com",
"download_url": null,
"platform": null,
"description": "# K230 Flash\n\nK230 Flash is a python tools to program Kendryte K230 and K230D Chips, Supports program firmware to `EMMC`, `SDCARD`, `SPI-NOR`, `SPI-NAND` and `OTP`\n\n## Usage\n\n```bash\nk230_flash.exe --help\nusage: k230_flash [-h] [-m {EMMC,SDCARD,SPINAND,SPINOR,OTP}] [-l] [-d DEVICE_ADDRESS] [--auto-reboot] [--log-level {TRACE,DEBUG,INFO,WARN,ERROR,CRITICAL,OFF}] [--custom-loader] [-la LOAD_ADDRESS] [-lf LOADER_FILE] \n [<address> <filename> ...]\n\nKendryte Burning Tool\n\npositional arguments:\n <address> <filename> Pairs of addresses followed by binary filenames, separated by space\n\noptions:\n -h, --help show this help message and exit\n -m {EMMC,SDCARD,SPINAND,SPINOR,OTP}, --medium-type {EMMC,SDCARD,SPINAND,SPINOR,OTP}\n Specify the medium type (choices: EMMC, SDCARD, SPI_NAND, SPI_NOR, OTP)\n -l, --list-device List devices\n -d DEVICE_ADDRESS, --device-address DEVICE_ADDRESS\n Device address (format: 1-1 or 3-1), which is the result get from '--list-device'\n --auto-reboot Enable automatic reboot.\n --log-level {TRACE,DEBUG,INFO,WARN,ERROR,CRITICAL,OFF}\n Set the logging level, Default is WARN\n\nCustom Loader Options:\n Options related to the custom loader\n\n --custom-loader If set, pass a file for the custom loader\n -la LOAD_ADDRESS, --load-address LOAD_ADDRESS\n Hexadecimal load address (must be between 0x80300000 and 0x80400000), Default is 0x80360000\n -lf LOADER_FILE, --loader-file LOADER_FILE\n Path to the custom loader file (required if --custom-loader is set)\n\n# Usually just specify the medium type and file address and file path\nk230_flash -m EMMC 0 file_0x00.img\n```\n",
"bugtrack_url": null,
"license": "Copyright (c) 2022, Canaan Bright Sight Co., Ltd Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"summary": "Kendryte K230 Flash Tool",
"version": "0.0.6",
"project_urls": {
"homepage": "https://github.com/kendryte/k230_flash"
},
"split_keywords": [
"kendryte",
" kflash",
" k230"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b7c4a1365145f93f700b4f152156ca331661439125b6110ef6692ed1f5566100",
"md5": "e706464066fca5a467c30cdfb37490b0",
"sha256": "fd98dfe5dc27ff030206a839176eb0917329a916702978b18ac8eb4a26ac1478"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "e706464066fca5a467c30cdfb37490b0",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1059993,
"upload_time": "2024-10-12T06:10:00",
"upload_time_iso_8601": "2024-10-12T06:10:00.451071Z",
"url": "https://files.pythonhosted.org/packages/b7/c4/a1365145f93f700b4f152156ca331661439125b6110ef6692ed1f5566100/k230_flash-0.0.6-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "46cbc8c11cdf15f63b0f68447a9994bdf08fd891714faff8553701b09d8ffae6",
"md5": "df59d1ec7f91ff4eb3224f733d862f5e",
"sha256": "e2aeaef5e9b2a636dde26f9f78b1ac216e7ccfbf922aa5d7340daa743db5217d"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "df59d1ec7f91ff4eb3224f733d862f5e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 1494380,
"upload_time": "2024-10-12T06:10:01",
"upload_time_iso_8601": "2024-10-12T06:10:01.946969Z",
"url": "https://files.pythonhosted.org/packages/46/cb/c8c11cdf15f63b0f68447a9994bdf08fd891714faff8553701b09d8ffae6/k230_flash-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d8a12fe2573aeb13654f91c4b354e5eef717f0c649a21b3c691c8dda4719afd6",
"md5": "9a84bcb7a3e793077e5fe7a321df15c5",
"sha256": "bfa060b503e8df2afea6f13a1e1e73d8b8dec2586beb9b600dd6816c63384b72"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "9a84bcb7a3e793077e5fe7a321df15c5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 990948,
"upload_time": "2024-10-12T06:10:03",
"upload_time_iso_8601": "2024-10-12T06:10:03.246806Z",
"url": "https://files.pythonhosted.org/packages/d8/a1/2fe2573aeb13654f91c4b354e5eef717f0c649a21b3c691c8dda4719afd6/k230_flash-0.0.6-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "112e4669eb15293bed4e0211d60498c1746925c6c9aba9b8afef39d8cbbbd68e",
"md5": "18837d9517c7419663a8dd152964315a",
"sha256": "3e36d054f7ad29cdbc516c623174802cb9d6af85f187e12f6461d111dc33b924"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "18837d9517c7419663a8dd152964315a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1061344,
"upload_time": "2024-10-12T06:10:05",
"upload_time_iso_8601": "2024-10-12T06:10:05.157703Z",
"url": "https://files.pythonhosted.org/packages/11/2e/4669eb15293bed4e0211d60498c1746925c6c9aba9b8afef39d8cbbbd68e/k230_flash-0.0.6-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b0d9a13693b12c63c8508e6f0d68b591a2f0005e43a6036080cb32e392348a06",
"md5": "990c0872a87512a70de68511ccb214a6",
"sha256": "80367ec8a3f3964d9a25fb0cda605b62efdbd0c093d397f7c5b5c88ddb96791d"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "990c0872a87512a70de68511ccb214a6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 1496137,
"upload_time": "2024-10-12T06:10:06",
"upload_time_iso_8601": "2024-10-12T06:10:06.817670Z",
"url": "https://files.pythonhosted.org/packages/b0/d9/a13693b12c63c8508e6f0d68b591a2f0005e43a6036080cb32e392348a06/k230_flash-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2e891db824e718ef2f7c4c23738c3bf922b64124a31b9b325050cd08ce93f2f6",
"md5": "9ba1c05f2ec515582a6c39da54571e84",
"sha256": "bb4b01ece685430fe1564d9daafe19b48f3f0e2772c51ab69bc91e4e2a8c03ae"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "9ba1c05f2ec515582a6c39da54571e84",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 992186,
"upload_time": "2024-10-12T06:10:07",
"upload_time_iso_8601": "2024-10-12T06:10:07.894685Z",
"url": "https://files.pythonhosted.org/packages/2e/89/1db824e718ef2f7c4c23738c3bf922b64124a31b9b325050cd08ce93f2f6/k230_flash-0.0.6-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fc3af1a6be1040edf37251d9aa0b784fcb2dc260e8d2924990982d632eb1480e",
"md5": "241a211a273f945265959c7407fb9045",
"sha256": "28723c551de439a46dc9e590a9ddb132a6f241aa3bf0d653b49017710bba2781"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "241a211a273f945265959c7407fb9045",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1051336,
"upload_time": "2024-10-12T06:10:09",
"upload_time_iso_8601": "2024-10-12T06:10:09.671125Z",
"url": "https://files.pythonhosted.org/packages/fc/3a/f1a6be1040edf37251d9aa0b784fcb2dc260e8d2924990982d632eb1480e/k230_flash-0.0.6-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7cfae38ac7a0d8634635ddb5c0d380074b1986504e7ef4bfd6b9390776684ddc",
"md5": "5f0ba5da17c6fa175ebe514db09e3865",
"sha256": "eb129f2c36de2badb379fc79c30aad705245032be1cff51b716f7781468fbc88"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5f0ba5da17c6fa175ebe514db09e3865",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 1494979,
"upload_time": "2024-10-12T06:10:10",
"upload_time_iso_8601": "2024-10-12T06:10:10.853799Z",
"url": "https://files.pythonhosted.org/packages/7c/fa/e38ac7a0d8634635ddb5c0d380074b1986504e7ef4bfd6b9390776684ddc/k230_flash-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1bef9aa8df9b17a661af0b63e4ddc5c516a297c5a195df2993048052c19c9c9",
"md5": "43be20a2244bfe16df7cb1adfeb220e1",
"sha256": "48d8292028bb820325b9eab2a52a63b4c8029e694c83090e436eb83ccc020140"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "43be20a2244bfe16df7cb1adfeb220e1",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.7",
"size": 992513,
"upload_time": "2024-10-12T06:10:12",
"upload_time_iso_8601": "2024-10-12T06:10:12.942485Z",
"url": "https://files.pythonhosted.org/packages/f1/be/f9aa8df9b17a661af0b63e4ddc5c516a297c5a195df2993048052c19c9c9/k230_flash-0.0.6-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f29b4fe3bf644181795354cd0f6589b2deea23224e8ae2d2b2683cbbed3d222b",
"md5": "24933ab116524f6b33567c6f3fc20a24",
"sha256": "c5d9de3ee12382c23b0d64f17270de5a7bb0bd2b389a472a5912c4d37a3370c9"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "24933ab116524f6b33567c6f3fc20a24",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1051411,
"upload_time": "2024-10-12T06:10:14",
"upload_time_iso_8601": "2024-10-12T06:10:14.298994Z",
"url": "https://files.pythonhosted.org/packages/f2/9b/4fe3bf644181795354cd0f6589b2deea23224e8ae2d2b2683cbbed3d222b/k230_flash-0.0.6-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e89a20f07b0e64a758eae22c9b7eb82f0f3f373094c50a4d1a77fdbda89d16a6",
"md5": "af301cb2fcdffb7167a39d87806bf31b",
"sha256": "c1d660607c3192f3e835060715b9bb0bd7af606f945f4abee6ce8f4c97872ac5"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "af301cb2fcdffb7167a39d87806bf31b",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 1494925,
"upload_time": "2024-10-12T06:10:16",
"upload_time_iso_8601": "2024-10-12T06:10:16.000767Z",
"url": "https://files.pythonhosted.org/packages/e8/9a/20f07b0e64a758eae22c9b7eb82f0f3f373094c50a4d1a77fdbda89d16a6/k230_flash-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe8766189e9bad68277e26f893430aebdb8c683b51b145da3ebc481082c2096a",
"md5": "50c2133805194f6d4164923fef046dda",
"sha256": "11e52ceb93952fe11715307dcc4881e7a0c76c5b045e6e7cf3babafa96f386d0"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "50c2133805194f6d4164923fef046dda",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.7",
"size": 992530,
"upload_time": "2024-10-12T06:10:17",
"upload_time_iso_8601": "2024-10-12T06:10:17.877376Z",
"url": "https://files.pythonhosted.org/packages/fe/87/66189e9bad68277e26f893430aebdb8c683b51b145da3ebc481082c2096a/k230_flash-0.0.6-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bdbe1ba3120c1371b792d7010dd667f5afdf66724dacbdaba0943cb4caa4196f",
"md5": "ce627ed1be7480353c784b59e2bb4db5",
"sha256": "5b9843bda660f2d9a2965cb175d1484373a14033db1175ad1fce09079416e350"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "ce627ed1be7480353c784b59e2bb4db5",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1059801,
"upload_time": "2024-10-12T06:10:19",
"upload_time_iso_8601": "2024-10-12T06:10:19.054024Z",
"url": "https://files.pythonhosted.org/packages/bd/be/1ba3120c1371b792d7010dd667f5afdf66724dacbdaba0943cb4caa4196f/k230_flash-0.0.6-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b3885c6bb0db6c35aec0fec2ba979729bb330ee1799433bbd3c52715bcc1dfe0",
"md5": "a3bf27dfb5f6a0c55bbcf2bbda0c72a7",
"sha256": "659a3883be6fc7138b144214d4d6369f4d9872180b7151fc291a4efcf7cd170b"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "a3bf27dfb5f6a0c55bbcf2bbda0c72a7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 1494353,
"upload_time": "2024-10-12T06:10:21",
"upload_time_iso_8601": "2024-10-12T06:10:21.935517Z",
"url": "https://files.pythonhosted.org/packages/b3/88/5c6bb0db6c35aec0fec2ba979729bb330ee1799433bbd3c52715bcc1dfe0/k230_flash-0.0.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "05e4dd457005c655e25c9902416af44e015d3dd7e55650278dbe85e26872a675",
"md5": "4a29ab7ad87ac748a2dc695fb99d2bea",
"sha256": "2a90a6734f80d364a0e0ef8bc9037f31d8476d58ead666a98890fd47a2049f4c"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "4a29ab7ad87ac748a2dc695fb99d2bea",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 990972,
"upload_time": "2024-10-12T06:10:23",
"upload_time_iso_8601": "2024-10-12T06:10:23.248903Z",
"url": "https://files.pythonhosted.org/packages/05/e4/dd457005c655e25c9902416af44e015d3dd7e55650278dbe85e26872a675/k230_flash-0.0.6-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3d76dd2bccfae20b0123a18320336ff6622488c8a5f99a7e243b45ee37a4311d",
"md5": "68e64991ac8960e5be2fe406e5e88fda",
"sha256": "a992221336063630bd4eadc8ff0a97c4fc2faca2f02317858e2d3748d32546b8"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "68e64991ac8960e5be2fe406e5e88fda",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1060017,
"upload_time": "2024-10-12T06:10:25",
"upload_time_iso_8601": "2024-10-12T06:10:25.108257Z",
"url": "https://files.pythonhosted.org/packages/3d/76/dd2bccfae20b0123a18320336ff6622488c8a5f99a7e243b45ee37a4311d/k230_flash-0.0.6-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "306b7f2384faf00efe1233e32eab6d0ff97c4d782b9215800abd87da4a980e20",
"md5": "3a58e0b8a850d06cc907ee06bdf00ee0",
"sha256": "5d51ef64310489d3c7508a4e0ac1ef7067f396b9c1b39b5badbc34af26a2a873"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3a58e0b8a850d06cc907ee06bdf00ee0",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 1494765,
"upload_time": "2024-10-12T06:10:26",
"upload_time_iso_8601": "2024-10-12T06:10:26.343686Z",
"url": "https://files.pythonhosted.org/packages/30/6b/7f2384faf00efe1233e32eab6d0ff97c4d782b9215800abd87da4a980e20/k230_flash-0.0.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f808ea3ec95fb4e1cefebe2c276744c0aee4ca9977d1c0f9a541331cfe29b078",
"md5": "763b3c1134a1462536a3c2512bbb5215",
"sha256": "d7febdd1170cc8445fe958c843b7d8e4711fd95c268193824b04d22d4e27ab91"
},
"downloads": -1,
"filename": "k230_flash-0.0.6-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "763b3c1134a1462536a3c2512bbb5215",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 987731,
"upload_time": "2024-10-12T06:10:27",
"upload_time_iso_8601": "2024-10-12T06:10:27.550873Z",
"url": "https://files.pythonhosted.org/packages/f8/08/ea3ec95fb4e1cefebe2c276744c0aee4ca9977d1c0f9a541331cfe29b078/k230_flash-0.0.6-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-12 06:10:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kendryte",
"github_project": "k230_flash",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "k230-flash"
}