Skip to main content

EYESY unofficial Python3 API stub

Project description

eyesy-api-stub

EYESY の Python API のスタブです。

EYESY のコーディング支援を目的として作成されました。

コーディング時の補完機能やドキュメントの参照に利用してください(コーディングには VS Code & Python 拡張機能の利用を推奨します)。

注意点: このパッケージ自体は機能を持っておらず、あくまで EYESY API の型定義とドキュメントを提供します。

このパッケージは EYESY のマニュアルを参考に作成しました。

https://umbrella-company.jp/corporate/wp-content/uploads/2023/01/critter_and_guitari_eyesy_manual.pdf

使い方

このパッケージが提供する型ヒントは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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eyesy_api_stubs-0.2.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

eyesy_api_stubs-0.2.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

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

Hashes for eyesy_api_stubs-0.2.0.tar.gz
Algorithm Hash digest
SHA256 963b37b935e0ce784834a77bd29788c2e87d9a250b4a80dc40127f41588666a4
MD5 3c85a20afdc6dc2fc1845eff66e31f77
BLAKE2b-256 e62e593996126342d60dabd71fb4fcf2999b6a0fd0ea765da16e354dd1cdf1e1

See more details on using hashes here.

File details

Details for the file eyesy_api_stubs-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for eyesy_api_stubs-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c7ae2f55e4c5eb868cbbe7801bc36a7654c268be5a332c3e2e7fb591d9cf3138
MD5 31eae0770921031524cf9e8798b47972
BLAKE2b-256 4dc153608a6f905d72333c728564e60f4dac9fdd37beafafaca31369f00ba5dc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page