play-snake

View on PyPIReverse Dependencies (0)

0.0.2 play_snake-0.0.2-py3-none-any.whl

Wheel Details

Project: play-snake
Version: 0.0.2
Filename: play_snake-0.0.2-py3-none-any.whl
Download: [link]
Size: 5612
MD5: cfcffc2dc83fae38b9bb7446ce0faf03
SHA256: 44ef26db1c4054d4c17d295e85895b93683a45ce0062fccbc90ebd79fbdf9c75
Uploaded: 2024-03-12 15:39:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: play-snake
Version: 0.0.2
Summary: Snake game, made with python & curses. Play in the terminal. For Linux, Mac OS and Windows.
Author: 4sushi
Project-Url: Homepage, https://github.com/4sushi/snake-game
License: MIT
Keywords: game,snake,curses
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: windows-curses (>=2.3.2); platform_system == "Windows"
Description-Content-Type: text/markdown
[Description omitted; length: 263 characters]

WHEEL

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

RECORD

Path Digest Size
snake_game/__init__.py sha256=j2rdPctCPG5jS4RWN0yrpV11owF1tzruChYY_NopZS0 845
snake_game/game.py sha256=_chwqRQxONkyE2IlApyUm_P-X4qLq6hyNCQfO51_9_E 5652
snake_game/game_ui.py sha256=mHgoxOLtd11E0qLilhRhZZzbTXHlMsigRzj02moMYRY 5189
snake_game/main.py sha256=Egu6kUSIVmGzrboSq5GQGCcPhyuZyx0gnoK99F4_8Vo 115
play_snake-0.0.2.dist-info/METADATA sha256=DVJnl88o9ZBoiDaJtP_xAGF8ilCwPaCBE7-APl_vVG4 813
play_snake-0.0.2.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
play_snake-0.0.2.dist-info/entry_points.txt sha256=iMfri7Xt12HwJn55QDZc9kzqmnwff9i3kTvpGD5wp0o 81
play_snake-0.0.2.dist-info/top_level.txt sha256=WoJpN_uBSVpEUWcvjkJHXwboBJ-mid9MY4nmgkpLDGs 11
play_snake-0.0.2.dist-info/RECORD

top_level.txt

snake_game

entry_points.txt

play-snake = snake_game.main:main
snake = snake_game.main:main