EYESY unofficial Python3 API stub
Project description
eyesy-api-stub
EYESY の Python API のスタブです。
EYESY のコーディング支援を目的として作成されました。
コーディング時の補完機能やドキュメントの参照に利用してください(コーディングには VS Code & Python 拡張機能の利用を推奨します)。
注意点: このパッケージ自体は機能を持っておらず、あくまで EYESY API の型定義とドキュメントを提供します。
このパッケージは EYESY のマニュアルを参考に作成しました。
使い方
このパッケージが提供する型ヒントは1部、 Pygame に依存しているので Pygame と一緒にインストールしてください。
pip install pygame eyesy-api-stubs
コーディング時には、以下のように型ヒントとして利用してください。
import pygame
from pygame import Surface
from eyesy_api_stubs import Etc
def setup(screen: Surface, etc: Etc):
pass
def draw(screen: Surface, etc: Etc):
size = 640
position = (510, 500)
color = (255, 0, 0)
pygame.draw.circle(screen, color, position, size, 0)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eyesy_api_stubs-0.2.0.tar.gz.
File metadata
- Download URL: eyesy_api_stubs-0.2.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
963b37b935e0ce784834a77bd29788c2e87d9a250b4a80dc40127f41588666a4
|
|
| MD5 |
3c85a20afdc6dc2fc1845eff66e31f77
|
|
| BLAKE2b-256 |
e62e593996126342d60dabd71fb4fcf2999b6a0fd0ea765da16e354dd1cdf1e1
|
File details
Details for the file eyesy_api_stubs-0.2.0-py3-none-any.whl.
File metadata
- Download URL: eyesy_api_stubs-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7ae2f55e4c5eb868cbbe7801bc36a7654c268be5a332c3e2e7fb591d9cf3138
|
|
| MD5 |
31eae0770921031524cf9e8798b47972
|
|
| BLAKE2b-256 |
4dc153608a6f905d72333c728564e60f4dac9fdd37beafafaca31369f00ba5dc
|