uboot

View on PyPIReverse Dependencies (0)

0.1.1 uboot-0.1.1-py3-none-any.whl

Wheel Details

Project: uboot
Version: 0.1.1
Filename: uboot-0.1.1-py3-none-any.whl
Download: [link]
Size: 28121
MD5: 1ef7e8af51d9a26455ba48c153fd8719
SHA256: 55b703df4dcce1eb4dad42c427dc71d64f3fba25db3cae8ad2647b738e5a8369
Uploaded: 2019-07-21 22:31:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: uboot
Version: 0.1.1
Summary: Open Source library for manipulating with U-Boot images and environment variables
Author: Martin Olejar
Author-Email: martin.olejar[at]gmail.com
Home-Page: https://github.com/molejar/pyUBoot
License: Apache 2.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Requires-Dist: click (==7.0)
Requires-Dist: easy-enum (==0.2.0)
Requires-Dist: fdt (==0.1.2)
[Description omitted; length: 7630 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.33.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
uboot/__init__.py sha256=NUDl0dPSxQI6Ym1js49JvOH8VS7H0CUS6jTNX1ZknaQ 1531
uboot/cli_envimg.py sha256=Pndpz411ICCyR1OfGokF7wu6OTLo-LS2WZfgMk_OzMI 4234
uboot/cli_mkenv.py sha256=rfQEwczzmZT7plypeybCXTBClsxNuEWeYys3SxJA4pM 4596
uboot/cli_mkimg.py sha256=a32OrspxcUpp8-QBM7QjVkx37lJHUNm7Q0DUzvzO4Gk 8463
uboot/common.py sha256=puUE5dkghp3R6rTmJH2NkA9Az0IP7ZhMZPmuNto5g6c 7665
uboot/env_blob.py sha256=ammgVEQVS1ED7zBtLMfeELCKnr0x1v3RTGWn7mi6Y5I 6196
uboot/env_image.py sha256=UjilUZ9imngAW9qw8L-SHD7jFVNtzJtZAbscsqU2_wc 6010
uboot/fdt_image.py sha256=g38qYYq0SqOlWgK9LvIQg_h41m1w4Id3SuFWPj2f-_k 9934
uboot/old_image.py sha256=8uIQ_jgDX4d84Q_Cmgn2oG_AVZQBZmonBfesMikTyuM 22978
uboot-0.1.1.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
uboot-0.1.1.dist-info/METADATA sha256=kv-HzLN7BOB7KFScvrvREU0IcqwYVILxdk7rcWlPAdE 8326
uboot-0.1.1.dist-info/WHEEL sha256=S8S5VL-stOTSZDYxHyf0KP7eds0J72qrK0Evu3TfyAY 92
uboot-0.1.1.dist-info/entry_points.txt sha256=VTioQLB5OwHcqkzrMcFnD0gRqeXrjEm1rxdLwIHl1_s 108
uboot-0.1.1.dist-info/top_level.txt sha256=VhTjbVBzlypaKIPIxfPw1apGTWxj1uL2dpAm-SICR3o 6
uboot-0.1.1.dist-info/RECORD

top_level.txt

uboot

entry_points.txt

envimg = uboot.cli_envimg:main
mkenv = uboot.cli_mkenv:main
mkimg = uboot.cli_mkimg:main