playground-tutorials

View on PyPIReverse Dependencies (0)

0.0.12 playground_tutorials-0.0.12-py3-none-any.whl

Wheel Details

Project: playground-tutorials
Version: 0.0.12
Filename: playground_tutorials-0.0.12-py3-none-any.whl
Download: [link]
Size: 54572
MD5: 7cec0d15a2c8a3e872373d625b13568c
SHA256: d0b966c04c203867f455de7c9d5c6d9cdc6dad141b7e2923a069aebe802266e8
Uploaded: 2023-03-01 04:51:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: playground-tutorials
Version: 0.0.12
Summary: the fun cloud wrapper 🍬️ to deploy tutorial containers! 📦️
Author: Vanessa Sochat
Author-Email: vsoch[at]users.noreply.github.com
Maintainer: Vanessa Sochat
Home-Page: https://github.com/converged-computing/playground
License: LICENSE
Keywords: cloud,tutorial,containers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: requests
Requires-Dist: ruamel.yaml
Requires-Dist: jsonschema
Requires-Dist: rich
Requires-Dist: cloud-select-tool
Requires-Dist: requests; extra == "all"
Requires-Dist: ruamel.yaml; extra == "all"
Requires-Dist: jsonschema; extra == "all"
Requires-Dist: rich; extra == "all"
Requires-Dist: cloud-select-tool; extra == "all"
Requires-Dist: google-auth; extra == "all"
Requires-Dist: google-api-python-client; extra == "all"
Requires-Dist: boto3; extra == "all"
Requires-Dist: pytest (>=4.6.2); extra == "all"
Requires-Dist: docker; extra == "all"
Requires-Dist: boto3; extra == "aws"
Requires-Dist: docker; extra == "docker"
Requires-Dist: google-auth; extra == "google"
Requires-Dist: google-api-python-client; extra == "google"
Provides-Extra: all
Provides-Extra: aws
Provides-Extra: docker
Provides-Extra: google
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
[Description omitted; length: 2427 characters]

WHEEL

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

RECORD

