Add files via upload
This commit is contained in:
parent
d63a3ebd54
commit
edd3f86508
20 changed files with 228 additions and 87 deletions
31
src/pgw.egg-info/PKG-INFO
Normal file
31
src/pgw.egg-info/PKG-INFO
Normal file
|
@ -0,0 +1,31 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: pgw
|
||||
Version: 0.0.3
|
||||
Summary: A library for creating Python applications.
|
||||
Home-page: https://github.com/themixray/pygwin
|
||||
Author: themixray
|
||||
Author-email: simindeymo@gmail.com
|
||||
License: MIT
|
||||
Project-URL: Bug Tracker, https://github.com/themixray/pygwin/issues
|
||||
Project-URL: Wiki, https://github.com/themixray/pygwin/wiki
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
|
||||
<h1 align="center">
|
||||
PyGWin
|
||||
</h1>
|
||||
<p align="center">
|
||||
A library for creating Python applications.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/themixray/pygwin/wiki">
|
||||
Documentation
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
24
src/pgw.egg-info/SOURCES.txt
Normal file
24
src/pgw.egg-info/SOURCES.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
LICENSE
|
||||
README.md
|
||||
pyproject.toml
|
||||
setup.cfg
|
||||
setup.py
|
||||
src/pgw.egg-info/PKG-INFO
|
||||
src/pgw.egg-info/SOURCES.txt
|
||||
src/pgw.egg-info/dependency_links.txt
|
||||
src/pgw.egg-info/requires.txt
|
||||
src/pgw.egg-info/top_level.txt
|
||||
src/pygwin/__init__.py
|
||||
src/pygwin/_pg.py
|
||||
src/pygwin/_win.py
|
||||
src/pygwin/console.py
|
||||
src/pygwin/font.py
|
||||
src/pygwin/gamepad.py
|
||||
src/pygwin/image.py
|
||||
src/pygwin/keyboard.py
|
||||
src/pygwin/mixer.py
|
||||
src/pygwin/mouse.py
|
||||
src/pygwin/rect.py
|
||||
src/pygwin/surface.py
|
||||
src/pygwin/tray.py
|
||||
src/pygwin/ui.py
|
1
src/pgw.egg-info/dependency_links.txt
Normal file
1
src/pgw.egg-info/dependency_links.txt
Normal file
|
@ -0,0 +1 @@
|
|||
|
7
src/pgw.egg-info/requires.txt
Normal file
7
src/pgw.egg-info/requires.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
cython
|
||||
pywin32
|
||||
pygame
|
||||
inputs
|
||||
pydub
|
||||
wxPython
|
||||
pyautogui
|
1
src/pgw.egg-info/top_level.txt
Normal file
1
src/pgw.egg-info/top_level.txt
Normal file
|
@ -0,0 +1 @@
|
|||
pygwin
|
Loading…
Add table
Add a link
Reference in a new issue