Skip to content

CellProfiler/python-javabridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: We have not archived this repository to allow us to make rare, mandatory updates for our own internal use, however it is not actively maintained and should be considered archived.


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.

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/

GitHub repository: https://github.com/CellProfiler/python-javabridge

Report bugs here: https://github.com/CellProfiler/python-javabridge/issues

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-2020 Broad Institute All rights reserved.

About

Python wrapper for the Java Native Interface

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.1%
  • Cython 4.4%
  • C 1.5%
  • Other 1.0%