python-tetris

View on PyPIReverse Dependencies (0)

0.0.0 python_tetris-0.0.0-py3-none-any.whl

Wheel Details

Project: python-tetris
Version: 0.0.0
Filename: python_tetris-0.0.0-py3-none-any.whl
Download: [link]
Size: 8622
MD5: 86a36998467e83ca6724ee52777f0e22
SHA256: 64175a0844cfbaeb2025f1f3a5b09b9e20292a50420cae7731ced93309db53a5
Uploaded: 2022-04-23 05:34:26 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: python-tetris
Version: 0.0.0
Summary: Tetris in Python
Author: asashakira
Author-Email: asa.shakira340[at]gmail.com
Home-Page: https://github.com/asashakira/python-tetris
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Requires-Dist: pygame (==2.0.2)
Requires-Dist: black; extra == "all"
Requires-Dist: flake8; extra == "all"
Requires-Dist: mypy; extra == "all"
Requires-Dist: isort; extra == "all"
Requires-Dist: setuptools (>=46.4.0); extra == "all"
Requires-Dist: pre-commit; extra == "all"
Requires-Dist: types-setuptools; extra == "all"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: setuptools (>=46.4.0); extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: types-setuptools; extra == "types"
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: types
Description-Content-Type: text/markdown
[Description omitted; length: 252 characters]

WHEEL

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

RECORD

Path Digest Size
python_tetris/__init__.py sha256=ShXQBVjyiSOHxoQJS2BvNG395W4KZfqMxZWBAR0MZrE 22
python_tetris/ars sha256=zfINoZbCHb2onCGZOBuJ8yjDxSJ7kmyCczOzZHov0qc 560
python_tetris/client.py sha256=FYV56unDwN-N8JJXyRJNDlBL5j9kjl6MEn89LS_ppEY 899
python_tetris/colors.py sha256=FKaLI_KuzBAagzQFqez5HwnWEXSmZjmX8cl1IhGFR-o 353
python_tetris/main.py sha256=e40Ch4TZ5is0dmMBvCkz0k8dBZnKT9d4CGfmul2Fy4U 6292
python_tetris/network.py sha256=-CQUATCzuW8Q2_YuIw1sPdIa3jG6kHaFutIXlyJYF14 887
python_tetris/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
python_tetris/server.py sha256=1Ogt5bHER9Mqxtr8xTKoTf1naBTTGKdoF_LuQcxiZ5k 1373
python_tetris/spirtesheet.py sha256=F9wV1F7R44r0yrcoQFPdEZ_AjQO8thmMXj2oeAAYZfs 79
python_tetris/tetris.py sha256=iZiX4e5OBQm2ggbbloRIzDpAOQwS4bIZQIJ7KPlwhnI 7750
python_tetris/tetromino.py sha256=B9lGOEizC7mxdei30a2eirD535bZlTa2rGu9BdjQGfE 617
python_tetris-0.0.0.dist-info/METADATA sha256=3aFL08Y2ZsgtrumFYdwobcLu93g0nkQoMHRHuCbO6K4 1532
python_tetris-0.0.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
python_tetris-0.0.0.dist-info/entry_points.txt sha256=L5b3m5NFFq1GJqeD9Fj9_x1bxt3ZHuECu9uvB3-k8rM 145
python_tetris-0.0.0.dist-info/top_level.txt sha256=09NOCu6fOJ2ih7i9lwxjQqHRpEuSRCoIYunyEa5Q4Mc 14
python_tetris-0.0.0.dist-info/RECORD

top_level.txt

python_tetris

entry_points.txt

py-tetris = python_tetris.main:main
py-tetris-client = python_tetris.client:main
py-tetris-server = python_tetris.server:main