forked from parogers/pgu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
37 lines (33 loc) · 1.36 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Metadata-Version: 1.2
Name: pgu
Version: 0.18
Summary: Phil's pyGame Utilities - a collection of handy modules and scripts for PyGame.
Home-page: http://code.google.com/p/pgu
Author: Phil Hassey
Author-email: [email protected]
Maintainer: Peter Rogers
Maintainer-email: [email protected]
License: LGPL v2.1
Description: Phil's pyGame Utilities - a collection of handy modules and scripts for PyGame.
tileedit -- edit tga based images
leveledit -- edit tga based levels in tile, isometric, and hexagonal formats
gui -- gui with standard widget, dialog, connections, and themes
html -- html rendering utilities
layout -- layout utilities
text -- text rendering utilities
tilevid -- sprite and tile engine
isovid -- isometric sprite and tile engine
hexvid -- hexagonal sprite and tile engine
engine -- state engine
timer -- a timer for games with set-rate FPS
high -- high score tracking
ani -- animation helpers
algo -- helpful pathfinding algoritms
fonts -- font wrappers, bitmapped fonts
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python