Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

-----------------------------------------------------------------------------------------------------

The javabridge Python package makes it easy to start a Java virtual
machine (JVM) from Python and interact with it. Python code can
interact with the JVM using a low-level API or a more convenient
high-level API.
The javabridge Python package created by LeeKamentsky makes it easy
to start a Java virtual machine (JVM) from Python and interact with it.
Python code can interact with the JVM using a low-level API or a more
convenient high-level API.

PyPI record: https://pypi.python.org/pypi/javabridge
This fork of javabridge exists to allow additon of CellProfiler-specific
code without needing to update the larger package.

PyPI record: https://pypi.python.org/pypi/python-javabridge

Documentation: http://pythonhosted.org/javabridge/

Expand All @@ -19,9 +22,6 @@ python-javabridge is licensed under the BSD license. See the
accompanying file LICENSE for details.

Copyright (c) 2003-2009 Massachusetts Institute of Technology
Copyright (c) 2009-2013 Broad Institute
Copyright (c) 2009-2020 Broad Institute
All rights reserved.


.. |Travis CI Status| image:: https://travis-ci.org/LeeKamentsky/python-javabridge.svg?branch=master
:target: https://travis-ci.org/LeeKamentsky/python-javabridge