File: control

package info (click to toggle)
python-jpype 0.5.4.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,200 kB
  • ctags: 1,827
  • sloc: cpp: 11,011; xml: 1,998; python: 1,677; java: 447; makefile: 4; sh: 3
file content (22 lines) | stat: -rw-r--r-- 946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: python-jpype
Section: python
Priority: extra
Maintainer: TANIGUCHI Takaki <takaki@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs, debhelper (>= 7), openjdk-6-jdk, python-all-dev, python-support
Standards-Version: 3.8.3
Homepage: http://jpype.sourceforge.net/

Package: python-jpype
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, default-jre 
Provides: ${python:Provides}
Description: Binding the worlds of Java and Python
 JPype is an effort to allow Python programs full access to java class
 libraries. This is achieved not through re-implementing Python, as
 Jython/JPython has done, but rather through interfacing at the native
 level in both Virtual Machines.
 .
 Eventually, it should be possible to replace Java with Python in many,
 though not all, situations. JSP, Servlets, RMI servers and IDE plugins
 are good candidates.