File: control

package info (click to toggle)
ocempgui 0.2.8-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,464 kB
  • ctags: 1,849
  • sloc: python: 9,304; ansic: 6,849; makefile: 179
file content (53 lines) | stat: -rw-r--r-- 2,291 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: ocempgui
Section: python
XS-Python-Version: current
Priority: extra
Maintainer: Lior Kaplan <kaplan@debian.org>
Build-Depends: debhelper (>= 5), python-dev, python-central (>= 0.5), pkg-config, python-pygame, libatk1.0-dev
Standards-Version: 3.7.3
Homepage: http://ocemp.sourceforge.net/

Package: python-ocempgui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, at-spi
Provides: ${python:Provides}
Suggests: ocempgui-doc
XB-Python-Version: ${python:Versions}
Description: graphical user interface toolkit providing widgets for PyGame
 OcempGUI is a small toolkit, which comes with various modules suitable for 
 event management, user interfaces, 2D drawing and accessibility. It is nearly 
 completely written in Python and its drawing routines and user interface 
 elements are created with and especially created for the Pygame library.
 .
 OcempGUI enables you to enhance your Python and/or Pygame applications and 
 games easily with graphical user interface elements such as buttons, entry 
 boxes, scrolling abilities and more, simple event brokers or features, which 
 enhance the program by adding accessibility to its objects.
 .
 It can save you much time by providing a broad range of drawing routines and 
 ready-to-use event capable object types. You can focus on the main tasks 
 instead of taking care about needed low-level components, which are given to 
 you with OcempGUI. 
 .
 See http://ocemp.sourceforge.net/gui.html for more info.
 .
 Papi, the Python Accessibility Programming Interface, is a Python wrapper
 around the GNOME ATK toolkit.
 .
 It allows a developer to make python objects and applications easily
 accessibility aware without the need to install PyGTK and the GNOME
 accessibility components. Instead it only depends on ATK and - on the
 developers behalf - the ATK/AT-SPI bridge whipped with AT-SPI.
 .
 See http://ocemp.sourceforge.net/papi.html for more info.

Package: ocempgui-doc
Section: doc
XS-Python-Version: current
Architecture: all
Recommends: python
Description: documentation and examples for ocempgui
 This package includes documentation and exmples for the ocempgui. More info
 is available at http://ocemp.sourceforge.net/doc/index.html
 .
 See python-ocempgui package for the python module.