rpios-tools

View on PyPIReverse Dependencies (0)

0.3.0 rpios_tools-0.3.0-py2.py3-none-any.whl

Wheel Details

Project: rpios-tools
Version: 0.3.0
Filename: rpios_tools-0.3.0-py2.py3-none-any.whl
Download: [link]
Size: 11246
MD5: a6c9ac8327dc49a609535a93076818ef
SHA256: b3d0b409b828cd2741b5ba589a01d72af46b35f48df9ffb63abfa88f967b9617
Uploaded: 2021-06-23 20:17:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: rpios-tools
Version: 0.3.0
Summary: Automated tools for working with raspberry pi image development
Author: Michael Sobczak
Author-Email: 86268116+michael-sobczak[at]users.noreply.github.com
Home-Page: https://github.com/michael-sobczak/rpi-os-tools
License: MIT
Keywords: raspberry pi,raspbian,iot,rpi
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: attrs (==21.2.0)
Requires-Dist: beautifulsoup4 (==4.9.3)
Requires-Dist: bleach (==3.3.0)
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: docutils (==0.17.1)
Requires-Dist: idna (==2.10)
Requires-Dist: importlib-metadata (==4.5.0)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: keyring (==23.0.1)
Requires-Dist: packaging (==20.9)
Requires-Dist: pkginfo (==1.7.0)
Requires-Dist: pluggy (==0.13.1)
Requires-Dist: psutil (==5.8.0)
Requires-Dist: py (==1.10.0)
Requires-Dist: Pygments (==2.9.0)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: readme-renderer (==29.0)
Requires-Dist: requests (==2.25.1)
Requires-Dist: requests-toolbelt (==0.9.1)
Requires-Dist: rfc3986 (==1.5.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: soupsieve (==2.2.1)
Requires-Dist: toml (==0.10.2)
Requires-Dist: tqdm (==4.61.1)
Requires-Dist: twine (==3.4.1)
Requires-Dist: urllib3 (==1.26.5)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: zipp (==3.4.1)
Description-Content-Type: text/markdown
[Description omitted; length: 1557 characters]

WHEEL

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

RECORD

Path Digest Size
rpios_tools/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
rpios_tools/customize.py sha256=3jXRiGSc3PVFbhQQ5ziZbcX4bKaHmsIx2b7hmM29CBQ 3715
rpios_tools/docker.py sha256=uEQGXyhIcxPVnxztNkgTRfe3GXIERpj1b-oN_CiZmZM 1438
rpios_tools/download.py sha256=lPT3R2rQ7qLF5YjaCl4qe9m0JaoZdGf7AIJiGOWzb6A 7336
rpios_tools/image.py sha256=gkrCFNm7Q2cLHo4F51bYTZiF5-swq8FWgUqu4exWoT4 663
rpios_tools/utils.py sha256=LtYssMEeYpOjDGQV2naRkutc-XxarFqhC7oZbO-1d7M 2725
rpios_tools/docker/Dockerfile sha256=iXRfjylIT-3qO7j_fYdgRw3wQjS3PqQ_0Y5jM_lpsQ8 567
rpios_tools/docker/entrypoint.sh sha256=_QUsWvlLgm7PW8Qd_ftlcuw4JBpZ0rEZ9_Yih2ihT-k 160
rpios_tools/docker/requirements.txt sha256=xN1Fbh3dnAxRIzsQdKy9smh8xJwlMPA7R8jjp5aHQdc 598
rpios_tools/scripts/install_osxfuse_2.sh sha256=ZrL93_Y0kD_KVERf8wMn3l4lZ6mQckeIthUHP7d5WIQ 1865
rpios_tools-0.3.0.dist-info/LICENSE sha256=l7UCshkwZ37YmkxhUQ5SIabJFnZ18TM2Zy8xYSfrveo 1072
rpios_tools-0.3.0.dist-info/METADATA sha256=ezFk4XeaLcHrVEZCmYiPdl0uiTfwhRNDyHW4h0qw2Xk 3240
rpios_tools-0.3.0.dist-info/WHEEL sha256=Z-nyYpwrcSqxfdux5Mbn_DQ525iP7J2DG3JgGvOYyTQ 110
rpios_tools-0.3.0.dist-info/entry_points.txt sha256=-mTO2Dzl2nO7l3gtSPMqKJwLENCxCXWlob1YURrnqhA 135
rpios_tools-0.3.0.dist-info/top_level.txt sha256=dxQyTFSnTItO5ullKu1jd6-V2tjIYVQFwHyZNdGNUOY 12
rpios_tools-0.3.0.dist-info/RECORD

top_level.txt

rpios_tools

entry_points.txt

rpios-dl = rpios_tools.download:main
rpios-img = rpios_tools.customize:main
rpios-publish = rpios_tools.docker:main