Path Digest Size
playground/__init__.py sha256=9CLwbVeLyC6mZhUc-hq7R1qaP4qgJ3znKo7pg3NxqXY 63
playground/defaults.py sha256=qiXDuD1YmL2Jn3xJ7v0yemGYKpHU6vbCuawYjpl6WI8 957
playground/logger.py sha256=GZDVLYVIKD1QunMDG3c_suLWzB_FuE8D5XGfWq3W97w 6748
playground/settings.yml sha256=aWSVdEHIyAFaScemCR8PE__I3Gs4JqLnZ6YaiJPGxY8 451
playground/version.py sha256=Qmr7mMyZRO7GiD3cBwx_wh4yvsTROagwzisY-950e84 1597
playground/client/__init__.py sha256=ONuZ38WOhOWoKrTd0C16VX_yc-fQLNd6l0YLow9xHuQ 7725
playground/client/config.py sha256=aXu53pGxR1Gk5NIQeEcTynQOVUb5MnBUKiC9D8kfQlI 1538
playground/client/deploy.py sha256=aUhjidQLK7P3bqtMpsN0kcBOl_T-Hjemm9rLcUNpIgE 1040
playground/client/helpers.py sha256=YT0Q1f6dySXxkItlEkZlRK1pslZogcFq4VQmXB5dbu0 1164
playground/client/listing.py sha256=zx1TyS9o0LS46GdkIHQrlrVpdymTBas8sxVvrn1O7KY 719
playground/client/shell.py sha256=v9JnBt0Vg7Zw7UpahOT6x7luRalCWgaJ2oNfBBcZ8tQ 1710
playground/client/show.py sha256=ocsT71_v-C4PXXeIXOfZ-nOvXMIf7Tn8DSBFa8cxFpI 1044
playground/client/stop.py sha256=QzN2quDKBF5ZInCjZu_k80vhay3Gj0QUpYxFiqgzydQ 824
playground/client/test.py sha256=VbJuVcAwgN59jbxOEm7xaLWdsrLxtbtFrmYphdXGVJI 785
playground/main/__init__.py sha256=Pc6Yt52rHXhzYXBLRGAtiOyJLsW7GGodqDKpg8BQPys 31
playground/main/client.py sha256=vqT3WhsNkPmw-nbfRdwbEJhthx8alIE8sH3IGyxNkjM 4267
playground/main/colors.py sha256=M0Kor0NYst5OnYFz8aDi5yuGi2tU-UwICQmE5A0zveE 1294
playground/main/decorators.py sha256=eGzZnoxNyIgDKV1uPVqXeKX7EG7m9fiX3XtTgwEsjcs 894
playground/main/repository.py sha256=8dBxfCvXkn1pd1GFso5s8pUH7uUC-sm-1LUBGoH9-C0 3120
playground/main/schemas.py sha256=SlzEAAqy0ltD4tjq2R1L7Xz2qj9cwaRHnkmu7fw_6kk 3063
playground/main/settings.py sha256=pSMnnHc0h_CAWX0lW5a5sOGiQmke6P_Tsb1jIOBnJU8 12823
playground/main/table.py sha256=ga-5ASMmR7Ba9330P3cV4OeHyVLUhZtn6SNayva3pSs 4907
playground/main/templates.py sha256=B1M0O0FxeVGE39hJS6eFE11cLwdhZz2IcCoPeKpHbDM 374
playground/main/tutorial.py sha256=itRDt2XlwkL0oWSRf5v809nJaaLL0YOga9APxWot7o4 7410
playground/main/backends/__init__.py sha256=87ofS31O2YE8aT-aSaj_g-kgPurrhkjKRikPoXJ-4w4 394
playground/main/backends/base.py sha256=6K9Mhf5pGWTN8cdmGdtxJPO7_NsrCa4usojQ1qVTa2k 4222
playground/main/backends/aws/__init__.py sha256=vnpMd1dmzNwGYcrb2qKd6vbAbIT4zJ7MbcqOplNIx5Y 32
playground/main/backends/aws/client.py sha256=dAUj_0PkCUJvVS3bHU-0L0ODBroHg8LWQ4G207-ooB8 22251
playground/main/backends/docker/__init__.py sha256=LMQe11eTE7SrdhTfNCfu39Wr925EowR-KTYcMw-ddws 33
playground/main/backends/docker/client.py sha256=KlFRa69AnVsDq-UnHnOAFVo2-EK5MUFBVt8FRIYMdeA 2314
playground/main/backends/google/__init__.py sha256=rrMCUboybNmw8NLhMD-w9hs3PxHHE7TnIblqIKp-3zI 32
playground/main/backends/google/client.py sha256=N7fjTUN_5Y9_8WKTOKPASZNjOuLmblX41Tu5ggCjaKA 11588
playground/main/backends/podman/__init__.py sha256=j0j--ahvcQzBCkstuuBOkwiriI3I5iScblAzu_VEXy0 41
playground/main/backends/podman/client.py sha256=QBICLJcPJo3RHv_BnG-XLPpjDVE7YbcS3pFEAKjaTZ8 373
playground/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
playground/tests/helpers.py sha256=08J0yOPE-mU9JiPahxHy9urFQx4zHCUYr-jXft_xaeA 1228
playground/tests/test_backends.py sha256=E0XknitbJkp24-ZD_9ZwifLmpmql_QZ1Jb48w70YfD4 1457
playground/tests/test_settings.py sha256=aaGZHVaEbTS4LrlQ3GC__XpXjdoU4KZtlUhvoJL1pKo 1158
playground/tests/test_test.py sha256=f96NGiHWb0uWDXjJ-ZMg79tbmrvMpXO5lsLkuRU-Y3M 1327
playground/tests/test_utils.py sha256=f3zMWeUcFCkxZFuEV7zVz1csa_3aS-mLcGdB44QrNsY 4013
playground/utils/__init__.py sha256=8xCpYsN-oaG0_fZ4hHfx2GfkcdGgX6zTlv8T0qwbvdM 542
playground/utils/fileio.py sha256=AeDQ_vGMciFbdiwiRc7kX-2VvYFAljm0IKcXmoiM0Go 6256
playground/utils/misc.py sha256=l90lP_MeiphCoV4UEKmd41nsazRGM8XsjD9QQ7K6YoU 1804
playground/utils/terminal.py sha256=WRex5PKP21c-yN4LwJFGFImwrAsLowTCEw2rgjBtM-k 3198
playground_tutorials-0.0.12.dist-info/LICENSE sha256=oX0anNuFTYdleLqcCCQCMsXLKeA4QVH5nR3_PjsMKU4 1103
playground_tutorials-0.0.12.dist-info/METADATA sha256=e_7wApXoQiwG7M4GGl9KSIujFex6QzlMTZyrdMNgcJQ 4100
playground_tutorials-0.0.12.dist-info/NOTICE sha256=9CR93geVKl_4ZrJORbXN0fzkEM2y4DglWhY1hn9ZwQw 1167
playground_tutorials-0.0.12.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
playground_tutorials-0.0.12.dist-info/entry_points.txt sha256=pTtTG0gb-Zh1CSTYMh3jqJGrYC1QzSgc0KLVOHeI8ls 53
playground_tutorials-0.0.12.dist-info/top_level.txt sha256=nbp_EWtzxdtuzj4L2ZShBeEzuiF31ExkJpIp0Xare7w 11
playground_tutorials-0.0.12.dist-info/RECORD

top_level.txt

playground

entry_points.txt

playground = playground.client:run