Metadata-Version: 2.1
Name: phrlibrary
Version: 1.0.3
Summary: A demo library
Author: Phr
Author-email: Phr <314843419@qq.com>
Project-URL: Homepage, https://pypi.org/project/phrlibrary
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.20.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: requests>=2.26.0
Requires-Dist: pygame>=2.6.1
Requires-Dist: pillow>=10.4.0

﻿PHRLibrary, A demo library
--------------------------------
Version: 1.0.3
--------------------------------
  Functions:
    fun hello_world() -> str
    fun calculate_sum(a, b) -> int or float
    fun __python__() -> None
    fun upload_file(url, file_path) -> int
  Classes:
    cls DataProcessor:
      fun process(x) -> int or float
    cls GamePy:
      cls Game:
        fun init() -> None
        fun run() -> None
        cls Window:
          fun caption(title) -> None
          fun icon(iconfile) -> None
          fun update() -> None
          fun render(R, G, B) -> None
          fun flip() -> None
        cls Event:
          fun handle_events(game) -> None
        cls Time:
          fun set_fps(fps) -> None
          delay(ms) -> None
    cls game:
      fun test(width, height, title, R, G, B) -> None
--------------------------------
