File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33-----------------------------------------------------------------------------------------------------
44
5- The javabridge Python package makes it easy to start a Java virtual
6- machine (JVM) from Python and interact with it. Python code can
7- interact with the JVM using a low-level API or a more convenient
8- high-level API.
5+ The javabridge Python package created by LeeKamentsky makes it easy
6+ to start a Java virtual machine (JVM) from Python and interact with it.
7+ Python code can interact with the JVM using a low-level API or a more
8+ convenient high-level API.
99
10- PyPI record: https://pypi.python.org/pypi/javabridge
10+ This fork of javabridge exists to allow additon of CellProfiler-specific
11+ code without needing to update the larger package.
12+
13+ PyPI record: https://pypi.python.org/pypi/python-javabridge
1114
1215Documentation: http://pythonhosted.org/javabridge/
1316
@@ -19,9 +22,6 @@ python-javabridge is licensed under the BSD license. See the
1922accompanying file LICENSE for details.
2023
2124Copyright (c) 2003-2009 Massachusetts Institute of Technology
22- Copyright (c) 2009-2013 Broad Institute
25+ Copyright (c) 2009-2020 Broad Institute
2326All rights reserved.
2427
25-
26- .. |Travis CI Status | image :: https://travis-ci.org/LeeKamentsky/python-javabridge.svg?branch=master
27- :target: https://travis-ci.org/LeeKamentsky/python-javabridge
You can’t perform that action at this time.
0 commit comments